summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_glsl.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-11i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work.Eric Anholt1-61/+33
2009-08-26i965: fix incorrect tex unit in emit_tex() and emit_txb()Brian Paul1-2/+4
2009-08-26i965: clean-up tex target switchesBrian Paul1-2/+10
2009-08-25i965: add some texture unit/target assertionsBrian Paul1-0/+4
2009-08-12i965: Allocate destination registers for GLSL TEX instructions contiguously.Eric Anholt1-0/+24
2009-08-12i965: drop dead scalar handling in GLSL.Eric Anholt1-13/+0
2009-08-12i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.Eric Anholt1-20/+0
2009-08-12i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.Eric Anholt1-21/+0
2009-08-12i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt1-23/+45
2009-08-12i965: Flag ARL-using programs as requiring brw_wm_glsl.cEric Anholt1-0/+1
2009-08-04i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt1-0/+7
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol1-1/+1
2009-07-15i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNGXiang, Haihao1-2/+7
2009-07-13i965: add support for new chipsetsXiang, Haihao1-4/+28
2009-06-26i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger1-1/+0
2009-06-19i965: asst clean-ups, var renaming in brw_wm_emit_glsl()Brian Paul1-21/+23
2009-06-16i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger1-0/+1
2009-06-02i965: Support OPCODE_TRUNC in the brw_wm_fp.c code.Eric Anholt1-1/+0
2009-05-14i965: Fix register allocation of GLSL fp inputs.Eric Anholt1-10/+21
2009-05-12i965: enable additional code in emit_fb_write()Brian Paul1-11/+10
2009-05-11i965: handle extended swizzle terms (0,1) in get_src_reg()Brian Paul1-0/+8
2009-05-08i965: don't use GRF regs 126,127 for WM programsBrian Paul1-5/+26
2009-05-06i965: Remove bad constant buffer constant-reg-already-loaded optimization.Eric Anholt1-13/+11
2009-05-01Merge branch 'const-buffer-changes'Brian Paul1-43/+164
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul1-6/+10
2009-04-27i965: only upload constant buffer data when we actually need the const bufferBrian Paul1-6/+6
2009-04-24i965: rework GLSL/WM register allocationBrian Paul1-47/+164
2009-04-21i965: const correctnessBrian Paul1-49/+49
2009-04-16Merge branch 'register-negate'Brian Paul1-3/+3
2009-04-16i965: disable using immediate values for MOV instructionsBrian Paul1-1/+3
2009-04-16i965: minor debug output changesBrian Paul1-3/+3
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-3/+3
2009-04-09i965: new SURF_INDEX_ macrosBrian Paul1-3/+3
2009-04-08i965: clean-ups, debug code in brw_wm_glsl.cBrian Paul1-34/+15
2009-04-08i965: init current_const[i].index = -1Brian Paul1-3/+4
2009-04-08i965: move the fetch_constants() call before setting conditional mod stateBrian Paul1-4/+4
2009-04-03i965: more const buffer debug codeBrian Paul1-50/+84
2009-04-03i965: another checkpoint commit of new constant buffer supportBrian Paul1-65/+107
2009-04-03i965: change args to get_src_reg() to prep for new constant buffer supportBrian Paul1-79/+85
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul1-25/+108
2009-04-03i965: do negation and Abs in get_src_reg_imm()Brian Paul1-1/+6
2009-04-03i965: comments for sampling codeBrian Paul1-28/+28
2009-04-03i965: add support for float literal instruction operandsBrian Paul1-20/+43
2009-04-03i965: remove 'nr' param from get_src/dst_reg() functionsBrian Paul1-112/+114
2009-04-03i965: fix comment typoBrian Paul1-1/+1
2009-03-23i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt1-0/+33
2009-03-13i965: move declarations before codeBrian Paul1-6/+6
2009-03-11i965: fix lock-ups when GLSL program wrote to gl_FragDepthBrian Paul1-1/+27
2009-03-10i965: more code clean-ups, commentsBrian Paul1-4/+11
2009-03-10i965: minor code clean-ups, commentsBrian Paul1-10/+12