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_ir_vec4.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Move can_do_writemask to vec4_instruction
Jason Ekstrand
2016-04-15
1
-0
/
+1
*
i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().
Francisco Jerez
2016-03-06
1
-1
/
+5
*
i965: Add src/dst interference for certain instructions with hazards.
Kenneth Graunke
2015-11-30
1
-0
/
+1
*
i965: Use scope operator to ensure brw_reg is interpreted as a type.
Matt Turner
2015-11-24
1
-2
/
+2
*
i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-5
/
+0
*
i965: Combine register file field.
Matt Turner
2015-11-13
1
-4
/
+4
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-2
/
+4
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-4
/
+4
*
i965/vec4: Remove swizzle/writemask fields from src/dst_reg.
Matt Turner
2015-11-13
1
-6
/
+1
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Delete abs/negate fields from backend_reg.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965/vec4: Convert src_reg/dst_reg to brw_reg at the end of the visitor.
Kenneth Graunke
2015-10-29
1
-3
/
+0
*
i965/vec4: check opcode on vec4_instruction::reads_flag(channel)
Alejandro Piñeiro
2015-10-23
1
-2
/
+2
*
i965/vec4: track and use independently each flag channel
Alejandro Piñeiro
2015-10-22
1
-0
/
+21
*
i965: Extract can_change_source_types() functions.
Matt Turner
2015-10-19
1
-0
/
+1
*
i965/vec4: Don't coalesce regs in Gen6 MATH ops if reswizzle/writemask needed
Antia Puentes
2015-09-23
1
-1
/
+2
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-1
/
+1
*
i965/vec4: Add a new dst_reg constructor accepting a brw_reg_type
Alejandro Piñeiro
2015-08-03
1
-0
/
+2
*
i965: Define consistent interface to enable instruction result saturation.
Francisco Jerez
2015-06-09
1
-0
/
+11
*
i965: Define consistent interface to enable instruction conditional modifiers.
Francisco Jerez
2015-06-09
1
-0
/
+11
*
i965: Define consistent interface to predicate an instruction.
Francisco Jerez
2015-06-09
1
-0
/
+22
*
i965: Perform basic optimizations on the BROADCAST opcode.
Francisco Jerez
2015-05-04
1
-0
/
+7
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/vec4: Some more trivial swizzle clean-up.
Francisco Jerez
2015-03-23
1
-5
/
+1
*
i965/vec4: Pass argument by reference to src_reg/dst_reg conversion construct...
Francisco Jerez
2015-03-23
1
-2
/
+2
*
i965/vec4: Remove swizzle_for_size() in favour of brw_swizzle_for_size().
Francisco Jerez
2015-03-23
1
-3
/
+0
*
i965/vec4: Fix signedness of dst_reg::writemask.
Francisco Jerez
2015-03-23
1
-2
/
+3
*
i965/vec4: Don't use GL types in the IR data structures.
Francisco Jerez
2015-03-23
1
-1
/
+1
*
i965/vec4: Fix the scheduler to take into account reads and writes of multipl...
Francisco Jerez
2015-02-10
1
-0
/
+1
*
i965/vec4: Implement equals() method for dst_reg too.
Francisco Jerez
2015-02-10
1
-0
/
+2
*
i965/vec4: Remove dependency of vec4_instruction on the visitor class.
Francisco Jerez
2015-02-10
1
-2
/
+1
*
i965: Move IR object definitions to separate header files.
Francisco Jerez
2015-02-10
1
-0
/
+192