summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_pixel_read.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12i965: Share the flush for brw_blorp_miptree_download into a pboChris Wilson1-23/+1
2017-10-12i965: Use blorp instead of meta for PBO pixel readsJason Ekstrand1-9/+51
2017-08-30i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-1/+2
2017-07-20i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen1-1/+1
2017-07-20i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen1-4/+4
2017-07-18i965: Use offset helper in intel_readpixels_tiled_memcpy()Topi Pohjolainen1-2/+5
2017-06-07i965: Use the new resolve function for several simple casesJason Ekstrand1-2/+1
2017-06-07i965: Be a bit more conservative about certain resolvesJason Ekstrand1-1/+2
2017-06-06i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.Chris Wilson1-0/+11
2017-06-06i965: Add and use brw_bo_map()Matt Turner1-1/+1
2017-06-06i965: Pass flags to brw_bo_map_*Matt Turner1-1/+1
2017-06-06i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner1-1/+1
2017-06-06i965: Remove brw_bo's virtual memberMatt Turner1-5/+3
2017-04-10i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-3/+3
2017-04-10i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke1-1/+1
2017-04-10i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-3/+3
2017-01-09i965: call intel_prepare_render always when reading pixelsTapani Pälli1-6/+6
2016-11-25i965: Add new interface for full color resolvesTopi Pohjolainen1-1/+1
2016-08-25i965: Respect miptree offsets in intel_readpixels_tiled_memcpy()Chad Versace1-17/+4
2016-04-08i965/tiled_memcopy: Get rid of the direction parameter to get_memcpyJason Ekstrand1-2/+1
2016-02-13i965: Add means for limiting color resolvesTopi Pohjolainen1-1/+1
2015-12-10i965: Check base format to determine whether to use tiled memcpyNeil Roberts1-3/+4
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-09-04i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixelsChris Wilson1-0/+4
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-1/+1
2015-05-13i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().Francisco Jerez1-1/+23
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-4/+4
2015-03-05i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner1-1/+2
2015-02-02i965: Don't use tiled_memcpy to download from RGBX or BGRX surfacesJason Ekstrand1-0/+7
2015-01-31i965/pixel_read: Don't try to do a tiled_memcpy from a multisampled bufferJason Ekstrand1-0/+7
2015-01-30intel/pixel_read: Properly flip the results for window system buffersJason Ekstrand1-0/+15
2015-01-26i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra1-0/+140
2015-01-22i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixelsJason Ekstrand1-118/+3
2015-01-22i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand1-1/+1
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt1-1/+0
2014-05-01i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt1-1/+1
2014-05-01i965: Fix crash in do_blit_readpixels()Anuj Phogat1-0/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-09i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt1-1/+3
2014-01-09i965: Fix incorrect bounds tracking for blit readpixels's GPU access.Eric Anholt1-2/+1
2013-10-23i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt1-6/+2
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke1-6/+5
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-5/+7
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1