index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: add a scalarization pass for double-precision instructions
Iago Toral Quiroga
2017-01-03
2
-0
/
+92
*
i965/vec4: split double-precision SEL
Iago Toral Quiroga
2017-01-03
1
-0
/
+6
*
i965/vec4: teach cmod propagation about different execution sizes
Iago Toral Quiroga
2017-01-03
1
-1
/
+3
*
i965/vec4: teach CSE about exec_size, group and doubles
Iago Toral Quiroga
2017-01-03
1
-7
/
+20
*
i965/disasm: print NibCtrl for instructions with execsize < 8
Iago Toral Quiroga
2017-01-03
1
-1
/
+5
*
i965/vec4: dump NibCtrl for instructions with execsize != 8
Iago Toral Quiroga
2017-01-03
1
-0
/
+3
*
i965/vec4: make the generator set correct NibCtrl for SIMD4 DF instructions
Iago Toral Quiroga
2017-01-03
1
-0
/
+9
*
i965/vec4: add a SIMD lowering pass
Iago Toral Quiroga
2017-01-03
2
-0
/
+161
*
i965: move the group field from fs_inst to backend_instruction.
Iago Toral Quiroga
2017-01-03
3
-9
/
+10
*
i965/vec4: add a horiz_offset() helper
Iago Toral Quiroga
2017-01-03
1
-0
/
+12
*
i965/vec4: handle 32 and 64 bit channels in liveness analysis
Juan A. Suarez Romero
2017-01-03
5
-53
/
+50
*
i965/vec4: dump the instruction execution size
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965/vec4: use the IR's execution size
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
i965/vec4: fix regs_read() for doubles
Iago Toral Quiroga
2017-01-03
1
-2
/
+2
*
i965/vec4: fix size_written for doubles
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965: move exec_size from fs_instruction to backend_instruction
Iago Toral Quiroga
2017-01-03
3
-7
/
+8
*
i965/vec4: use the new helper function to create double immediates
Samuel Iglesias Gonsálvez
2017-01-03
1
-1
/
+1
*
i965/vec4: add a helper function to create double immediates
Iago Toral Quiroga
2017-01-03
2
-0
/
+40
*
i965/vec4: fix optimize predicate for doubles
Iago Toral Quiroga
2017-01-03
1
-2
/
+4
*
i965/vec4: implement fsign() for doubles
Iago Toral Quiroga
2017-01-03
1
-15
/
+49
*
i965/vec4: implement d2b
Iago Toral Quiroga
2017-01-03
1
-0
/
+18
*
i965/vec4: implement d2i, d2u, i2d and u2d
Iago Toral Quiroga
2017-01-03
1
-0
/
+14
*
i965/vec4: implement HW workaround for align16 double to float conversion
Iago Toral Quiroga
2017-01-03
1
-0
/
+11
*
i965/vec4: add helpers for conversions to/from doubles
Iago Toral Quiroga
2017-01-03
2
-20
/
+41
*
i965/vec4: Rename DF to/from F generator opcodes
Iago Toral Quiroga
2017-01-03
6
-20
/
+20
*
i965/vec4: fix register allocation for 64-bit undef sources
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965/vec4: make opt_vector_float ignore doubles
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
i965/vec4: fix get_nir_dest() to use DF type for 64-bit destinations
Iago Toral Quiroga
2017-01-03
1
-0
/
+4
*
i965/vec4: fix indentation in get_nir_src()
Iago Toral Quiroga
2017-01-03
1
-2
/
+2
*
i965/vec4/nir: implement double comparisons
Iago Toral Quiroga
2017-01-03
1
-3
/
+19
*
i965/vec4: implement double packing
Iago Toral Quiroga
2017-01-03
1
-0
/
+11
*
i965/vec4: implement double unpacking
Iago Toral Quiroga
2017-01-03
1
-0
/
+12
*
i965/vec4: don't copy propagate vector opcodes that operate in align1 mode
Iago Toral Quiroga
2017-01-03
1
-0
/
+24
*
i965/vec4: Fix DCE for VEC4_OPCODE_SET_{LOW,HIGH}_32BIT
Iago Toral Quiroga
2017-01-03
2
-1
/
+8
*
i965/vec4: add VEC4_OPCODE_SET_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+35
*
i965/vec4: add VEC4_OPCODE_PICK_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+35
*
i965/vec4: add dst_null_df()
Iago Toral Quiroga
2017-01-03
1
-0
/
+5
*
i965/vec4: We only support 32-bit integer ALU operations for now
Iago Toral Quiroga
2017-01-03
1
-18
/
+53
*
i965/disasm: align16 DF source regions have a width of 2
Iago Toral Quiroga
2017-01-03
1
-1
/
+4
*
i965/vec4: set correct register regions for 32-bit and 64-bit
Iago Toral Quiroga
2017-01-03
1
-4
/
+9
*
i965: add brw_vecn_grf()
Connor Abbott
2017-01-03
1
-0
/
+6
*
i965/vec4: translate d2f/f2d
Iago Toral Quiroga
2017-01-03
1
-0
/
+24
*
i965/vec4: add double/float conversion pseudo-opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+58
*
i965/vec4: add support for printing DF immediates
Connor Abbott
2017-01-03
1
-0
/
+3
*
i965/vec4/nir: fix emitting 64-bit immediates
Iago Toral Quiroga
2017-01-03
1
-4
/
+18
*
i965/vec4/nir: set the right type for 64-bit registers
Connor Abbott
2017-01-03
1
-0
/
+3
*
i965/vec4/nir: support doubles in ALU operations
Iago Toral Quiroga
2017-01-03
1
-4
/
+7
*
i965/vec4/nir: Add bit-size information to types
Iago Toral Quiroga
2017-01-03
1
-4
/
+4
*
i965/vec4/nir: allocate two registers for dvec3/dvec4
Connor Abbott
2017-01-03
1
-3
/
+4
*
i965/vec4/nir: simplify glsl_type_for_nir_alu_type()
Connor Abbott
2017-01-03
1
-14
/
+2
[next]