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
2016-05-04
HACK test SIMD16 interference workaround
test-fp64-compressed-wa
Connor Abbott
1
-1
/
+16
2016-04-29
i965/fs: fix MOV_INDIRECT exec_size for doubles
Samuel Iglesias Gonsálvez
1
-1
/
+7
2016-04-29
i965/fs: take into account doubles when calculating read_size for MOV_INDIRECT
Samuel Iglesias Gonsálvez
1
-2
/
+2
2016-04-29
i965/fs: demote_pull_constants() did not take into account double types
Samuel Iglesias Gonsálvez
1
-1
/
+8
2016-04-29
i965/fs: align access to double-based uniforms in push constant buffer
Samuel Iglesias Gonsálvez
5
-9
/
+64
2016-04-29
i965/fs: recognize writes with a subreg_offset > 0 as partial
Iago Toral Quiroga
1
-1
/
+2
2016-04-29
i965/fs/lower_simd_width: Fix registers written for split instructions
Iago Toral Quiroga
1
-2
/
+2
2016-04-29
i965/fs: rename our lower_d2f pass to lower_d2x
Iago Toral Quiroga
4
-4
/
+4
2016-04-29
i965/fs: implement i2d and u2d
Iago Toral Quiroga
1
-0
/
+2
2016-04-29
i965/fs: implement d2i and d2u
Iago Toral Quiroga
2
-2
/
+6
2016-04-29
i965/fs: implement d2b
Iago Toral Quiroga
1
-0
/
+13
2016-04-29
i965/fs: implement fsign() for doubles
Iago Toral Quiroga
1
-17
/
+81
2016-04-29
i965/fs: add null_reg_df
Iago Toral Quiroga
1
-0
/
+7
2016-04-29
i965/fs: We only support 32-bit integer ALU operations for now
Iago Toral Quiroga
1
-3
/
+29
2016-04-29
i965/fs: handle fp64 opcodes in brw_do_channel_expressions
Iago Toral Quiroga
1
-9
/
+14
2016-04-29
i965/fs: add support for f2d and d2f
Connor Abbott
1
-0
/
+2
2016-04-29
i965/fs: add a pass for legalizing d2f
Connor Abbott
4
-0
/
+80
2016-04-29
i965/fs: fix dst width calculation in CSE
Connor Abbott
1
-1
/
+1
2016-04-29
i965/fs: fix regs_written in LOAD_PAYLOAD for doubles
Connor Abbott
1
-2
/
+6
2016-04-29
i965/fs: fix is_copy_payload() for doubles
Connor Abbott
1
-2
/
+2
2016-04-29
i965/fs: fix regs_read() for uniforms
Connor Abbott
1
-1
/
+1
2016-04-29
i965/fs: fix compares for doubles
Connor Abbott
1
-3
/
+31
2016-04-29
i965/fs: extend exec_size halving in the generator
Connor Abbott
1
-6
/
+10
2016-04-29
i965/fs: generalize SIMD16 interference workaround
Connor Abbott
1
-19
/
+48
2016-04-29
i965/fs: fix assign_constant_locations() for doubles
Connor Abbott
1
-2
/
+4
2016-04-29
i965/fs: use byte_offset() in offset() for uniforms
Connor Abbott
1
-3
/
+1
2016-04-29
i965/fs: handle uniforms in byte_offset()
Connor Abbott
1
-1
/
+5
2016-04-29
i965/fs: fix type_size() for doubles
Connor Abbott
1
-1
/
+2
2016-04-29
i965/fs: optimize unpack double
Iago Toral Quiroga
1
-4
/
+24
2016-04-29
i965/fs: optimize pack double
Iago Toral Quiroga
1
-0
/
+23
2016-04-29
i965/fs/nir: translate double pack/unpack
Connor Abbott
1
-0
/
+12
2016-04-29
i965/fs: add a pass for lowering PACK opcodes
Connor Abbott
4
-0
/
+66
2016-04-29
i965/fs: add PACK opcode
Connor Abbott
5
-1
/
+15
2016-04-29
i965/fs: add a stride helper
Connor Abbott
1
-0
/
+8
2016-04-29
i965/fs: always pass the bitsize to brw_type_for_nir_type()
Connor Abbott
1
-3
/
+9
2016-04-29
i965/fs: add support for printing double immediates
Connor Abbott
1
-0
/
+3
2016-04-29
i965/fs: don't propagate 64-bit immediates
Connor Abbott
1
-0
/
+2
2016-04-29
i965/fs: use the NIR bit size when creating registers
Connor Abbott
1
-8
/
+25
2016-04-29
i965/fs: print writemask_all when it's enabled
Connor Abbott
1
-0
/
+3
2016-04-29
i965: fixup uniform setup for doubles
Connor Abbott
1
-1
/
+6
2016-04-29
i965: two-argument instructions can only use 32-bit immediates
Iago Toral Quiroga
1
-0
/
+2
2016-04-29
i965: fix brw_abs_immediate() for doubles
Iago Toral Quiroga
1
-2
/
+4
2016-04-29
i965: fix brw_saturate_immediate() for doubles
Iago Toral Quiroga
1
-6
/
+22
2016-04-29
i965: fix is_zero(), is_one() and is_negative_one() for doubles
Connor Abbott
1
-4
/
+24
2016-04-29
i965: fix brw_negate_immediate() for doubles
Connor Abbott
1
-2
/
+4
2016-04-29
i965/eu: add support for DF immediates
Connor Abbott
1
-7
/
+21
2016-04-29
i965: add support for disassembling DF immediates
Connor Abbott
1
-1
/
+1
2016-04-29
i965: add support for getting/setting DF immediates
Connor Abbott
1
-0
/
+25
2016-04-29
i965: add brw_imm_df
Connor Abbott
2
-0
/
+10
2016-04-29
i965/eu: allow doubles in math instructions
Connor Abbott
1
-2
/
+4
[next]