aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* freedreno/a2xx: ir2: fix saturate in cpJonathan Marek2019-09-061-0/+4
* freedreno/a2xx: ir2: set lower_fdphJonathan Marek2019-09-061-0/+1
* freedreno/a2xx: ir2: remove pointcoord y invertJonathan Marek2019-09-061-4/+2
* freedreno/a2xx: ir2: fix lowering of instructions after float loweringJonathan Marek2019-09-061-3/+2
* lima/ppir: don't lower vector {b,f}csel to scalar if condition is scalarVasily Khoruzhick2019-09-061-5/+21
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-0616-67/+113
* util: android logging supportRob Clark2019-09-062-2/+21
* freedreno/ir3: allow copy propagation for relativeRob Clark2019-09-061-9/+19
* freedreno/ir3: fix cp cmps.s optRob Clark2019-09-061-1/+1
* freedreno/ir3: assert that only single addressRob Clark2019-09-062-0/+5
* freedreno/ir3: fix mad copy propagation special caseRob Clark2019-09-061-9/+35
* freedreno/ir3: fix addr/pred spillingRob Clark2019-09-061-7/+42
* freedreno/ir3: cleanup "partially const" ubo srcsRob Clark2019-09-061-4/+52
* lima/ppir: improve regalloc spill cost calculationErico Nunes2019-09-051-5/+49
* lima/ppir: optimizations in regalloc spilling codeErico Nunes2019-09-051-90/+88
* lima/ppir: mark regalloc created ssa unspillableErico Nunes2019-09-051-0/+1
* v3d: writes to magic registers aren't RF writes after THRENDJose Maria Casanova Crespo2019-09-051-1/+3
* intel/dri: finish proper glthreadSergii Romantsov2019-09-051-1/+1
* radv: Call nir_propagate_invariant()Connor Abbott2019-09-051-0/+2
* radeonsi/nir: Don't lower constant arrays to uniformsConnor Abbott2019-09-051-0/+5
* gallium: Plumb through a way to disable GLSL const loweringConnor Abbott2019-09-057-1/+20
* st/nir: Don't lower indirects when linkingConnor Abbott2019-09-051-17/+1
* st/nir: Call nir_remove_unused_variables() in the opt loopConnor Abbott2019-09-051-0/+10
* ac/nir: Enable nir_opt_large_constantsConnor Abbott2019-09-052-0/+14
* ac/nir: Support load_constant intrinsicsConnor Abbott2019-09-051-0/+55
* radv/radeonsi: Don't count read-only data when reporting code sizeConnor Abbott2019-09-056-4/+14
* headers: remove redundant GL token from GL wrapperHeinrich Fink2019-09-051-4/+0
* specs: Sync framebuffer_flip_y text with GL registryHeinrich Fink2019-09-051-2/+5
* include: sync GL headers with registryHeinrich Fink2019-09-053-14/+113
* clover: Fix build after clang r370122.Hal Gentz2019-09-042-2/+16
* scons: Add coroutines component to build.Vinson Lee2019-09-041-0/+3
* gallium/osmesa: Move 565 format selection checks where the rest are.Eric Anholt2019-09-041-4/+2
* gallium/osmesa: Fix a race in creating the stmgr.Eric Anholt2019-09-041-9/+17
* gallium/osmesa: Introduce a test.Eric Anholt2019-09-042-0/+52
* docs: Mark 19.2.0-rc2 as done and push back rc3 and rc4/finalDylan Baker2019-09-041-9/+3
* glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2019-09-042-1/+9
* egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless}Adam Jackson2019-09-042-0/+4
* glsl: Store the precision for a function return typeNeil Roberts2019-09-043-1/+30
* docs: add llvmpipe features for fb_no_attach and compute shadersDave Airlie2019-09-041-4/+4
* llvmpipe: enable compute shaders if LLVM has coroutinesDave Airlie2019-09-041-1/+1
* llvmpipe: add local memory allocation pathDave Airlie2019-09-042-0/+12
* llvmpipe: add compute shader parameter fetching supportDave Airlie2019-09-041-0/+54
* llvmpipe: add compute shader images supportDave Airlie2019-09-044-1/+111
* llvmpipe: add ssbo support to compute shadersDave Airlie2019-09-044-0/+61
* llvmpipe: add compute sampler + sampler view support.Dave Airlie2019-09-044-4/+292
* llvmpipe: add support for compute constant buffers.Dave Airlie2019-09-044-2/+72
* llvmpipe: add compute pipeline statistics support.Dave Airlie2019-09-042-1/+3
* llvmpipe: add grid launchDave Airlie2019-09-041-0/+76
* llvmpipe: add compute shader generation.Dave Airlie2019-09-042-0/+337
* llvmpipe: introduce variant building infrastrucutre.Dave Airlie2019-09-041-1/+185