summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* nvc0/ir: no instruction can load a double immediateIlia Mirkin2015-02-201-0/+2
* nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64Ilia Mirkin2015-02-205-16/+40
* gm107/ir: fix F2F flipped stype/dtype flagsIlia Mirkin2015-02-201-2/+2
* gm107/ir: fix DSET boolean float flagIlia Mirkin2015-02-201-0/+1
* gm107/ir: fix DMUL opcode encodingIlia Mirkin2015-02-201-3/+3
* gk110/ir: add emission of dadd/dmul/dmad opcodesIlia Mirkin2015-02-201-3/+77
* nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmaxIlia Mirkin2015-02-201-3/+63
* gallium/sw/kms: fix a type-mismatch warningMarek Olšák2015-02-211-1/+1
* gallium/sw/kms: don't redefine DEBUGMarek Olšák2015-02-211-7/+7
* targets/d3dadapter9: remove an unused variableMarek Olšák2015-02-211-1/+1
* tgsi: fix type-mismatch warningMarek Olšák2015-02-211-1/+1
* gallivm: fix uninitialized-variable warningsMarek Olšák2015-02-212-2/+2
* gallium/util: Don't include unused debug functions from u_math.hEric Anholt2015-02-201-1/+0
* gallium/radeon: fix an uninitialized-variable warningMarek Olšák2015-02-201-1/+1
* gallium: add new double-related shader caps to all the gettersIlia Mirkin2015-02-205-0/+20
* svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch casesBrian Paul2015-02-201-0/+2
* radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SIMarek Olšák2015-02-201-18/+11
* vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt2015-02-198-68/+67
* vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.Eric Anholt2015-02-193-45/+49
* vc4: Enforce one-uniform-per-instruction after optimization.Eric Anholt2015-02-196-50/+209
* vc4: Rename add_uniform() to qir_uniform().Eric Anholt2015-02-191-15/+15
* vc4: Shut up runtime warnings about new pipe caps.Eric Anholt2015-02-191-0/+2
* nv50: add PIPELINE_STATISTICS query support, based on nvc0Ilia Mirkin2015-02-192-2/+27
* svga: add missing :Ilia Mirkin2015-02-191-1/+1
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-198-0/+10
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-198-1/+15
* gallium: add some more double opcodes to avoid unnecessary loweringIlia Mirkin2015-02-193-1/+50
* softpipe/tgsi: expose doubles for softpipe.Dave Airlie2015-02-201-1/+1
* tgsi: add support for flt64 constantsDave Airlie2015-02-208-6/+113
* gallium: add double opcodes and TGSI execution (v4.2)Dave Airlie2015-02-204-30/+876
* gallium/util: indentation fixBrian Paul2015-02-191-3/+3
* freedreno: add missing PIPE_CAP_RESOURCE_FROM_USER_MEMORY to switchIlia Mirkin2015-02-191-0/+1
* freedreno/a3xx: add ARB_instanced_arrays supportIlia Mirkin2015-02-192-2/+3
* freedreno/a3xx: add support for vertexid and instanceid sysvalsIlia Mirkin2015-02-194-16/+119
* freedreno: pass number of instances to drawIlia Mirkin2015-02-198-18/+22
* freedreno/a3xx: add ETC2 decoding supportIlia Mirkin2015-02-192-4/+17
* llvmpipe,softpipe: only support ETC1, not the upcoming ETC2Ilia Mirkin2015-02-182-0/+8
* gallium: add ETC2 format supportIlia Mirkin2015-02-187-114/+104
* freedreno/a3xx: add hardware ETC1 supportIlia Mirkin2015-02-182-0/+4
* gallium/dri: Shut up a compiler warning.Eric Anholt2015-02-181-1/+1
* ilo: fix PCB alloc asserts on Gen7.5 GT3Chia-I Wu2015-02-181-1/+5
* ilo: fix compiler warningsChia-I Wu2015-02-183-8/+12
* auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov2015-02-181-0/+1
* auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov2015-02-181-0/+4
* Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer2015-02-181-4/+0
* r600g/sb: treat undefined values like constantsDave Airlie2015-02-181-2/+2
* i915g: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák2015-02-171-4/+8
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-175-4/+54
* winsys/radeon: test the userptr ioctl to see if it's presentMarek Olšák2015-02-175-19/+35