summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
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
2005-06-09Another typoKeith Whitwell
2005-06-09Further clean up RoughApproxPow2 and disable the optimized version --Keith Whitwell
2005-06-09Fix typo in RoughApproxPow2Keith Whitwell
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell
2005-06-09Build vertex programs using state from a 'state key' struct which isKeith Whitwell
2005-06-08Turn off debugKeith Whitwell
2005-06-08Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell
2005-06-08New arguments for sse_shufps()Keith Whitwell
2005-06-08Remove ARL opcode from interpreter.Keith Whitwell
2005-06-08new fileKeith Whitwell
2005-06-07Initialize some variables.Keith Whitwell
2005-06-07Split out runtime assembly functions.Keith Whitwell
2005-06-07Simplify interpreted language:Keith Whitwell
2005-05-24moved to windows build dirKarl Schultz
2005-05-20 Committing in .Jouk Jansen
2005-05-19Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell
2005-05-19Cope with the common 3ub and 1ub cases.Keith Whitwell
2005-05-19Re-initialize viewport shadows each time.Keith Whitwell
2005-05-19Rename emit functions to reflect instruction set in use (ieKeith Whitwell
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell