Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into 965...
[mesa.git] / src / mesa / main / texenvprogram.c
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-03 Roland Scheideggerfix GL_DOT3_RGBA texture combiner mode in generated...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-23 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-22 Brianuse _mesa_copy_instructions()
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-24 BrianUndo some changes to _mesa_UpdateTexEnvProgram(). ...
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-23 Brianfix g++ warnings/errors
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-09 BrianMoved NumTexInstructions, NumTexIndirections, etc....
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-30 Brian Paulremove debug code
2006-10-29 Brian PaulRather than always allocating 100 instructions, put...
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-08-10 Alan HourihaneFix some breakage after the PROGRAM_UNDEFINED change
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-05-30 Brian Paulremove redundant 'const'
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian PaulIn cache_item(), there was sizeof(void) expression.
2006-05-22 Keith Whitwellmemory usage fixes for glean/conform, use a better...
2006-05-22 Keith WhitwellFix typo
2006-05-22 Keith WhitwellBetter caching for texenv programs.
2006-04-13 Brian Paulcasts to fix some -pedantic warnings
2006-03-28 Aapo Tahkolafix #6072 (Keith Whitwell)
2006-01-24 Jerome Glissefix using a tmp without asking for one
2006-01-24 Aapo Tahkolafix broken get_half & get_zero
2005-12-14 Brian Pauluse GLbitfield instead of GLuint
2005-12-12 Brian Paulsilence warning, bug 5318
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Pauladditional clean-ups and improvements
2005-11-19 Brian PaulBunch of little fixes:
2005-11-19 Brian PaulRemove the _mesa_parse_arb_vertex/fragment_program...
2005-11-18 Aapo TahkolaReduce stderr noise.
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-08 Brian Pauls/_mesa_debug_fp_inst/_mesa_print_program/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-07 Keith WhitwellPopulate arb_fp_instruction negate field correctly.
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-08 Keith WhitwellKeep NumTemporaries uptodate.
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-07-19 Brian Paulreplace fprintf() calls with _mesa_problem()
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-05-23 Keith WhitwellDetect use of disabled textures as tex_env_crossbar...
2005-05-23 Keith WhitwellSupport ARB_texture_env_crossbar. Changes the way...
2005-05-23 Keith WhitwellRestore the negate() function.
2005-05-17 Brian Pauldon't include strings.h
2005-05-16 Keith WhitwellDeal better with indirection and indirection accounting...
2005-05-12 Keith Whitwellnew MESA_DEBUG option: disassem
2005-05-11 Keith WhitwellFix glean/conform problems. Don't generate so much...
2005-05-11 Keith WhitwellFix logic for allocating texture temporaries (Ben Skeggs).
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellBetter driver notification on changes.
2005-05-10 Keith WhitwellTemporary fix - delete and recreate texenvprogram so...
2005-05-10 Keith WhitwellFix texenv segfault. Reported by Ben Skeggs.
2005-05-10 Keith WhitwellTry not to use the same temp reg as a TXP destination...
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-29 Keith WhitwellMaintain a fragment program for current texturing state.