]> git.cworth.org Git - cworth.org/blobdiff - src/talks/lca_2008.mdwn
Fix table formatting
[cworth.org] / src / talks / lca_2008.mdwn
index 63749c8f6c89965d73227f8d666d4af693a00f6e..54102f437b38542d5ae7cfb2ca8acf0d35b0e0ce 100644 (file)
@@ -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
@@ -183,13 +183,13 @@ regressions).
 
                        Speedup compared to XAA
 
-       Operation       EXA (master)    EXA (intel-batchbuffer)
-       --------        ------------    -----------------------
-       aa10text          .3              0.6
-       Blend            9.4            101.6
-       .5 scale         7.4             34.3
-       2x scale        23.5            200.3
-       General scale   20.2            946.1
+       Operation       EXA (master) EXA (intel-batchbuffer)
+       ---------       ------------ -----------------------
+       aa10text          .3            0.6
+       Blend            9.4          101.6
+       .5 scale         7.4           34.3
+       2x scale        23.5          200.3
+       General scale   20.2          946.1
 
        Measurements made with "x11perf -aa10text" and with renderbench.
 
@@ -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!
+