summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv/pass: Use anv_multialloc for allocating the anv_passJason Ekstrand2017-04-072-63/+44
* anv/descriptor_set: Use anv_multialloc for descriptor set layoutsJason Ekstrand2017-04-071-11/+10
* anv: Add a helper for doing mass allocationsJason Ekstrand2017-04-071-0/+96
* anv: Add helpers for converting access flags to pipe bitsJason Ekstrand2017-04-072-45/+62
* mesa: simplify and optimise vertex bindings trackingTimothy Arceri2017-04-081-5/+3
* glsl: fix lower jumps for nested non-void returnsTimothy Arceri2017-04-082-1/+10
* gallium: fix some math formulas to display betterIlia Mirkin2017-04-071-16/+16
* nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin2017-04-071-8/+11
* util: fix swizzle of INSTANCEID system valueNicolai Hähnle2017-04-081-1/+1
* st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak2017-04-073-15/+30
* swr: fix unused variable warningsTim Rowley2017-04-072-2/+0
* glx: silence uninitialized var warningBrian Paul2017-04-071-1/+1
* st/mesa: silence unused/uninitialized var warningsBrian Paul2017-04-071-1/+2
* gallivm: init vars to silence gcc warningsBrian Paul2017-04-071-2/+2
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-078-27/+35
* winsys/svga: use c11 thread types/functionsBrian Paul2017-04-073-13/+13
* winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom2017-04-073-2/+38
* svga: remove pre-SVGA3D_HWVERSION_WS8_B1 codeBrian Paul2017-04-071-71/+5
* st/wgl: sort strings in stw_extension_string[] arrayBrian Paul2017-04-071-3/+3
* svga: remove redundant surface propagationCharmaine Lee2017-04-072-12/+8
* svga: Fix zslice index to svga_texture_copy_handle_resource()Charmaine Lee2017-04-071-7/+10
* svga: specify include path for git_sha1.h for out-of-src buildsBrian Paul2017-04-071-0/+3
* st/wgl: pseudo-implementation of WGL_EXT_swap_controlBrian Paul2017-04-077-12/+86
* svga: Fix out-of-sync backing surfaceCharmaine Lee2017-04-071-21/+70
* svga: add a reset flag to svga_propagate_surface()Charmaine Lee2017-04-074-8/+19
* svga: add the has_backed_views flagCharmaine Lee2017-04-073-0/+15
* svga: only destroy render target view from a context that created itCharmaine Lee2017-04-071-12/+23
* svga: disable rasterization if rasterizer_discard is set or FS undefinedCharmaine Lee2017-04-076-39/+128
* svga: do not emulate wide points in GS when doing transform feedbackCharmaine Lee2017-04-071-3/+5
* anv/query: Use snooping on !LLC platformsJason Ekstrand2017-04-071-13/+11
* anv: provide anv_gem_busy() stub for the testsEmil Velikov2017-04-071-0/+6
* gallium/util: tweak backtrace format with libunwindRob Clark2017-04-071-10/+16
* gallium/util: cache symbol lookup with libunwindRob Clark2017-04-072-27/+94
* gallium/util: fix missing limit check in libunwind backtraceRob Clark2017-04-071-1/+1
* mesa: fix renderbuffer leakTimothy Arceri2017-04-072-1/+6
* anv/blorp: sample input attachments with resolves on BDWSamuel Iglesias Gonsálvez2017-04-071-0/+11
* radv: don't call radeon_check_space in radv_BindDescriptorSetsFredrik Höglund2017-04-071-5/+0
* radv: implement VK_KHR_descriptor_update_templateFredrik Höglund2017-04-075-0/+231
* radv: implement VK_KHR_push_descriptorFredrik Höglund2017-04-076-2/+128
* radv: replace an assertion with a conditionalFredrik Höglund2017-04-071-3/+3
* radv: refactor radv_UpdateDescriptorSetsFredrik Höglund2017-04-072-12/+52
* gallium/radeon: fix typo in radeon_winsys.hSamuel Pitoiset2017-04-071-1/+1
* mesa/main: simplify _mesa_IsRenderbuffer()Samuel Pitoiset2017-04-071-7/+6
* mesa: stop abstracting texture object hashtable lockingTimothy Arceri2017-04-073-23/+5
* mesa: stop abstracting buffer object hashtable lockingTimothy Arceri2017-04-073-31/+12
* i965/blorp: Bump the batch space estimateJason Ekstrand2017-04-061-1/+1
* intel/aubinator: Stop searching after a custom handler is foundJordan Justen2017-04-061-1/+3
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-064-17/+27
* intel/gen_decoder: Fix length for Media State/Object commandsJordan Justen2017-04-061-2/+10
* intel/aubinator_error_decode: Fix structure decode dataJordan Justen2017-04-061-1/+1