index
:
~cwabbott0/mesa
cwabbott-lima
cwabbott-lima-2
glsl-to-nir-builder
i965-fp64
i965-fp64-v2
i965-fp64-v3
i965-payload-interference
i965-sched
i965-sched-conservative
i965-sched-conservative-v2
i965-sched-test
i965-sched-v2
i965-sched-v3
i965-use-ssa
i965-use-ssa-v2
ir3-sched
jenkins
master
nir-cf-insert-instr
nir-control-flow-mod
nir-cse-hash
nir-cse-hash-v2
nir-dead-cf-v2
nir-dead-cf-v3
nir-dead-cf-v4
nir-dead-cf-v5
nir-deref-instr
nir-divergence
nir-divergence-v2
nir-divergence-v3
nir-divergence-v4
nir-docs
nir-equality-saturation
nir-factor-phis
nir-foreach-block-rewrite
nir-foreach-block-rewrite-v2
nir-foreach-ssa-src
nir-gvn
nir-gvn-v2
nir-opcodes-cleanup
nir-opcodes-cleanup-v2
nir-opt-remove-phis
nir-reassociate-consts
nir-review-v1
nir-serialize
nir-v1.0.1
nir-value-range
nir-vec4-out-of-ssa
nir-vectorize
nir-worklist
radv-amd-shader-ballot
radv-anv-64bit-fixes
radv-doom-exts
radv-rewrite-vars
radv-shader-ballot
radv-shader-ballot-v3
radv-shader-ballot-v4
random-fp64-fixes
shader-time-hacks
test-compressed-wa
test-fp64-compressed-wa
ue4
wip/nir-vtn
Connor's silly Mesa stuff.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-21
nir/gcm: use nir_foreach_ssa_src()
nir-foreach-ssa-src
Connor Abbott
1
-6
/
+5
2015-02-21
nir/dce: use nir_foreach_ssa_src()
Connor Abbott
1
-4
/
+4
2015-02-21
nir/copy_prop: use nir_foreach_ssa_src()
Connor Abbott
1
-3
/
+3
2015-02-21
nir/live_variables: use nir_foreach_ssa_src()
Connor Abbott
1
-13
/
+10
2015-02-21
nir/nir: use nir_foreach_ssa_src()
Connor Abbott
1
-10
/
+48
2015-02-21
nir: add a function for iterating over SSA instruction sources
Connor Abbott
2
-0
/
+31
2015-02-21
ilo: R32G32B32_FLOAT need no special care on Gen8+
Chia-I Wu
1
-3
/
+6
2015-02-21
ilo: 128 BPP formats can use TiledY on Gen7.5+
Chia-I Wu
1
-1
/
+6
2015-02-20
nvc0: enable double support
Ilia Mirkin
3
-3
/
+4
2015-02-20
nvc0/ir: remove merge/split pairs to allow normal propagation to occur
Ilia Mirkin
1
-0
/
+30
2015-02-20
nvc0/ir: add support for new TGSI double opcodes
Ilia Mirkin
1
-0
/
+236
2015-02-20
nvc0/ir: handle zero and negative sqrt arguments
Ilia Mirkin
1
-2
/
+14
2015-02-20
nvc0/ir: no instruction can load a double immediate
Ilia Mirkin
1
-0
/
+2
2015-02-20
nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
Ilia Mirkin
5
-16
/
+40
2015-02-20
gm107/ir: fix F2F flipped stype/dtype flags
Ilia Mirkin
1
-2
/
+2
2015-02-20
gm107/ir: fix DSET boolean float flag
Ilia Mirkin
1
-0
/
+1
2015-02-20
gm107/ir: fix DMUL opcode encoding
Ilia Mirkin
1
-3
/
+3
2015-02-20
gk110/ir: add emission of dadd/dmul/dmad opcodes
Ilia Mirkin
1
-3
/
+77
2015-02-20
nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Ilia Mirkin
1
-3
/
+63
2015-02-21
mesa: don't enable NV_fragment_program_option with swrast
Roland Scheidegger
1
-1
/
+0
2015-02-20
drivers/x11: add gallium include dirs to Makefile.am
Brian Paul
1
-0
/
+2
2015-02-21
vbo: fix an unitialized-variable warning
Marek Olšák
1
-0
/
+1
2015-02-21
gallium/sw/kms: fix a type-mismatch warning
Marek Olšák
1
-1
/
+1
2015-02-21
gallium/sw/kms: don't redefine DEBUG
Marek Olšák
1
-7
/
+7
2015-02-21
targets/d3dadapter9: remove an unused variable
Marek Olšák
1
-1
/
+1
2015-02-21
tgsi: fix type-mismatch warning
Marek Olšák
1
-1
/
+1
2015-02-21
gallivm: fix uninitialized-variable warnings
Marek Olšák
2
-2
/
+2
2015-02-20
mesa: Have configure define NDEBUG, not mtypes.h.
Matt Turner
2
-3
/
+2
2015-02-20
nir: Fix the Mesa build without -DDEBUG.
Kenneth Graunke
1
-2
/
+2
2015-02-20
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
3
-1
/
+5
2015-02-20
glsl: Only include mtypes from glsl_types.h for the C++ code that needs it.
Eric Anholt
1
-1
/
+1
2015-02-20
util: Move Mesa's bitset.h to util/.
Eric Anholt
12
-10
/
+10
2015-02-20
mesa: Make bitset.h not rely on Mesa-specific types and functions.
Eric Anholt
1
-4
/
+3
2015-02-20
mesa: Use u_math.h from macros.h
Eric Anholt
5
-33
/
+1
2015-02-20
gallium/util: Don't include unused debug functions from u_math.h
Eric Anholt
1
-1
/
+0
2015-02-20
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
12
-0
/
+24
2015-02-20
gallium/radeon: fix an uninitialized-variable warning
Marek Olšák
1
-1
/
+1
2015-02-20
gallium: add new double-related shader caps to all the getters
Ilia Mirkin
5
-0
/
+20
2015-02-20
svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch cases
Brian Paul
1
-0
/
+2
2015-02-20
radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SI
Marek Olšák
1
-18
/
+11
2015-02-20
i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
Iago Toral Quiroga
1
-0
/
+5
2015-02-20
mesa: Check that draw buffers are valid for glDrawBuffers on GLES3
Eduardo Lima Mitev
1
-0
/
+14
2015-02-20
glsl: don't allow invariant qualifiers for interface blocks
Samuel Iglesias Gonsalvez
1
-0
/
+22
2015-02-19
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
8
-68
/
+67
2015-02-19
vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.
Eric Anholt
3
-45
/
+49
2015-02-19
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
6
-50
/
+209
2015-02-19
vc4: Rename add_uniform() to qir_uniform().
Eric Anholt
1
-15
/
+15
2015-02-19
vc4: Shut up runtime warnings about new pipe caps.
Eric Anholt
1
-0
/
+2
2015-02-19
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
4
-2
/
+21
2015-02-19
i965/blorp: Emit MADs.
Matt Turner
2
-4
/
+11
[next]