summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't include strings.hBrian Paul2005-05-171-2/+0
* Turn disassem off (oops).Keith Whitwell2005-05-121-1/+1
* When lighting is enabled, but no lights are enabled, the scenecolorKeith Whitwell2005-05-121-27/+85
* Use _mesa_memset rather than memsetKeith Whitwell2005-05-111-1/+1
* Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTempsKeith Whitwell2005-05-111-8/+13
* Ensure programs don't overflow allocated instruction store.Keith Whitwell2005-05-101-1/+8
* Improved detection of program changes.Keith Whitwell2005-05-101-20/+32
* Fix some valgrind complaintsKeith Whitwell2005-05-101-2/+4
* Double-buffer generated instructions and only notify driver when theKeith Whitwell2005-05-101-5/+27
* Missing from previous commitKeith Whitwell2005-05-102-4/+8
* Update for FragmentProgram._ActiveKeith Whitwell2005-05-101-2/+2
* Add a facility to route all rasterization through a fragment programKeith Whitwell2005-05-041-5/+22
* Import all texture coordinate arrays. Import them only once.Keith Whitwell2005-05-031-5/+4
* Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.Keith Whitwell2005-04-291-115/+217
* Add DISASSEM define, similar to other program generator files.Keith Whitwell2005-04-291-6/+21
* fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...Brian Paul2005-04-281-1/+9
* tweak previous fog/fragment program fixBrian Paul2005-04-261-3/+5
* enable fog render input if fragment program fog option setBrian Paul2005-04-261-1/+1
* Ensure all VB->AttribPtr[] are populated. Reported by Aapo TahkolaKeith Whitwell2005-04-251-8/+18
* Fix the worst problems with dangling edgeflag references inKeith Whitwell2005-04-233-21/+30
* Move the call to _tnl_UpdateFixedFunctionProgram to makeKeith Whitwell2005-04-222-1/+4