]> git.cworth.org Git - cworth.org/blobdiff - src/talks/lca_2008.mdwn
Add future work paragraph
[cworth.org] / src / talks / lca_2008.mdwn
index 1b56a946a76946443ef6d267a0ec95ac55dafad8..d68da30e888a0b3e32af6c06ff7c5247ab2c1b4f 100644 (file)
@@ -10,7 +10,7 @@ performance gains up to 900 times faster than software rendering.
 ## Presentation
 
   * [PDF slides](lca-2008.pdf)
-  * [HTML slides](html)
+  * [HTML slides](html) (OK, so really just a bunch of images with links between them)
   * [SVG slides](svg)
   * [Video (ogg)](http://mirror.linux.org.au/pub/linux.conf.au/2008/Wed/mel8-167.ogg)
   * [Audio (spx)](http://mirror.linux.org.au/pub/linux.conf.au/2008/Wed/mel8-167.spx)
@@ -172,7 +172,7 @@ re-initialize any more state objects than strictly necessary. All of
 our code is currently available in the intel-batchbuffer branch of the
 xf86-video-intel driver.
 
-Results
+## Results
 
 The current results can be summarized as follows. Here we are showing
 the performance difference of the upstream "master" branch of the
@@ -208,6 +208,14 @@ times faster than XAA. Obviously, this is a very good result, and it
 shows the incidental improvements we achieved while looking closely
 only at text performance.
 
+## Future Work
+
 We are currently in the process of merging this work into the master
 branch of the upstream Intel driver and plan for it to be part of the
 upcoming Intel driver release scheduled for June 2008.
+
+Beyond that, we plan to add support for hardware-accelerated
+gradients, trapezoid rasterization, and perhaps polygon
+rasterization. Obviously there's similar EXA acceleration work needed
+for other drivers as well. Please come join us in the fun!
+