summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_glsl.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-06i965: check if we run out of GRF/temp registersBrian Paul1-1/+25
2009-03-06i965: comments and minor clean-upsBrian Paul1-3/+43
2009-03-05i965: comments and formatting fixesBrian Paul1-4/+14
2009-03-05i965: fix emit_math1() function used for scalar instructionsBrian Paul1-9/+32
2009-02-26mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul1-2/+2
2009-02-20i965: additional debug outputBrian Paul1-0/+8
2009-02-13i965: rewrite the code for handling shader subroutine callsBrian Paul1-28/+8
2009-02-13i965: updated commentsBrian Paul1-17/+37
2009-02-13i965: more reformatting/clean-upBrian Paul1-12/+10
2009-02-13i965: s/__inline/INLINE/Brian Paul1-4/+4
2009-02-13i965: formatting and indentation fixesBrian Paul1-17/+16
2009-01-14i965: comment for emit_kil()Brian Paul1-0/+4
2009-01-14i965: fix indentationBrian Paul1-7/+7
2009-01-07i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt1-1/+1
2009-01-05i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul1-1/+1
2008-12-13i965: Finish OPCODE_NOISEn instructions.Gary Wong1-14/+437
2008-11-06mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul1-4/+4
2008-11-05i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong1-10/+329
2008-10-31i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions.Gary Wong1-3/+403
2008-10-28i965: Allocate temporaries contiguously with other regs in fragment shaders.Gary Wong1-3/+5
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-08-29i965: Push/pop instruction state. partial fix for #16882Xiang, Haihao1-2/+2
2008-08-05i965: Use program->SamplerUnits[] to get the appropriate texture unit.Xiang, Haihao1-5/+9
2008-06-10i965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff99bbf to glslXiang, Haihao1-1/+1
2008-03-17 [i965] fix wpos height 1 pixel higherZou Nan hai1-1/+1
2008-03-13 [i965] multiple rendering target supportZou Nan hai1-11/+12
2008-02-28[965] Bug #9151: make fragment.position return window coords not screen coords.Eric Anholt1-8/+10
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao1-4/+4
2007-12-14[intel] warnings cleanupEric Anholt1-1/+1
2007-11-30i965: if source depth to render target is set,Xiang, Haihao1-0/+14
2007-10-09 fix for prev commitZou Nan hai1-2/+2
2007-10-09 INT supportZou Nan hai1-3/+3
2007-10-09 shadow sampler fix.Zou Nan hai1-1/+11
2007-09-30 fragment shader function call fix, gl_FragCoord fixZou Nan hai1-3/+3
2007-09-29 support continue, fix conditionalZou Nan hai1-2/+51
2007-09-28 fixZou Nan hai1-2/+0
2007-09-28support nested function call in pixel shaderZou Nan hai1-10/+25
2007-09-27 handle INT op, still require high level handle of integer to be correctZou Nan hai1-0/+22
2007-09-18fix double free in 965-glsl branchZou Nan hai1-0/+2
2007-07-24 DDX DDY support, not very accurateZou Nan hai1-1/+65
2007-07-17 Fix SOP in fragment shader, brick is ok now.Zou Nan hai1-2/+4
2007-07-05 support "discard";Zou Nan hai1-0/+15
2007-06-21 support branch and loop in pixel shaderZou Nan hai1-0/+1177