summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* Need more than 200 instructions.Aapo Tahkola2005-10-311-1/+1
* Improve tnl program searching performance.Aapo Tahkola2005-10-312-17/+62
* added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...Brian Paul2005-10-291-0/+7
* reduced swizzle commentBrian Paul2005-10-291-0/+4
* added warning about use of REG_SCRATCHBrian Paul2005-10-291-1/+1
* fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()Brian Paul2005-10-291-11/+12
* Keith's fixes for RSW and XPD (need temporaries)Brian Paul2005-10-281-9/+22
* include tnl.h to silence warningBrian Paul2005-10-281-1/+2
* Added assert that result != arg0 in do_RSW. This currently fails and needs f...Brian Paul2005-10-281-0/+2
* TNL module needs to implement ctx->Driver.ProgramStringNotify() functionBrian Paul2005-10-282-0/+20
* fixed constant fogcoord bug (#4729)Brian Paul2005-10-101-2/+8
* Fix a number of point size attenuation problems.Brian Paul2005-10-071-16/+21
* Committing in .Jouk Jansen2005-09-231-1/+1
* additional wrapper updates, bug 4468Brian Paul2005-09-196-10/+25
* use mesa import wrappers, bug 4468Brian Paul2005-09-167-9/+9
* Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul2005-09-142-22/+2
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-252-16/+4
* added FREXPF() macro (bug 4060)Brian Paul2005-08-121-6/+2
* Check for prim/vertex store non-null before messing with refcounts.Keith Whitwell2005-08-101-2/+4
* Decrement the context's refcounts on part-used storage structs onKeith Whitwell2005-08-091-1/+11
* Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...Vladimir Dergachev2005-08-061-0/+1
* some GLuint idx -> GLint idx changesBrian Paul2005-07-221-4/+4
* Make the vertex program source register Index field a signed int sinceBrian Paul2005-07-221-1/+1
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-185-54/+60
* Check for null program->Parameters pointer in validate_vertex_program().Brian Paul2005-07-151-1/+5
* added commentsBrian Paul2005-07-151-4/+7
* Use the LDEXPF wrapper macro.Keith Whitwell2005-07-131-2/+2
* Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.Keith Whitwell2005-07-131-0/+6
* Add runtime compiled x87 implementations for most of the remainingKeith Whitwell2005-07-103-208/+575
* Use frexp on Windows; frexpf is not available.Karl Schultz2005-07-011-0/+4
* replace some free() calls with _mesa_free()Brian Paul2005-07-012-5/+6
* Add a set of predicate functions for testing matrices instead of directlyBrian Paul2005-06-301-5/+2
* just code clean-ups and new commentsBrian Paul2005-06-281-29/+44
* include t_vp_build.hBrian Paul2005-06-271-4/+5
* added _tnl_ProgramCacheDestroy() prototypeBrian Paul2005-06-271-0/+2
* make create_new_program() staticBrian Paul2005-06-271-3/+4
* include light.h to silence warningBrian Paul2005-06-211-0/+1
* Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul2005-06-191-4/+0
* Committing in .Jouk Jansen2005-06-142-3/+11
* remove debug printsKeith Whitwell2005-06-102-4/+0
* Allow the print opcode to compilemesa_20050610Keith Whitwell2005-06-101-2/+1
* Fix typo in spot attenuationKeith Whitwell2005-06-101-1/+1
* Correct test for attenuation.Keith Whitwell2005-06-101-12/+12
* Fix colormaterial flag calculations.Keith Whitwell2005-06-101-17/+30
* Add notes about intended precision of opcodes.Keith Whitwell2005-06-101-38/+46
* Fix a couple of bugletsKeith Whitwell2005-06-091-8/+9
* Another typoKeith Whitwell2005-06-091-1/+1
* Further clean up RoughApproxPow2 and disable the optimized version --Keith Whitwell2005-06-091-8/+9
* Fix typo in RoughApproxPow2Keith Whitwell2005-06-091-1/+5
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-099-78/+118