aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/dri: always link against shared glapiEmil Velikov2017-05-041-3/+3
* radeonsi: constify a bunch of the perfcounter structs.Dave Airlie2017-05-043-52/+46
* radeonsi/gfx9: fix gl_ViewportIndexMarek Olšák2017-05-032-8/+40
* radeonsi/gfx9: set VGT_REUSE_OFF = 0Marek Olšák2017-05-031-3/+7
* etnaviv: add L8A8_UNORM texture formatChristian Gmeiner2017-05-031-0/+2
* ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputsMarek Olšák2017-05-031-5/+5
* vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt2017-05-022-14/+16
* vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.Eric Anholt2017-05-024-8/+31
* gallium: Enable ARM NEON CPU detection.Eric Anholt2017-05-023-0/+46
* renderonly: use drmIoctlPhilipp Zabel2017-05-021-4/+3
* renderonly: drop resources on destroyPhilipp Zabel2017-05-023-3/+13
* renderonly: close transfer prime_fdPhilipp Zabel2017-05-021-0/+2
* vc4: Only build the NEON code on arm32.Eric Anholt2017-05-011-2/+2
* gm107/ir: add a missing assertion in emitISCADD()Samuel Pitoiset2017-05-011-0/+2
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-298-11/+11
* st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul2017-04-281-72/+62
* st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee2017-04-281-2/+2
* st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul2017-04-281-1/+1
* st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul2017-04-281-59/+52
* svga: implement sRGB rendering for imported surfacesNeha Bhende2017-04-281-2/+9
* svga: add function svga_linear_to_srgb()Neha Bhende2017-04-282-0/+29
* svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom2017-04-283-41/+93
* swr/rast: add memory api to SwrGetInterface()Tim Rowley2017-04-286-28/+54
* swr/rast: use gather instruction for odd format fetchTim Rowley2017-04-281-46/+9
* swr/rast: enable SIMD16 8x2 tile backendTim Rowley2017-04-281-1/+1
* swr/rast: add SwrInit() to init backend/memory tablesTim Rowley2017-04-285-22/+26
* swr/rast: increment depth/stencil tile pointer in SIMD16 BETim Rowley2017-04-281-1/+1
* swr/rast: add SwrGetInterface() function to return apiTim Rowley2017-04-283-44/+151
* swr/rast: enable per-warp scratch space for CSTim Rowley2017-04-288-8/+33
* swr/rast: reduce simd{16}vertex stack for VS outputTim Rowley2017-04-282-16/+54
* swr/rast: remove default argument from SwrSync()Tim Rowley2017-04-281-1/+1
* swr/rast: remove unused variables in the SIMD16 FETim Rowley2017-04-283-14/+2
* swr/rast: move construction of const above gotoTim Rowley2017-04-281-2/+2
* swr/rast: name threads to aid debuggingTim Rowley2017-04-284-2/+126
* swr/rast: disable buffer overrun warning for Assemble()Tim Rowley2017-04-281-2/+4
* swr/rast: clean up clipper commentsTim Rowley2017-04-281-2/+2
* swr/rast: add SIMDAPI decorators in binner/clipperTim Rowley2017-04-282-6/+6
* swr/rast: add additional jit utility functionsTim Rowley2017-04-284-1/+76
* swr/rast: more flexible max attribute slotsTim Rowley2017-04-287-27/+30
* radeonsi: don't load unused compute shader input SGPRs and VGPRsMarek Olšák2017-04-284-48/+76
* tgsi/scan: record compute shader system value usageMarek Olšák2017-04-282-0/+37
* radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák2017-04-284-0/+11
* radeonsi: tell LLVM not to remove s_barrier instructionsMarek Olšák2017-04-281-12/+33
* radeonsi: fix tess offchip offset for per-patch attributesMarek Olšák2017-04-283-12/+18
* radeonsi: pass tessellation ring addresses via user SGPRsMarek Olšák2017-04-287-56/+112
* radeonsi: use si_insert_input_ret in si_llvm_emit_tcs_epilogueMarek Olšák2017-04-281-19/+10
* radeonsi: remove VS epilog code, compile VS with PrimID export on demandMarek Olšák2017-04-285-210/+31
* radeonsi: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3Marek Olšák2017-04-284-13/+33
* radeonsi: don't load PrimID in TES if it's not usedMarek Olšák2017-04-281-3/+3
* radeonsi: explain (non-)monolithic shadersMarek Olšák2017-04-281-0/+67