summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-05-03radeonsi/gfx9: fix gl_ViewportIndexMarek Olšák2-8/+40
2017-05-03radeonsi/gfx9: set VGT_REUSE_OFF = 0Marek Olšák1-3/+7
2017-05-03etnaviv: add L8A8_UNORM texture formatChristian Gmeiner1-0/+2
2017-05-03ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputsMarek Olšák1-5/+5
2017-05-02vc4: Use runtime CPU detection for whether NEON is available.Eric Anholt2-14/+16
2017-05-02vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS.Eric Anholt4-8/+31
2017-05-02gallium: Enable ARM NEON CPU detection.Eric Anholt3-0/+46
2017-05-02renderonly: use drmIoctlPhilipp Zabel1-4/+3
2017-05-02renderonly: drop resources on destroyPhilipp Zabel3-3/+13
2017-05-02renderonly: close transfer prime_fdPhilipp Zabel1-0/+2
2017-05-01vc4: Only build the NEON code on arm32.Eric Anholt1-2/+2
2017-05-01gm107/ir: add a missing assertion in emitISCADD()Samuel Pitoiset1-0/+2
2017-04-29gallium/targets: fix bool setting on BE architecturesIlia Mirkin8-11/+11
2017-04-28st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul1-72/+62
2017-04-28st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee1-2/+2
2017-04-28st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul1-1/+1
2017-04-28st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul1-59/+52
2017-04-28svga: implement sRGB rendering for imported surfacesNeha Bhende1-2/+9
2017-04-28svga: add function svga_linear_to_srgb()Neha Bhende2-0/+29
2017-04-28svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom3-41/+93
2017-04-28swr/rast: add memory api to SwrGetInterface()Tim Rowley6-28/+54
2017-04-28swr/rast: use gather instruction for odd format fetchTim Rowley1-46/+9
2017-04-28swr/rast: enable SIMD16 8x2 tile backendTim Rowley1-1/+1
2017-04-28swr/rast: add SwrInit() to init backend/memory tablesTim Rowley5-22/+26
2017-04-28swr/rast: increment depth/stencil tile pointer in SIMD16 BETim Rowley1-1/+1
2017-04-28swr/rast: add SwrGetInterface() function to return apiTim Rowley3-44/+151
2017-04-28swr/rast: enable per-warp scratch space for CSTim Rowley8-8/+33
2017-04-28swr/rast: reduce simd{16}vertex stack for VS outputTim Rowley2-16/+54
2017-04-28swr/rast: remove default argument from SwrSync()Tim Rowley1-1/+1
2017-04-28swr/rast: remove unused variables in the SIMD16 FETim Rowley3-14/+2
2017-04-28swr/rast: move construction of const above gotoTim Rowley1-2/+2
2017-04-28swr/rast: name threads to aid debuggingTim Rowley4-2/+126
2017-04-28swr/rast: disable buffer overrun warning for Assemble()Tim Rowley1-2/+4
2017-04-28swr/rast: clean up clipper commentsTim Rowley1-2/+2
2017-04-28swr/rast: add SIMDAPI decorators in binner/clipperTim Rowley2-6/+6
2017-04-28swr/rast: add additional jit utility functionsTim Rowley4-1/+76
2017-04-28swr/rast: more flexible max attribute slotsTim Rowley7-27/+30
2017-04-28radeonsi: don't load unused compute shader input SGPRs and VGPRsMarek Olšák4-48/+76
2017-04-28tgsi/scan: record compute shader system value usageMarek Olšák2-0/+37
2017-04-28radeonsi: add a HUD query for draw calls with primitive restartMarek Olšák4-0/+11
2017-04-28radeonsi: tell LLVM not to remove s_barrier instructionsMarek Olšák1-12/+33
2017-04-28radeonsi: fix tess offchip offset for per-patch attributesMarek Olšák3-12/+18
2017-04-28radeonsi: pass tessellation ring addresses via user SGPRsMarek Olšák7-56/+112
2017-04-28radeonsi: use si_insert_input_ret in si_llvm_emit_tcs_epilogueMarek Olšák1-19/+10
2017-04-28radeonsi: remove VS epilog code, compile VS with PrimID export on demandMarek Olšák5-210/+31
2017-04-28radeonsi: get InstanceID from VGPR1 (or VGPR2 for tess) instead of VGPR3Marek Olšák4-13/+33
2017-04-28radeonsi: don't load PrimID in TES if it's not usedMarek Olšák1-3/+3
2017-04-28radeonsi: explain (non-)monolithic shadersMarek Olšák1-0/+67
2017-04-28radeonsi/gfx9: enable OpenGL 4.5Marek Olšák1-5/+0
2017-04-28radeonsi/gfx9: 2nd shader of merged shaders should hold a reference of the 1stMarek Olšák2-10/+26