summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel_read.c
AgeCommit message (Expand)Author
2011-02-21intel: Skip the flush before read-pixels via blitChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21intel: Pack dynamic draws togetherChris Wilson
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-05-10intel: Don't mark front buffer dirty if we're only readingKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt
2010-01-26intel: Use a handy helper in glReadPixels source clipping.Eric Anholt
2010-01-26intel: Fix PBO blit ReadPixels from an FBO.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-08i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05intel: use driReadDrawable, not driDrawable in do_blit_readpixels()Brian Paul
2009-10-03intel: Suppress a compiler warning for an pointer->int castChris Wilson
2009-09-10Fix merge failIan Romanick
2009-09-09i965: fix an overlooked merge conflictBrian Paul
2009-09-09Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-08i965: use _mesa_is_bufferobj()Brian Paul
2009-09-04i965: Fix warnings in intel_pixel_read.c.Eric Anholt
2009-09-04intel: Update Mesa state before span setup in glReadPixels.Eric Anholt
2009-09-04intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt
2009-06-22i965: Fix warnings in intel_pixel_read.c.Eric Anholt
2009-06-22intel: Fix glReadPixels regression since changing context init order.Michel Dänzer
2009-06-19intel: Update Mesa state before span setup in glReadPixels.Eric Anholt
2009-06-19intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt