summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
2005-11-01Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell
2005-11-01Several fp and vp tweaks:Keith Whitwell
2005-11-01Fix segmentation fault in _tnl_ProgramCacheDestroy().Aapo Tahkola
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-10-31Need more than 200 instructions.Aapo Tahkola
2005-10-31Improve tnl program searching performance.Aapo Tahkola
2005-10-29added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...Brian Paul
2005-10-29reduced swizzle commentBrian Paul
2005-10-29added warning about use of REG_SCRATCHBrian Paul
2005-10-29fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()Brian Paul
2005-10-28Keith's fixes for RSW and XPD (need temporaries)Brian Paul
2005-10-28include tnl.h to silence warningBrian Paul
2005-10-28Added assert that result != arg0 in do_RSW. This currently fails and needs f...Brian Paul
2005-10-28TNL module needs to implement ctx->Driver.ProgramStringNotify() functionBrian Paul
2005-10-10fixed constant fogcoord bug (#4729)Brian Paul
2005-10-07Fix a number of point size attenuation problems.Brian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2005-08-12added FREXPF() macro (bug 4060)Brian Paul
2005-08-10Check for prim/vertex store non-null before messing with refcounts.Keith Whitwell
2005-08-09Decrement the context's refcounts on part-used storage structs onKeith Whitwell
2005-08-06Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...Vladimir Dergachev
2005-07-22some GLuint idx -> GLint idx changesBrian Paul
2005-07-22Make the vertex program source register Index field a signed int sinceBrian Paul
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-15Check for null program->Parameters pointer in validate_vertex_program().Brian Paul
2005-07-15added commentsBrian Paul
2005-07-13Use the LDEXPF wrapper macro.Keith Whitwell
2005-07-13Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.Keith Whitwell
2005-07-10Add runtime compiled x87 implementations for most of the remainingKeith Whitwell
2005-07-01Use frexp on Windows; frexpf is not available.Karl Schultz
2005-07-01replace some free() calls with _mesa_free()Brian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-06-28just code clean-ups and new commentsBrian Paul
2005-06-27include t_vp_build.hBrian Paul
2005-06-27added _tnl_ProgramCacheDestroy() prototypeBrian Paul
2005-06-27make create_new_program() staticBrian Paul
2005-06-21include light.h to silence warningBrian Paul
2005-06-19Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul
2005-06-14 Committing in .Jouk Jansen
2005-06-10remove debug printsKeith Whitwell
2005-06-10Allow the print opcode to compileKeith Whitwell
2005-06-10Fix typo in spot attenuationKeith Whitwell
2005-06-10Correct test for attenuation.Keith Whitwell
2005-06-10Fix colormaterial flag calculations.Keith Whitwell
2005-06-10Add notes about intended precision of opcodes.Keith Whitwell
2005-06-09Fix a couple of bugletsKeith Whitwell