summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/pbo: select the right swizzle for instance IDsNicolai Hähnle2017-04-061-1/+2
* anv/query: Busy-wait for available query entriesJason Ekstrand2017-04-051-6/+56
* anv/device: Add a helper for querying whether a BO is busyJason Ekstrand2017-04-053-6/+47
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-04-054-75/+1299
* swr: [rasterizer core] Enable 8x2 backendTim Rowley2017-04-051-1/+1
* swr: [rasterizer codegen] remove copy of makoTim Rowley2017-04-0518-7201/+0
* swr: [rasterizer core/memory] Move intrinics to _simd functionsTim Rowley2017-04-055-117/+112
* swr: [rasterizer core] Programmable sample position supportTim Rowley2017-04-0512-596/+267