summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_builder.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-1/+1
* i965: enable the emission of the DIM instructionSamuel Iglesias Gonsálvez2016-07-141-0/+1
* i965: Make emit_minmax return an instruction*.Matt Turner2016-02-171-3/+5
* i965: Lower min/max after optimization on Gen4/5.Matt Turner2016-02-171-8/+2
* i965/vec4: Initialize force_writemask_all in vec4_builder().Matt Turner2016-02-171-1/+2
* i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().Matt Turner2015-11-191-1/+1
* i965: Rename GRF to VGRF.Matt Turner2015-11-131-1/+1
* i965/vec4: Introduce VEC4 IR builder.Francisco Jerez2015-09-251-0/+602