summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel_read.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-202/+0
2013-05-28intel: Rebuild PBO blit glReadPixels() on top of miptrees.Eric Anholt1-25/+23
2013-05-16intel: Don't spam "intelReadPixels: fallback to swrast" in non-PBO case.Kenneth Graunke1-11/+10
2013-03-05intel: Improve the test for readpixels blit path format checking.Eric Anholt1-1/+6
2013-03-05intel: Finish renaming fallback_debug() to perf_debug().Eric Anholt1-1/+1
2013-02-13intel: Allow blit readpixels even when the pack alignment is set.Eric Anholt1-9/+4
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-1/+1
2013-01-18intel: Make intel_blit.c take pitches in bytes.Eric Anholt1-2/+2
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-2/+3
2011-12-08mesa,intel: use _mesa_image_offset() for PBOsnobled1-2/+3
2011-11-15i965: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul1-6/+5
2011-11-03intel: Don't force a batchbuffer flush in readpixels.Eric Anholt1-2/+2
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-12/+12
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-1/+1
2011-02-21intel: Skip the flush before read-pixels via blitChris Wilson1-4/+7
2011-02-21intel: use pwrite for batchChris Wilson1-2/+1
2011-02-21intel: Pack dynamic draws togetherChris Wilson1-3/+4
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-16/+10
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-1/+1
2010-05-10intel: Don't mark front buffer dirty if we're only readingKristian Høgsberg1-1/+12
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-7/+7
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+3
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt1-102/+0
2010-01-26intel: Use a handy helper in glReadPixels source clipping.Eric Anholt1-22/+18
2010-01-26intel: Fix PBO blit ReadPixels from an FBO.Eric Anholt1-44/+37
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23intel: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg1-7/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-2/+2
2009-12-08i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt1-1/+1
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul1-2/+2
2009-10-05intel: use driReadDrawable, not driDrawable in do_blit_readpixels()Brian Paul1-2/+2
2009-10-03intel: Suppress a compiler warning for an pointer->int castChris Wilson1-3/+2
2009-09-10Fix merge failIan Romanick1-13/+0
2009-09-09i965: fix an overlooked merge conflictBrian Paul1-13/+0
2009-09-09Merge branch 'mesa_7_6_branch'Brian Paul1-0/+13
2009-09-09Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul1-0/+13
2009-09-08i965: use _mesa_is_bufferobj()Brian Paul1-10/+1
2009-09-04i965: Fix warnings in intel_pixel_read.c.Eric Anholt1-0/+4
2009-09-04intel: Update Mesa state before span setup in glReadPixels.Eric Anholt1-0/+11
2009-09-04intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt1-0/+306
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt1-10/+13
2009-06-22i965: Fix warnings in intel_pixel_read.c.Eric Anholt1-0/+4
2009-06-22intel: Fix glReadPixels regression since changing context init order.Michel Dänzer1-1/+1
2009-06-19intel: Update Mesa state before span setup in glReadPixels.Eric Anholt1-0/+11
2009-06-19intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt1-0/+306