summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* 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 compileKeith 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
* Build vertex programs using state from a 'state key' struct which isKeith Whitwell2005-06-091-153/+364
* Turn off debugKeith Whitwell2005-06-082-5/+7
* Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell2005-06-083-79/+973
* New arguments for sse_shufps()Keith Whitwell2005-06-081-14/+14
* Remove ARL opcode from interpreter.Keith Whitwell2005-06-081-192/+38
* new fileKeith Whitwell2005-06-081-0/+178
* Initialize some variables.Keith Whitwell2005-06-071-9/+8
* Split out runtime assembly functions.Keith Whitwell2005-06-071-723/+126
* Simplify interpreted language:Keith Whitwell2005-06-071-625/+581
* moved to windows build dirKarl Schultz2005-05-241-228/+0
* Committing in .Jouk Jansen2005-05-201-4/+4
* Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell2005-05-193-7/+32
* Cope with the common 3ub and 1ub cases.Keith Whitwell2005-05-191-66/+202
* Re-initialize viewport shadows each time.Keith Whitwell2005-05-191-8/+11
* Rename emit functions to reflect instruction set in use (ieKeith Whitwell2005-05-191-175/+274
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-188-1985/+1396
* Fix a few typos, initialize p->identity.Keith Whitwell2005-05-181-3/+9
* Eliminate a couple of swizzles.Keith Whitwell2005-05-181-3/+4
* Generates working SSE code for gears under the swrast driver.Keith Whitwell2005-05-181-58/+127
* Checkpoint commit: Preliminary version of a facility to emit x86/sse codeKeith Whitwell2005-05-181-0/+937