aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_pass0.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove unused param conversion code.Eric Anholt2012-07-251-1/+0
* i965: Correct misspellings of "invariant".Kenneth Graunke2012-01-071-1/+1
* intel: Fix warnings from gl_constant_parameter changes.Eric Anholt2011-08-051-2/+2
* i965: Move payload reg setup to compile, not lookup time.Eric Anholt2010-12-061-1/+1
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-1/+1
* i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt2010-10-271-0/+1
* i965: Rename nr_depth_regs to nr_payload_regs.Eric Anholt2010-08-201-1/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* 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