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