aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: add HUD queries for GPU temperature and clocksSamuel Pitoiset2017-04-102-7/+12
* radeonsi: add new si_check_render_feedback_texture() helperSamuel Pitoiset2017-04-101-45/+44
* radeonsi: add new si_decompress_color_texture() helperSamuel Pitoiset2017-04-101-13/+17
* radeonsi: add new depth_needs_decompression() helperSamuel Pitoiset2017-04-101-2/+8
* radeonsi: add a 'break' in si_check_render_feedback_*()Samuel Pitoiset2017-04-101-2/+6
* radeonsi: re-use 'desc' in si_set_shader_image()Samuel Pitoiset2017-04-101-2/+1
* r600g: get rid of dummy pixel shaderConstantine Kharlamov2017-04-103-40/+30
* r600g: add draw_vbo check for a NULL pixel shaderConstantine Kharlamov2017-04-104-2/+10
* r600g: skip repeating vs, gs, and tes shader bindsConstantine Kharlamov2017-04-101-1/+7
* nv50/ir: remove unused swizzle field in ValueRefIlia Mirkin2017-04-091-1/+0
* nouveau: enable ARB_shader_clock on nv50 and nvc0Boyan Ding2017-04-092-2/+2
* nv50/ir: Handle TGSI_OPCODE_CLOCKBoyan Ding2017-04-091-0/+7
* gm107/ir: Emit SV_CLOCK system valueBoyan Ding2017-04-091-0/+1
* nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin2017-04-071-2/+2
* 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
* 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