summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texenvprogram.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul2008-12-171-1/+13
* mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul2008-12-171-3/+5
* mesa: add missing cases for texture array targetsBrian Paul2008-12-171-6/+10
* Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul2008-12-171-1/+3
* mesa: fix vertex program test in get_fp_input_mask()Brian Paul2008-12-171-3/+1
* mesa: note that texcoords are generated by setup routines when pointsprite en...Keith Whitwell2008-10-201-0/+12
* mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-101-2/+12
* mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-071-14/+16
* mesa: protect against segfault in get_fp_input_mask()Keith Whitwell2008-10-071-1/+4
* mesa: handle vertex program enabled case also in texenvprogram.cKeith Whitwell2008-10-041-5/+4
* mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-031-5/+89
* mesa: shrink texenvprogram state key structKeith Whitwell2008-10-031-5/+7
* mesa: fix temp register allocation problems.Brian Paul2008-09-261-0/+15
* mesa: increase MAX_INSTRUCTIONSBrian Paul2008-09-251-4/+2
* mesa: fix swizzle failure, fix typoBrian Paul2008-09-251-3/+5
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-5/+5
* use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...Brian2008-01-181-1/+1
* set SamplerUnit[] entry in load_texture() just to be safeBrian2007-12-141-0/+4
* set program->SamplersUsed bit when using a texture instructionBrian2007-12-141-1/+3
* Update texenvprogram.c code to use prog_cache.c routines.Brian2007-10-311-128/+7
* Remove ctx field from texenvprog_cacheBrian2007-10-291-12/+11
* Refactor _mesa_UpdateTexEnvProgram()Brian2007-10-291-32/+36
* Disable the else clause which assigns the default fragment program to ctx->Fr...Brian2007-10-291-0/+2
* properly init dst reg's CondMask/Swizzle fieldsBrian2007-10-231-2/+2
* bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst...Brian2007-10-231-3/+6
* Generate a texenv fragment program if there's a GLSL vertex shader but no GLS...Brian2007-10-021-1/+2
* include programopt.hBrian2007-09-251-0/+1
* Disable vertex shader fog, compute fog in fragment shader.Brian2007-09-251-5/+11
* temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabledBrian2007-09-181-0/+1
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-4/+4
* fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1...Roland Scheidegger2007-07-031-1/+1
* merge of glsl-compiler-1 branchBrian2007-03-261-40/+58
|\
| * Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing.Brian2007-02-241-3/+9
| * s/GLint/gl_state_index/, length is now 5 not 6Brian2007-02-231-9/+7
| * fix g++ warnings/errorsBrian2007-01-231-2/+3
| * Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian2007-01-091-9/+9
| * Lots of assorted changes for new GLSL compiler backend.Brian2006-12-151-26/+40
* | use _mesa_copy_instructions()Brian2007-03-221-4/+3
* | fixes for C++ warnings/errorsBrian2007-01-231-2/+3
|/
* Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-151-1/+1
* remove debug codeBrian Paul2006-10-301-7/+0
* Rather than always allocating 100 instructions, put instructions into aBrian Paul2006-10-291-18/+42
* Change _mesa_init_instruction() to initialize an array of instructions.Brian Paul2006-10-291-1/+1
* Fix some breakage after the PROGRAM_UNDEFINED changeAlan Hourihane2006-08-101-2/+2
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-8/+9
* remove redundant 'const'Brian Paul2006-05-301-1/+1
* Add const qualifiers in a number of places.Brian Paul2006-05-231-11/+12
* In cache_item(), there was sizeof(void) expression.Brian Paul2006-05-231-1/+1
* memory usage fixes for glean/conform, use a better hash functionKeith Whitwell2006-05-221-29/+49
* Fix typoKeith Whitwell2006-05-221-1/+1