aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_pass0.c
Commit message (Expand)AuthorAgeFilesLines
* i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.Eric Anholt2009-11-101-0/+3
* i965: use macros to get/set prog_instruction::Aux fieldBrian Paul2009-10-291-2/+2
* i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt2009-08-121-32/+1
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-1/+1
* mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul2009-02-261-2/+2
* i965: use the new prog_instruction::TexShadow fieldBrian Paul2009-02-201-0/+1
* i965: the return value of translate_insn() is never used. Make it void.Brian Paul2009-02-131-4/+3
* i965: fix bug in pass0_precalc_mov()Brian Paul2009-01-281-3/+11
* i965: minor comment additions/editsBrian Paul2009-01-281-1/+6
* i965: whitespace changes and reformattingBrian Paul2009-01-221-22/+14
* [i965] multiple rendering target supportZou Nan hai2008-03-131-0/+2
* Initial 965 GLSL supportZou Nan hai2007-04-121-0/+4
* Update DRI drivers for new glsl compiler.Brian2007-02-231-3/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+464