aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_read.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Share the flush for brw_blorp_miptree_download into a pboChris Wilson2017-10-121-23/+1
* i965: Use blorp instead of meta for PBO pixel readsJason Ekstrand2017-10-121-9/+51
* i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-1/+2
* i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen2017-07-201-1/+1
* i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen2017-07-201-4/+4
* i965: Use offset helper in intel_readpixels_tiled_memcpy()Topi Pohjolainen2017-07-181-2/+5
* i965: Use the new resolve function for several simple casesJason Ekstrand2017-06-071-2/+1
* i965: Be a bit more conservative about certain resolvesJason Ekstrand2017-06-071-1/+2
* i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.Chris Wilson2017-06-061-0/+11
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-1/+1
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-1/+1
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-1/+1
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-5/+3
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-3/+3
* i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke2017-04-101-1/+1
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-3/+3
* i965: call intel_prepare_render always when reading pixelsTapani Pälli2017-01-091-6/+6
* i965: Add new interface for full color resolvesTopi Pohjolainen2016-11-251-1/+1
* 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