summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_read.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-1/+0
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-011-1/+1
* i965: Fix crash in do_blit_readpixels()Anuj Phogat2014-05-011-0/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt2014-01-091-1/+3
* i965: Fix incorrect bounds tracking for blit readpixels's GPU access.Eric Anholt2014-01-091-2/+1
* i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt2013-10-231-6/+2
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke2013-07-091-6/+5
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-5/+7
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Drop i915 swtnl code.Eric Anholt2013-06-281-2/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+202
* intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-06-191-0/+1