index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_pixel_read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Share the flush for brw_blorp_miptree_download into a pbo
Chris Wilson
2017-10-12
1
-23
/
+1
*
i965: Use blorp instead of meta for PBO pixel reads
Jason Ekstrand
2017-10-12
1
-9
/
+51
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-1
/
+2
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
1
-4
/
+4
*
i965: Use offset helper in intel_readpixels_tiled_memcpy()
Topi Pohjolainen
2017-07-18
1
-2
/
+5
*
i965: Use the new resolve function for several simple cases
Jason Ekstrand
2017-06-07
1
-2
/
+1
*
i965: Be a bit more conservative about certain resolves
Jason Ekstrand
2017-06-07
1
-1
/
+2
*
i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.
Chris Wilson
2017-06-06
1
-0
/
+11
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-5
/
+3
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965: call intel_prepare_render always when reading pixels
Tapani Pälli
2017-01-09
1
-6
/
+6
*
i965: Add new interface for full color resolves
Topi Pohjolainen
2016-11-25
1
-1
/
+1
*
i965: Respect miptree offsets in intel_readpixels_tiled_memcpy()
Chad Versace
2016-08-25
1
-17
/
+4
*
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
2016-04-08
1
-2
/
+1
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-1
/
+1
*
i965: Check base format to determine whether to use tiled memcpy
Neil Roberts
2015-12-10
1
-3
/
+4
*
i965: Drop #include of main/glheader.h.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixels
Chris Wilson
2015-09-04
1
-0
/
+4
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-1
/
+1
*
i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
Francisco Jerez
2015-05-13
1
-1
/
+23
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-4
/
+4
*
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
2015-03-05
1
-1
/
+2
*
i965: Don't use tiled_memcpy to download from RGBX or BGRX surfaces
Jason Ekstrand
2015-02-02
1
-0
/
+7
*
i965/pixel_read: Don't try to do a tiled_memcpy from a multisampled buffer
Jason Ekstrand
2015-01-31
1
-0
/
+7
*
intel/pixel_read: Properly flip the results for window system buffers
Jason Ekstrand
2015-01-30
1
-0
/
+15
*
i965: Implemente a tiled fast-path for glReadPixels and glGetTexImage
Sisinty Sasmita Patra
2015-01-26
1
-0
/
+140
*
i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels
Jason Ekstrand
2015-01-22
1
-118
/
+3
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
1
-1
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Drop the tiling argument to intel_miptree_create_for_bo.
Eric Anholt
2014-05-01
1
-1
/
+1
*
i965: Fix crash in do_blit_readpixels()
Anuj Phogat
2014-05-01
1
-0
/
+7
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
Eric Anholt
2014-01-09
1
-1
/
+3
*
i965: Fix incorrect bounds tracking for blit readpixels's GPU access.
Eric Anholt
2014-01-09
1
-2
/
+1
*
i965: Try to avoid stalls on the GPU when doing glBufferSubData().
Eric Anholt
2013-10-23
1
-6
/
+2
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Move front buffer rendering fields from intel_context to brw.
Kenneth Graunke
2013-07-09
1
-6
/
+5
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-5
/
+7
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
[next]