summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_read.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Respect miptree offsets in intel_readpixels_tiled_memcpy()Chad Versace2016-08-251-17/+4
* i965/tiled_memcopy: Get rid of the direction parameter to get_memcpyJason Ekstrand2016-04-081-2/+1
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-1/+1
* i965: Check base format to determine whether to use tiled memcpyNeil Roberts2015-12-101-3/+4
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixelsChris Wilson2015-09-041-0/+4
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().Francisco Jerez2015-05-131-1/+23
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-4/+4
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-051-1/+2
* i965: Don't use tiled_memcpy to download from RGBX or BGRX surfacesJason Ekstrand2015-02-021-0/+7
* i965/pixel_read: Don't try to do a tiled_memcpy from a multisampled bufferJason Ekstrand2015-01-311-0/+7
* intel/pixel_read: Properly flip the results for window system buffersJason Ekstrand2015-01-301-0/+15
* i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra2015-01-261-0/+140
* i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixelsJason Ekstrand2015-01-221-118/+3
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-1/+1
* 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