summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_context.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-06-18 14:19:18 -0700
committerEric Anholt <eric@anholt.net>2008-06-18 14:19:18 -0700
commitbbe80af457316826f56ada767d26e8c1db7f1130 (patch)
tree357f943cdac107a9cba37cf047b746b51adae7bb /src/mesa/drivers/dri/i915/i830_context.c
parent654258a4fe5e7114022c6e02f2844fc469fcc6f3 (diff)
i915: Restore the accelerated PBO pixel path functions after GEM changes.
The fencing code is not required, and waiting on the fences defeated one of the purposes of the extension, which is to allow asynchronous readpixels.
Diffstat (limited to 'src/mesa/drivers/dri/i915/i830_context.c')
-rw-r--r--src/mesa/drivers/dri/i915/i830_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/i830_context.c b/src/mesa/drivers/dri/i915/i830_context.c
index d6542f8b3a..66f1566f16 100644
--- a/src/mesa/drivers/dri/i915/i830_context.c
+++ b/src/mesa/drivers/dri/i915/i830_context.c
@@ -52,7 +52,7 @@ static void
i830InitDriverFunctions(struct dd_function_table *functions)
{
intelInitDriverFunctions(functions);
-// intelInitPixelFuncs(functions);
+ intelInitPixelFuncs(functions);
i830InitStateFuncs(functions);
i830InitTextureFuncs(functions);
}