summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenvprogram.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-1/+1
2009-09-24mesa: added default case return to silence warningBrian Paul1-0/+1
2009-09-10mesa: in texenvprogram code, only do saturation when really needed.Brian Paul1-8/+53
2009-09-03mesa: compute tex env program key size based on nr_enabled_unitsBrian Paul1-8/+18
2009-09-02Revert "mesa: fix the non-GNU C bit-field case"Brian Paul1-2/+2
2009-09-02mesa: fix the non-GNU C bit-field caseBrian Paul1-2/+2
2009-09-02mesa: silence gcc bit-field warningGary Wong1-2/+2
2009-09-02mesa: remove accidentally committed printfBrian Paul1-1/+0
2009-09-02mesa: added #ifdef __GNUC__ around GLubyte bitfield usageBrian Paul1-0/+5
2009-09-02mesa: Compact state key for TexEnv program cacheChris Wilson1-3/+5
2009-09-01mesa: more clean-upsBrian Paul1-24/+31
2009-09-01mesa: change conditional to match the previous oneBrian Paul1-1/+1
2009-09-01mesa: updated #includesBrian Paul1-2/+1
2009-09-01mesa: remove unused texenv_fragment_program::ctx fieldBrian Paul1-2/+0
2009-09-01mesa: remove unused ureg::abs fieldBrian Paul1-5/+2
2009-09-01mesa: remove unused ureg:negateabs fieldBrian Paul1-4/+1
2009-09-01mesa: more comments, clean-upsBrian Paul1-10/+10
2009-09-01mesa: simplify translate_tex_src_bit()Brian Paul1-20/+3
2009-09-01mesa: minor code clean-ups, commentsBrian Paul1-24/+34
2009-09-01mesa: replace 8 with MAX_TEXTURE_UNITSBrian Paul1-1/+1
2009-08-31mesa: added const qualifiers, move local varBrian Paul1-7/+8
2009-08-31mesa: fix saturation logic in emit_texenv()Brian Paul1-1/+7
2009-08-07mesa: reformat code to allow setting breakpoints on the true-statementBrian Paul1-4/+8
2009-08-03texenv: Use VP->Current, since _Current isn't updated at this point.Eric Anholt1-1/+1
2009-08-03texenv: Match state.c in deciding whether we'll be using a vertex shader.Eric Anholt1-0/+1
2009-07-16texenv: Calculate whether we need to do secondary color on our own.Eric Anholt1-3/+15
2009-07-14Fix state flag dependencies for fixed function fragment program updates.Eric Anholt1-0/+10
2009-06-15mesa: Always return a value.José Fonseca1-0/+1
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul1-2/+1
2009-04-01mesa: texture combine clean-upsBrian Paul1-8/+5
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-9/+90
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-3/+3
2009-02-20mesa: add TexShadow field to prog_instructionBrian Paul1-6/+13
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul1-19/+163
2009-02-10mesa: remove the unused _mesa_UpdateTexEnvProgram() functionBrian Paul1-36/+0
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-19/+166
2009-01-23mesa: updated fragment shader codegen for GL_NV_texture_env_combine4Brian Paul1-31/+90
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul1-4/+19
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-4/+19
2008-12-30mesa: Do not specify types in bitfields.José Fonseca1-2/+2
2008-12-17mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul1-1/+13
2008-12-17mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul1-3/+5
2008-12-17mesa: add missing cases for texture array targetsBrian Paul1-6/+10
2008-12-17Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul1-1/+3
2008-12-17mesa: fix vertex program test in get_fp_input_mask()Brian Paul1-3/+1
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-1/+6
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao1-1/+6
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-0/+12
2008-10-20mesa: note that texcoords are generated by setup routines when pointsprite en...Keith Whitwell1-0/+12
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-2/+12