Age | Commit message (Expand) | Author |
2007-03-13 | sync up t_vp_build.c brw_vs_tnl.c a bit | Roland Scheidegger |
2007-03-11 | fix for bug#10196 | Xiang, Haihao |
2007-02-14 | fix stupid bug in the optimized per-vertex fog generation code | Roland Scheidegger |
2007-02-09 | optimize generated vertex programs a bit | Roland Scheidegger |
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul |
2006-08-10 | Fixup more PROGRAM_UNDEFINED problems. | Alan Hourihane |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-06-18 | fix broken negate | Aapo Tahkola |
2006-06-06 | prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai... | Aapo Tahkola |
2006-05-23 | Add const qualifiers in a number of places. | Brian Paul |
2006-05-05 | Release temporary | Keith Whitwell |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-13 | silence minor warnings | Brian Paul |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-12-05 | Add guard before calling ctx->Driver.BindProgram | Keith Whitwell |
2005-12-01 | Call ProgramStringNotify after creating tnl programs. | Keith Whitwell |
2005-11-19 | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul |
2005-11-18 | Fix typo causing secondary color not to work properly. | Aapo Tahkola |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul |
2005-11-05 | s/_mesa_debug_vp_inst/_mesa_print_program/ | Brian Paul |
2005-11-05 | Unify vertex/fragment program instuctions. | Brian Paul |
2005-11-02 | Remove some ghost code and adjust things a bit. | Aapo Tahkola |
2005-11-01 | Several fp and vp tweaks: | Keith Whitwell |
2005-11-01 | Fix segmentation fault in _tnl_ProgramCacheDestroy(). | Aapo Tahkola |
2005-11-01 | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul |
2005-10-31 | Need more than 200 instructions. | Aapo Tahkola |
2005-10-31 | Improve tnl program searching performance. | Aapo Tahkola |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul |
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul |
2005-08-06 | Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to... | Vladimir Dergachev |
2005-07-22 | some GLuint idx -> GLint idx changes | Brian Paul |
2005-07-22 | Make the vertex program source register Index field a signed int since | Brian Paul |
2005-06-27 | make create_new_program() static | Brian Paul |
2005-06-19 | Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not | Brian Paul |
2005-06-14 | Committing in . | Jouk Jansen |
2005-06-10 | remove debug prints | Keith Whitwell |
2005-06-10 | Fix typo in spot attenuation | Keith Whitwell |
2005-06-10 | Correct test for attenuation. | Keith Whitwell |
2005-06-10 | Fix colormaterial flag calculations. | Keith Whitwell |
2005-06-09 | Fix a couple of buglets | Keith Whitwell |
2005-06-09 | Build vertex programs using state from a 'state key' struct which is | Keith Whitwell |
2005-05-18 | Eliminate a couple of swizzles. | Keith Whitwell |
2005-05-17 | don't include strings.h | Brian Paul |
2005-05-12 | Turn disassem off (oops). | Keith Whitwell |
2005-05-12 | When lighting is enabled, but no lights are enabled, the scenecolor | Keith Whitwell |
2005-05-11 | Use _mesa_memset rather than memset | Keith Whitwell |
2005-05-11 | Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTemps | Keith Whitwell |
2005-05-10 | Ensure programs don't overflow allocated instruction store. | Keith Whitwell |
2005-05-10 | Improved detection of program changes. | Keith Whitwell |
2005-05-10 | Double-buffer generated instructions and only notify driver when the | Keith Whitwell |