summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_read.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-7/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt2009-12-081-1/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-2/+2
|\
| * intel: use driReadDrawable, not driDrawable in do_blit_readpixels()Brian Paul2009-10-051-2/+2
| * Fix merge failIan Romanick2009-09-101-13/+0
* | intel: Suppress a compiler warning for an pointer->int castChris Wilson2009-10-031-3/+2
* | i965: fix an overlooked merge conflictBrian Paul2009-09-091-13/+0
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-091-0/+13
|\ \ | |/
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-0/+13
| |\
| | * i965: Fix warnings in intel_pixel_read.c.Eric Anholt2009-09-041-0/+4
| | * intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-09-041-0/+11
| | * intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2009-09-041-0/+306
* | i965: use _mesa_is_bufferobj()Brian Paul2009-09-081-10/+1
|/
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-10/+13
* i965: Fix warnings in intel_pixel_read.c.Eric Anholt2009-06-221-0/+4
* intel: Fix glReadPixels regression since changing context init order.Michel Dänzer2009-06-221-1/+1
* intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-06-191-0/+11
* intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2009-06-191-0/+306