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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-2851
/
+0
*
i965: Move intel_debug.h to intel/common/gen_debug.h
Jason Ekstrand
2017-03-01
1
-1
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-0
/
+1
*
i965: Add a header for brw_vec4_vs_visitor
Jason Ekstrand
2017-03-01
1
-1
/
+1
*
i965: Move SHADER_TIME_STRIDE to brw_compiler.h
Jason Ekstrand
2017-03-01
1
-1
/
+1
*
i965/vec4: Fix mapping attributes
Juan A. Suarez Romero
2017-01-13
1
-1
/
+1
*
i965/vec4: take into account doubles when creating attribute mapping
Alejandro Piñeiro
2017-01-12
1
-4
/
+9
*
i965/vec4: use attribute slots for first non payload GRF
Alejandro Piñeiro
2017-01-12
1
-1
/
+1
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
1
-6
/
+5
*
i965: Print VS output VUE map in Vulkan too.
Kenneth Graunke
2017-01-05
1
-0
/
+5
*
i965/vec4: run scalarize_df() after spilling
Iago Toral Quiroga
2017-01-03
1
-0
/
+18
*
i965/vec4: prevent src/dst hazards during 64-bit register allocation
Iago Toral Quiroga
2017-01-03
1
-1
/
+7
*
i965/vec4/scalarize_df: support more swizzles via vstride=0
Iago Toral Quiroga
2017-01-03
1
-20
/
+48
*
i965/vec4/scalarize_df: do not scalarize swizzles that we can support natively
Iago Toral Quiroga
2017-01-03
1
-25
/
+108
*
i965/vec4: split instructions that read 64-bit interleaved attributes
Iago Toral Quiroga
2017-01-03
1
-2
/
+26
*
i965/vec4: dump subnr for FIXED_GRF
Iago Toral Quiroga
2017-01-03
1
-1
/
+1
*
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
1
-19
/
+6
*
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: 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: Lower 64-bit MAD
Iago Toral Quiroga
2017-01-03
1
-0
/
+44
*
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/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
1
-3
/
+46
*
i965/vec4: add a scalarization pass for double-precision instructions
Iago Toral Quiroga
2017-01-03
1
-0
/
+91
*
i965/vec4: split double-precision SEL
Iago Toral Quiroga
2017-01-03
1
-0
/
+6
*
i965/vec4: dump NibCtrl for instructions with execsize != 8
Iago Toral Quiroga
2017-01-03
1
-0
/
+3
*
i965/vec4: add a SIMD lowering pass
Iago Toral Quiroga
2017-01-03
1
-0
/
+159
*
i965/vec4: handle 32 and 64 bit channels in liveness analysis
Juan A. Suarez Romero
2017-01-03
1
-1
/
+1
*
i965/vec4: dump the instruction execution size
Iago Toral Quiroga
2017-01-03
1
-1
/
+2
*
i965/vec4: fix regs_read() for doubles
Iago Toral Quiroga
2017-01-03
1
-2
/
+2
*
i965/vec4: Rename DF to/from F generator opcodes
Iago Toral Quiroga
2017-01-03
1
-4
/
+4
*
i965/vec4: make opt_vector_float ignore doubles
Iago Toral Quiroga
2017-01-03
1
-0
/
+1
*
i965/vec4: add VEC4_OPCODE_SET_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
1
-0
/
+4
*
i965/vec4: add VEC4_OPCODE_PICK_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
1
-0
/
+4
*
i965/vec4: set correct register regions for 32-bit and 64-bit
Iago Toral Quiroga
2017-01-03
1
-4
/
+9
*
i965/vec4: add double/float conversion pseudo-opcodes
Iago Toral Quiroga
2017-01-03
1
-0
/
+8
*
i965/vec4: add support for printing DF immediates
Connor Abbott
2017-01-03
1
-0
/
+3
*
nir: pass compiler rather than devinfo to functions that call nir_optimize
Timothy Arceri
2016-12-23
1
-3
/
+2
*
i965: Store a clip_distance_mask field similar to cull_distance_mask.
Kenneth Graunke
2016-11-19
1
-0
/
+2
*
i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.
Kenneth Graunke
2016-11-19
1
-0
/
+4
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-7
/
+9
*
i965: Silence unused parameter warnings
Ian Romanick
2016-10-17
1
-1
/
+1
[next]