summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_glsl.c
AgeCommit message (Expand)Author
2009-04-21i965: const correctnessBrian Paul
2009-04-16Merge branch 'register-negate'Brian Paul
2009-04-16i965: disable using immediate values for MOV instructionsBrian Paul
2009-04-16i965: minor debug output changesBrian Paul
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-09i965: new SURF_INDEX_ macrosBrian Paul
2009-04-08i965: clean-ups, debug code in brw_wm_glsl.cBrian Paul
2009-04-08i965: init current_const[i].index = -1Brian Paul
2009-04-08i965: move the fetch_constants() call before setting conditional mod stateBrian Paul
2009-04-03i965: more const buffer debug codeBrian Paul
2009-04-03i965: another checkpoint commit of new constant buffer supportBrian Paul
2009-04-03i965: change args to get_src_reg() to prep for new constant buffer supportBrian Paul
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul
2009-04-03i965: do negation and Abs in get_src_reg_imm()Brian Paul
2009-04-03i965: comments for sampling codeBrian Paul
2009-04-03i965: add support for float literal instruction operandsBrian Paul
2009-04-03i965: remove 'nr' param from get_src/dst_reg() functionsBrian Paul
2009-04-03i965: fix comment typoBrian Paul
2009-03-23i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt
2009-03-13i965: move declarations before codeBrian Paul
2009-03-11i965: fix lock-ups when GLSL program wrote to gl_FragDepthBrian Paul
2009-03-10i965: more code clean-ups, commentsBrian Paul
2009-03-10i965: minor code clean-ups, commentsBrian Paul
2009-03-06i965: check if we run out of GRF/temp registersBrian Paul
2009-03-06i965: comments and minor clean-upsBrian Paul
2009-03-05i965: comments and formatting fixesBrian Paul
2009-03-05i965: fix emit_math1() function used for scalar instructionsBrian Paul
2009-02-26mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul
2009-02-20i965: additional debug outputBrian Paul
2009-02-13i965: rewrite the code for handling shader subroutine callsBrian Paul
2009-02-13i965: updated commentsBrian Paul
2009-02-13i965: more reformatting/clean-upBrian Paul
2009-02-13i965: s/__inline/INLINE/Brian Paul
2009-02-13i965: formatting and indentation fixesBrian Paul
2009-01-14i965: comment for emit_kil()Brian Paul
2009-01-14i965: fix indentationBrian Paul
2009-01-07i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w.Eric Anholt
2009-01-05i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul
2008-12-13i965: Finish OPCODE_NOISEn instructions.Gary Wong
2008-11-06mesa: rename OPCODE_INT -> OPCODE_TRUNCBrian Paul
2008-11-05i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong
2008-10-31i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions.Gary Wong
2008-10-28i965: Allocate temporaries contiguously with other regs in fragment shaders.Gary Wong
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-29i965: Push/pop instruction state. partial fix for #16882Xiang, Haihao
2008-08-05i965: Use program->SamplerUnits[] to get the appropriate texture unit.Xiang, Haihao
2008-06-10i965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff99bbf to glslXiang, Haihao
2008-03-17 [i965] fix wpos height 1 pixel higherZou Nan hai
2008-03-13 [i965] multiple rendering target supportZou Nan hai
2008-02-28[965] Bug #9151: make fragment.position return window coords not screen coords.Eric Anholt