i965: Delete abs/negate fields from backend_reg.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_ir_vec4.h
2015-11-13 Matt Turneri965: Delete abs/negate fields from backend_reg.
2015-10-29 Kenneth Graunkei965/vec4: Convert src_reg/dst_reg to brw_reg at the...
2015-10-23 Alejandro Piñeiroi965/vec4: check opcode on vec4_instruction::reads_flag...
2015-10-22 Alejandro Piñeiroi965/vec4: track and use independently each flag channel
2015-10-19 Matt Turneri965: Extract can_change_source_types() functions.
2015-09-23 Antia Puentesi965/vec4: Don't coalesce regs in Gen6 MATH ops if...
2015-09-21 Iago Toral Quirogai965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-08-03 Alejandro Piñeiroi965/vec4: Add a new dst_reg constructor accepting...
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to predicate an instr...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the BROADCAST...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Pass argument by reference to src_reg/dst_re...
2015-03-23 Francisco Jerezi965/vec4: Remove swizzle_for_size() in favour of brw_s...
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of dst_reg::writemask.
2015-03-23 Francisco Jerezi965/vec4: Don't use GL types in the IR data structures.
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
2015-02-10 Francisco Jerezi965/vec4: Implement equals() method for dst_reg too.
2015-02-10 Francisco Jerezi965/vec4: Remove dependency of vec4_instruction on...
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...