aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_read.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-202/+0
* intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt2013-05-281-25/+23
* intel: Don't spam "intelReadPixels: fallback to swrast" in non-PBO case.Kenneth Graunke2013-05-161-11/+10
* intel: Improve the test for readpixels blit path format checking.Eric Anholt2013-03-051-1/+6
* intel: Finish renaming fallback_debug() to perf_debug().Eric Anholt2013-03-051-1/+1
* intel: Allow blit readpixels even when the pack alignment is set.Eric Anholt2013-02-131-9/+4
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-1/+1
* intel: Make intel_blit.c take pitches in bytes.Eric Anholt2013-01-181-2/+2
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-2/+3
* mesa,intel: use _mesa_image_offset() for PBOsnobled2011-12-081-2/+3
* i965: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-6/+5
* intel: Don't force a batchbuffer flush in readpixels.Eric Anholt2011-11-031-2/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-12/+12
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-1/+1
* intel: Skip the flush before read-pixels via blitChris Wilson2011-02-211-4/+7
* intel: use pwrite for batchChris Wilson2011-02-211-2/+1
* intel: Pack dynamic draws togetherChris Wilson2011-02-211-3/+4
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-16/+10
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* intel: Don't mark front buffer dirty if we're only readingKristian Høgsberg2010-05-101-1/+12
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-7/+7
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+3
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-281-102/+0
* intel: Use a handy helper in glReadPixels source clipping.Eric Anholt2010-01-261-22/+18
* intel: Fix PBO blit ReadPixels from an FBO.Eric Anholt2010-01-261-44/+37
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | 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