summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-21nir/gcm: use nir_foreach_ssa_src()nir-foreach-ssa-srcConnor Abbott1-6/+5
2015-02-21nir/dce: use nir_foreach_ssa_src()Connor Abbott1-4/+4
2015-02-21nir/copy_prop: use nir_foreach_ssa_src()Connor Abbott1-3/+3
2015-02-21nir/live_variables: use nir_foreach_ssa_src()Connor Abbott1-13/+10
2015-02-21nir/nir: use nir_foreach_ssa_src()Connor Abbott1-10/+48
2015-02-21nir: add a function for iterating over SSA instruction sourcesConnor Abbott2-0/+31
2015-02-21ilo: R32G32B32_FLOAT need no special care on Gen8+Chia-I Wu1-3/+6
2015-02-21ilo: 128 BPP formats can use TiledY on Gen7.5+Chia-I Wu1-1/+6
2015-02-20nvc0: enable double supportIlia Mirkin3-3/+4
2015-02-20nvc0/ir: remove merge/split pairs to allow normal propagation to occurIlia Mirkin1-0/+30
2015-02-20nvc0/ir: add support for new TGSI double opcodesIlia Mirkin1-0/+236
2015-02-20nvc0/ir: handle zero and negative sqrt argumentsIlia Mirkin1-2/+14
2015-02-20nvc0/ir: no instruction can load a double immediateIlia Mirkin1-0/+2
2015-02-20nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64Ilia Mirkin5-16/+40
2015-02-20gm107/ir: fix F2F flipped stype/dtype flagsIlia Mirkin1-2/+2
2015-02-20gm107/ir: fix DSET boolean float flagIlia Mirkin1-0/+1
2015-02-20gm107/ir: fix DMUL opcode encodingIlia Mirkin1-3/+3
2015-02-20gk110/ir: add emission of dadd/dmul/dmad opcodesIlia Mirkin1-3/+77
2015-02-20nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmaxIlia Mirkin1-3/+63
2015-02-21mesa: don't enable NV_fragment_program_option with swrastRoland Scheidegger1-1/+0
2015-02-20drivers/x11: add gallium include dirs to Makefile.amBrian Paul1-0/+2
2015-02-21vbo: fix an unitialized-variable warningMarek Olšák1-0/+1
2015-02-21gallium/sw/kms: fix a type-mismatch warningMarek Olšák1-1/+1
2015-02-21gallium/sw/kms: don't redefine DEBUGMarek Olšák1-7/+7
2015-02-21targets/d3dadapter9: remove an unused variableMarek Olšák1-1/+1
2015-02-21tgsi: fix type-mismatch warningMarek Olšák1-1/+1
2015-02-21gallivm: fix uninitialized-variable warningsMarek Olšák2-2/+2
2015-02-20mesa: Have configure define NDEBUG, not mtypes.h.Matt Turner2-3/+2
2015-02-20nir: Fix the Mesa build without -DDEBUG.Kenneth Graunke1-2/+2
2015-02-20nir: Drop dependency on mtypes.h for core NIR.Eric Anholt3-1/+5
2015-02-20glsl: Only include mtypes from glsl_types.h for the C++ code that needs it.Eric Anholt1-1/+1
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt12-10/+10
2015-02-20mesa: Make bitset.h not rely on Mesa-specific types and functions.Eric Anholt1-4/+3
2015-02-20mesa: Use u_math.h from macros.hEric Anholt5-33/+1
2015-02-20gallium/util: Don't include unused debug functions from u_math.hEric Anholt1-1/+0
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt12-0/+24
2015-02-20gallium/radeon: fix an uninitialized-variable warningMarek Olšák1-1/+1
2015-02-20gallium: add new double-related shader caps to all the gettersIlia Mirkin5-0/+20
2015-02-20svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch casesBrian Paul1-0/+2
2015-02-20radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SIMarek Olšák1-18/+11
2015-02-20i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARBIago Toral Quiroga1-0/+5
2015-02-20mesa: Check that draw buffers are valid for glDrawBuffers on GLES3Eduardo Lima Mitev1-0/+14
2015-02-20glsl: don't allow invariant qualifiers for interface blocksSamuel Iglesias Gonsalvez1-0/+22
2015-02-19vc4: Keep an array of pointers to instructions defining the temps around.Eric Anholt8-68/+67
2015-02-19vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.Eric Anholt3-45/+49
2015-02-19vc4: Enforce one-uniform-per-instruction after optimization.Eric Anholt6-50/+209
2015-02-19vc4: Rename add_uniform() to qir_uniform().Eric Anholt1-15/+15
2015-02-19vc4: Shut up runtime warnings about new pipe caps.Eric Anholt1-0/+2
2015-02-19i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner4-2/+21
2015-02-19i965/blorp: Emit MADs.Matt Turner2-4/+11