summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_fp.c
Commit message (Expand)AuthorAgeFilesLines
* i965: keep track of which texture units the fragment shader accessesBrian Paul2009-08-261-3/+15
* i965: add some texture unit/target assertionsBrian Paul2009-08-251-0/+6
* Merge branch 'new-frag-attribs'Brian Paul2009-08-121-27/+34
|\
| * mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-291-27/+34
* | i965: Make the cube mapping RCP use a writemask.Eric Anholt2009-08-121-2/+2
* | i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.Eric Anholt2009-08-121-3/+38
* | i965: Fix RECT shadow sampling by not losing the other texcoords.Eric Anholt2009-08-041-1/+5
|/
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-5/+16
|\
| * i965: fix bugs in projective texture coordinatesBrian Paul2009-06-161-5/+16
* | i965: interpolate colors with perspective correction by defaultBrian Paul2009-06-121-7/+19
|/
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-7/+6
* i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt2009-03-231-5/+6
* i965: Fix fog coordinate g,b,a values when glFrontFacing isn't used.Eric Anholt2009-03-231-0/+50
* i965: Clean up a bit of mess with unneeded variables in emit_interp.Eric Anholt2009-03-231-7/+2
* i965: init dest reg CondMask = COND_TR (the proper default)Brian Paul2009-03-051-2/+2
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-4/+4
* i965: rename draw_regions -> color_regionsroot2009-02-261-2/+2
* mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul2009-02-261-6/+5
* i965: whitespace/indentation fixesBrian Paul2009-02-261-28/+24
* i965: use the new prog_instruction::TexShadow fieldBrian Paul2009-02-201-1/+5
* i965: separate emit_op() and emit_tex_op() functionsBrian Paul2009-02-201-50/+63
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-02-131-1/+0
* i965: code clean-ups, comments, and minor refactoringBrian Paul2009-02-131-4/+12
* i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZBrian Paul2009-01-281-1/+1
* i965: implement GL_EXT_texture_swizzleBrian Paul2009-01-281-0/+19
* i965: minor clean-up, comments, etc.Brian Paul2009-01-281-15/+31
* i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt2009-01-211-2/+2
* i965: fix broken ARB fp fog optionsBrian Paul2009-01-121-52/+0
* i965: allow gl_FragData[0] usage when there's only one color bufferBrian Paul2009-01-071-2/+9
* i965: init dst reg RelAddr field to zeroBrian Paul2009-01-071-1/+2
* i965: Fix failure to upload new constant data when changing programs.Eric Anholt2008-12-031-4/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* i965: update TexSrcUnit for OPCODE_TXBXiang, Haihao2008-08-061-0/+5
* i965: Use program->SamplerUnits[] to get the appropriate texture unit.Xiang, Haihao2008-08-051-5/+6
* i965: fix OPCODE_TEX when additional ops are neededRoland Scheidegger2008-06-081-2/+7
* [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/litEric Anholt2008-03-261-14/+21
* [i965] multiple rendering target fixZou Nan hai2008-03-211-10/+28
* [965] Fix fp temp reg release code to not usually release all temps.Andrzej Trznadel2008-03-171-2/+2
* [i965] multiple rendering target supportZou Nan hai2008-03-131-7/+21
* [i965] fix fd.o bug #11471 and #11478Zou Nan hai2008-03-071-5/+15
* [965] Replace XXX comment about constant swizzle with an assert.Eric Anholt2008-02-011-1/+1
* Merge branch '965-glsl'Zou Nan hai2007-10-261-9/+44
|\
| * DDX DDY support, not very accurateZou Nan hai2007-07-241-0/+37
| * support branch and loop in pixel shaderZou Nan hai2007-06-211-9/+7
* | i965: The cube map texture coordinates must be devided by theXiang, Haihao2007-09-261-1/+51
* | i965: fix projtex_maskXiang, Haihao2007-08-131-1/+1
|/
* merge of glsl-compiler-1 branchBrian2007-03-261-17/+17
|\
| * Update DRI drivers for new glsl compiler.Brian2007-02-231-17/+17
* | fix for bug#10339Xiang, Haihao2007-03-221-1/+1
|/
* Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-151-1/+1