index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/pass: Use anv_multialloc for allocating the anv_pass
Jason Ekstrand
2017-04-07
2
-63
/
+44
*
anv/descriptor_set: Use anv_multialloc for descriptor set layouts
Jason Ekstrand
2017-04-07
1
-11
/
+10
*
anv: Add a helper for doing mass allocations
Jason Ekstrand
2017-04-07
1
-0
/
+96
*
anv: Add helpers for converting access flags to pipe bits
Jason Ekstrand
2017-04-07
2
-45
/
+62
*
mesa: simplify and optimise vertex bindings tracking
Timothy Arceri
2017-04-08
1
-5
/
+3
*
glsl: fix lower jumps for nested non-void returns
Timothy Arceri
2017-04-08
2
-1
/
+10
*
gallium: fix some math formulas to display better
Ilia Mirkin
2017-04-07
1
-16
/
+16
*
nvc0/ir: fix LSB/BFE/BFI implementations
Ilia Mirkin
2017-04-07
1
-8
/
+11
*
util: fix swizzle of INSTANCEID system value
Nicolai Hähnle
2017-04-08
1
-1
/
+1
*
st/glx: Add awareness for multisample pixel formats to st/glx-xlib.
Bruce Cherniak
2017-04-07
3
-15
/
+30
*
swr: fix unused variable warnings
Tim Rowley
2017-04-07
2
-2
/
+0
*
glx: silence uninitialized var warning
Brian Paul
2017-04-07
1
-1
/
+1
*
st/mesa: silence unused/uninitialized var warnings
Brian Paul
2017-04-07
1
-1
/
+2
*
gallivm: init vars to silence gcc warnings
Brian Paul
2017-04-07
1
-2
/
+2
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
8
-27
/
+35
*
winsys/svga: use c11 thread types/functions
Brian Paul
2017-04-07
3
-13
/
+13
*
winsys/svga: Resolve command submission buffer contention v3
Thomas Hellstrom
2017-04-07
3
-2
/
+38
*
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
Brian Paul
2017-04-07
1
-71
/
+5
*
st/wgl: sort strings in stw_extension_string[] array
Brian Paul
2017-04-07
1
-3
/
+3
*
svga: remove redundant surface propagation
Charmaine Lee
2017-04-07
2
-12
/
+8
*
svga: Fix zslice index to svga_texture_copy_handle_resource()
Charmaine Lee
2017-04-07
1
-7
/
+10
*
svga: specify include path for git_sha1.h for out-of-src builds
Brian Paul
2017-04-07
1
-0
/
+3
*
st/wgl: pseudo-implementation of WGL_EXT_swap_control
Brian Paul
2017-04-07
7
-12
/
+86
*
svga: Fix out-of-sync backing surface
Charmaine Lee
2017-04-07
1
-21
/
+70
*
svga: add a reset flag to svga_propagate_surface()
Charmaine Lee
2017-04-07
4
-8
/
+19
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
3
-0
/
+15
*
svga: only destroy render target view from a context that created it
Charmaine Lee
2017-04-07
1
-12
/
+23
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
6
-39
/
+128
*
svga: do not emulate wide points in GS when doing transform feedback
Charmaine Lee
2017-04-07
1
-3
/
+5
*
anv/query: Use snooping on !LLC platforms
Jason Ekstrand
2017-04-07
1
-13
/
+11
*
anv: provide anv_gem_busy() stub for the tests
Emil Velikov
2017-04-07
1
-0
/
+6
*
gallium/util: tweak backtrace format with libunwind
Rob Clark
2017-04-07
1
-10
/
+16
*
gallium/util: cache symbol lookup with libunwind
Rob Clark
2017-04-07
2
-27
/
+94
*
gallium/util: fix missing limit check in libunwind backtrace
Rob Clark
2017-04-07
1
-1
/
+1
*
mesa: fix renderbuffer leak
Timothy Arceri
2017-04-07
2
-1
/
+6
*
anv/blorp: sample input attachments with resolves on BDW
Samuel Iglesias Gonsálvez
2017-04-07
1
-0
/
+11
*
radv: don't call radeon_check_space in radv_BindDescriptorSets
Fredrik Höglund
2017-04-07
1
-5
/
+0
*
radv: implement VK_KHR_descriptor_update_template
Fredrik Höglund
2017-04-07
5
-0
/
+231
*
radv: implement VK_KHR_push_descriptor
Fredrik Höglund
2017-04-07
6
-2
/
+128
*
radv: replace an assertion with a conditional
Fredrik Höglund
2017-04-07
1
-3
/
+3
*
radv: refactor radv_UpdateDescriptorSets
Fredrik Höglund
2017-04-07
2
-12
/
+52
*
gallium/radeon: fix typo in radeon_winsys.h
Samuel Pitoiset
2017-04-07
1
-1
/
+1
*
mesa/main: simplify _mesa_IsRenderbuffer()
Samuel Pitoiset
2017-04-07
1
-7
/
+6
*
mesa: stop abstracting texture object hashtable locking
Timothy Arceri
2017-04-07
3
-23
/
+5
*
mesa: stop abstracting buffer object hashtable locking
Timothy Arceri
2017-04-07
3
-31
/
+12
*
i965/blorp: Bump the batch space estimate
Jason Ekstrand
2017-04-06
1
-1
/
+1
*
intel/aubinator: Stop searching after a custom handler is found
Jordan Justen
2017-04-06
1
-1
/
+3
*
intel/gen_decoder: return -1 for unknown command formats
Jordan Justen
2017-04-06
4
-17
/
+27
*
intel/gen_decoder: Fix length for Media State/Object commands
Jordan Justen
2017-04-06
1
-2
/
+10
*
intel/aubinator_error_decode: Fix structure decode data
Jordan Justen
2017-04-06
1
-1
/
+1
[next]