summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_pass1.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-08i965: Remove the old ARB_fragment_program backend.Eric Anholt1-298/+0
2011-12-27i965: Create mock implementation of GL_OES_EGL_image_externalChad Versace1-0/+1
2011-10-03i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt1-0/+2
2010-12-08i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.Eric Anholt1-1/+0
2010-12-06i965: Move payload reg setup to compile, not lookup time.Eric Anholt1-2/+1
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-1/+1
2010-07-02i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2).Eric Anholt1-0/+5
2010-06-30i965: Add support for OPCODE_SSG.Eric Anholt1-0/+1
2009-09-11i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt1-0/+5
2009-09-04i965: Add support for KIL_NV in brw_wm_emit.cEric Anholt1-0/+1
2009-06-02i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.Eric Anholt1-0/+1
2009-03-23i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt1-0/+1
2009-02-20i965: use the new prog_instruction::TexShadow fieldBrian Paul1-2/+2
2009-01-22i965: whitespace changes and reformattingBrian Paul1-10/+15
2008-03-26[965] Correctly set read mask for OPCODE_SWZ in pass1.Michal Wajdeczko1-1/+1
2007-04-12 Initial 965 GLSL supportZou Nan hai1-1/+4
2007-02-23Update DRI drivers for new glsl compiler.Brian1-3/+0
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+278