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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi/gfx9: wait for main part compilation of 1st shaders of merged shaders
Marek Olšák
2017-06-07
1
-0
/
+4
*
radeonsi/gfx9: fix LS scratch buffer support without TCS for GFX9
Marek Olšák
2017-06-07
1
-3
/
+18
*
radeonsi: move streamout state update out of si_update_shaders
Marek Olšák
2017-06-07
2
-16
/
+25
*
radeonsi: remove dead code in declare_input_fs
Marek Olšák
2017-06-07
1
-5
/
+0
*
radeonsi: move handling of DBG_NO_OPT_VARIANT into si_shader_selector_key
Marek Olšák
2017-06-07
1
-4
/
+3
*
radeonsi: use a compiler queue with a low priority for optimized shaders
Marek Olšák
2017-06-07
3
-8
/
+34
*
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
2017-06-07
8
-8
/
+29
*
radeonsi: decrease the number of compiler threads to num CPUs - 1
Marek Olšák
2017-06-07
1
-1
/
+4
*
radeonsi: drop unfinished shader compilations when destroying shaders
Marek Olšák
2017-06-07
2
-3
/
+5
*
util/u_queue: add a way to remove a job when we just want to destroy it
Marek Olšák
2017-06-07
2
-6
/
+49
*
freedreno/a5xx: set SP_BLEND_CONTROL properly
Rob Clark
2017-06-07
3
-1
/
+4
*
freedreno/a5xx: LRZ support
Rob Clark
2017-06-07
14
-14
/
+234
*
freedreno: drop timestamp field
Rob Clark
2017-06-07
2
-3
/
+0
*
freedreno/a5xx: refactor out helper for LRZ flush
Rob Clark
2017-06-07
3
-11
/
+19
*
freedreno: reshuffle FD_MESA_DEBUG bitmask
Rob Clark
2017-06-07
1
-3
/
+3
*
freedreno: update generated headers
Rob Clark
2017-06-07
7
-17
/
+31
*
gallium/u_blitter: use 2D_ARRAY for cubemap blits if possible
Marek Olšák
2017-06-07
5
-22
/
+39
*
gallium/u_blitter: use TXF if possible
Marek Olšák
2017-06-07
1
-102
/
+190
*
gallium/u_blitter: use TEX_LZ if it's supported
Marek Olšák
2017-06-07
1
-4
/
+8
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
6
-33
/
+77
*
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
Marek Olšák
2017-06-07
1
-0
/
+2
*
i965: Use BLORP for all HiZ ops
Jason Ekstrand
2017-06-07
3
-162
/
+10
*
blorp: Use FullSurfaceDepthandStencilClear for blorp_hiz_op
Jason Ekstrand
2017-06-07
3
-0
/
+5
*
i965: Move the post-HiZ-clear flush/stall to intel_hiz_exec
Jason Ekstrand
2017-06-07
2
-16
/
+18
*
intel/blorp: Plumb through access to the workaround BO
Jason Ekstrand
2017-06-07
3
-2
/
+32
*
anv/blorp: Move the depth cache flush outside of BLORP
Nanley Chery
2017-06-07
2
-8
/
+16
*
intel/blorp: Refactor the HiZ op interface
Jason Ekstrand
2017-06-07
4
-55
/
+60
*
i965/blorp: Inline gen6_blorp_exec
Jason Ekstrand
2017-06-07
1
-18
/
+11
*
i965: Perform HiZ flush/stall prior to HiZ resolves
Jason Ekstrand
2017-06-07
1
-13
/
+26
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-07
2
-56
/
+58
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-07
5
-18
/
+16
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
15
-137
/
+91
*
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
2017-06-07
1
-0
/
+6
*
i965: Fix alpha to one with dual color blending.
Kenneth Graunke
2017-06-07
1
-13
/
+44
*
mesa: add KHR_no_error support for glTexSubImage*D()
Samuel Pitoiset
2017-06-07
3
-3
/
+64
*
mesa: add texsubimage() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+18
*
mesa: make _mesa_texture_sub_image() static
Samuel Pitoiset
2017-06-07
1
-20
/
+20
*
mesa: rename texsubimage() to texsubimage_err()
Samuel Pitoiset
2017-06-07
1
-17
/
+17
*
mesa: add KHR_no_error support for glCopyImageSubData()
Samuel Pitoiset
2017-06-07
3
-1
/
+31
*
mesa: add copy_image_subdata() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+45
*
mesa: add prepare_target() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+24
*
mesa: rename prepare_target() to prepare_target_err()
Samuel Pitoiset
2017-06-07
1
-16
/
+18
*
mesa: add KHR_no_error support for glBlitNamedFramebuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+27
*
mesa: add blit_named_framebuffer() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+54
*
mesa: add KHR_no_error support for glBlitFramebuffer()
Samuel Pitoiset
2017-06-07
3
-1
/
+22
*
mesa: add validate_depth_buffer() helper
Samuel Pitoiset
2017-06-07
1
-29
/
+43
*
mesa: add validate_stencil_buffer() helper
Samuel Pitoiset
2017-06-07
1
-34
/
+47
*
mesa: add validate_color_buffer() helper
Samuel Pitoiset
2017-06-07
1
-61
/
+77
*
mesa: wrap blit_framebuffer() into blit_framebuffer_err()
Samuel Pitoiset
2017-06-07
1
-9
/
+25
*
mesa: add 'no_error' parameter to blit_framebuffer()
Samuel Pitoiset
2017-06-07
1
-97
/
+95
[prev]
[next]