Revert "mesa: fix vertex program test in get_fp_input_mask()"
[mesa.git] / src / mesa / main / texenvprogram.c
2008-12-17 Brian PaulRevert "mesa: fix vertex program test in get_fp_input_m...
2008-12-17 Brian Paulmesa: fix vertex program test in get_fp_input_mask()
2008-10-20 Keith Whitwellmesa: note that texcoords are generated by setup routin...
2008-10-10 Brian Paulmesa: new _mesa_set_vp_override() function for driver...
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-07 Keith Whitwellmesa: protect against segfault in get_fp_input_mask()
2008-10-04 Keith Whitwellmesa: handle vertex program enabled case also in texenv...
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith Whitwellmesa: shrink texenvprogram state key struct
2008-09-27 Brian Paulmesa: fix temp register allocation problems.
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-01-18 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2007-12-14 Brianset SamplerUnit[] entry in load_texture() just to be...
2007-12-14 Brianset program->SamplersUsed bit when using a texture...
2007-10-31 BrianUpdate texenvprogram.c code to use prog_cache.c routines.
2007-10-29 BrianRemove ctx field from texenvprog_cache
2007-10-29 BrianRefactor _mesa_UpdateTexEnvProgram()
2007-10-29 BrianDisable the else clause which assigns the default fragm...
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-23 Brianbump up MAX_INSTRUCTIONS and add an assertion to catch...
2007-10-02 BrianGenerate a texenv fragment program if there's a GLSL...
2007-09-25 Brianinclude programopt.h
2007-09-25 BrianDisable vertex shader fog, compute fog in fragment...
2007-09-19 Briantemporarily set the FRAG_BIT_FOGC bit in InputsRead...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
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...
next