summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* gallium/radeon: fix typo in radeon_winsys.hSamuel Pitoiset2017-04-071-1/+1
* 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
* swr: [configure.ac/scons] require c++14Tim Rowley2017-04-052-3/+3
* swr: [rasterizer core] Fix center sample patternTim Rowley2017-04-053-26/+26
* swr: [rasterizer core/memory] Fix missing avx512 storetileTim Rowley2017-04-053-23/+14
* swr: [rasterizer core] SIMD16 Frontend WIPTim Rowley2017-04-052-37/+14
* Revert "etnaviv: Cannot render to rb-swapped formats"Christian Gmeiner2017-04-051-5/+2
* etnaviv: add support for rb swapChristian Gmeiner2017-04-054-0/+38
* etnaviv: adapt shader-db output for variant supportChristian Gmeiner2017-04-051-15/+15
* etnaviv: bring back shader-db tracesChristian Gmeiner2017-04-051-0/+9
* etnaviv: add etna_shader_key and generate variants if neededChristian Gmeiner2017-04-058-29/+97
* etnaviv: pass a preallocated variant to compilerChristian Gmeiner2017-04-054-38/+62
* etnaviv: make specs constChristian Gmeiner2017-04-051-1/+1
* etnaviv: add struct etna_shader_stateChristian Gmeiner2017-04-055-23/+24
* etnaviv: add basic shader variant supportChristian Gmeiner2017-04-053-4/+60
* etnaviv: s/etna_shader/etna_shader_variantChristian Gmeiner2017-04-057-34/+34
* etnaviv: remove not needed forward declarationsChristian Gmeiner2017-04-051-2/+0
* gallium/util: honour LIBUNWIND_CFLAGSEmil Velikov2017-04-051-0/+1
* st/clover: Fix build after shrink of pipe_boxAaron Watry2017-04-051-3/+3
* radeonsi: enable ARB_shader_ballotNicolai Hähnle2017-04-051-1/+3
* radeonsi: optimization barriers to work around LLVM deficienciesNicolai Hähnle2017-04-051-4/+12
* radeonsi: strengthen emit_optimization_barrierNicolai Hähnle2017-04-052-4/+38
* radeonsi: emit TGSI_OPCODE_READ_*Nicolai Hähnle2017-04-051-0/+38
* radeonsi: emit TGSI_OPCODE_BALLOTNicolai Hähnle2017-04-051-0/+18
* radeonsi: implement TGSI_SEMANTIC_SUBGROUP_*Nicolai Hähnle2017-04-051-0/+40