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/tes: fix setup_payload() for 64bit data types
Iago Toral Quiroga
2017-01-03
1
-1
/
+20
*
i965/vec4/tes: fix input loading for 64bit data types
Iago Toral Quiroga
2017-01-03
1
-17
/
+55
*
i965/vec4/tcs: fix outputs for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-2
/
+29
*
i965/vec4/tcs: fix input loading for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-4
/
+30
*
i965/vec4/gs: fix input loading for 64bit data
Samuel Iglesias Gonsálvez
2017-01-03
1
-17
/
+34
*
i965/vec4: fix store output for 64-bit types
Iago Toral Quiroga
2017-01-03
1
-2
/
+25
*
i965/vec4: fix attribute setup for doubles
Iago Toral Quiroga
2017-01-03
1
-7
/
+14
*
i965/vec4: fix indentation in lower_attributes_to_hw_regs()
Iago Toral Quiroga
2017-01-03
1
-8
/
+8
*
i965/vec4: make emit_pull_constant_load support 64-bit loads
Iago Toral Quiroga
2017-01-03
2
-55
/
+50
*
i965/vec4: fix move_push_constants_to_pull_constants() for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-4
/
+19
*
i965/vec4: fix indentation in move_push_constants_to_pull_constants()
Iago Toral Quiroga
2017-01-03
1
-30
/
+30
*
i965/vec4: fix move_uniform_array_access_to_pull_constant() for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-2
/
+18
*
i965/vec4: fix scratch writes for 64bit data
Iago Toral Quiroga
2017-01-03
1
-9
/
+55
*
i965/vec4: fix scratch reads for 64bit data
Iago Toral Quiroga
2017-01-03
1
-2
/
+14
*
i965/vec4: fix scratch offset for 64bit data
Iago Toral Quiroga
2017-01-03
1
-6
/
+16
*
i965/vec4: do not split scratch read/write opcodes
Iago Toral Quiroga
2017-01-03
1
-0
/
+9
*
i965/vec4: Do not use DepCtrl with 64-bit instructions
Iago Toral Quiroga
2017-01-03
1
-1
/
+13
*
i965/vec4: extend the DWORD multiply DepCtrl restriction to all gen8 platforms
Iago Toral Quiroga
2017-01-03
1
-3
/
+6
*
i965/vec4: don't copy propagate misaligned registers
Samuel Iglesias Gonsálvez
2017-01-03
1
-0
/
+3
*
i965/vec4: don't propagate single-precision uniforms into 4-wide instructions
Iago Toral Quiroga
2017-01-03
1
-0
/
+11
*
i965/vec4: Prevent copy propagation from violating pre-gen8 restrictions
Iago Toral Quiroga
2017-01-03
1
-0
/
+7
*
i965/vec4: prevent copy-propagation from values with a different type size
Iago Toral Quiroga
2017-01-03
1
-0
/
+7
*
i965/vec4: don't constant propagate 64-bit immediates
Connor Abbott
2017-01-03
1
-0
/
+7
*
i965/vec4: Fix SSBO stores for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-8
/
+32
*
i965/vec4: Fix SSBO loads for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-4
/
+29
*
i965/vec4: Fix UBO loads for 64-bit data
Iago Toral Quiroga
2017-01-03
1
-15
/
+34
*
i965/vec4: Add a shuffle_64bit_data helper
Iago Toral Quiroga
2017-01-03
2
-0
/
+76
*
i965/vec4: support multiple dispatch widths and groups in the IR builder.
Iago Toral Quiroga
2017-01-03
1
-2
/
+37
*
i965/vec4: Lower 64-bit MAD
Iago Toral Quiroga
2017-01-03
2
-0
/
+45
*
i965/vec4/nir: do not emit 64-bit MAD
Iago Toral Quiroga
2017-01-03
1
-5
/
+12
*
i965/vec4: Skip swizzle to subnr in 3src instructions with DF operands
Iago Toral Quiroga
2017-01-03
1
-1
/
+4
*
i965/vec4: fix indentation in pack_uniform_registers
Iago Toral Quiroga
2017-01-03
1
-15
/
+15
*
i965/vec4: fix pack_uniform_registers for doubles
Iago Toral Quiroga
2017-01-03
1
-2
/
+9
*
i965/vec4: teach register coalescing about 64-bit
Iago Toral Quiroga
2017-01-03
1
-3
/
+19
*
i965/disasm: fix subreg for dst in Align16 mode
Iago Toral Quiroga
2017-01-03
1
-1
/
+1
*
i965/vec4: implement access to DF source components Z/W
Iago Toral Quiroga
2017-01-03
1
-0
/
+21
*
i965/vec4: translate 64-bit swizzles to 32-bit
Iago Toral Quiroga
2017-01-03
2
-3
/
+48
*
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
[prev]
[next]