index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
Age
Commit message (
Expand
)
Author
2005-06-08
Runtime generate sse/sse2 code for some vertex programs. Experimental
Keith Whitwell
2005-06-08
New arguments for sse_shufps()
Keith Whitwell
2005-06-08
Remove ARL opcode from interpreter.
Keith Whitwell
2005-06-08
new file
Keith Whitwell
2005-06-07
Initialize some variables.
Keith Whitwell
2005-06-07
Split out runtime assembly functions.
Keith Whitwell
2005-06-07
Simplify interpreted language:
Keith Whitwell
2005-05-24
moved to windows build dir
Karl Schultz
2005-05-20
Committing in .
Jouk Jansen
2005-05-19
Invalidate current fastpath on changes to attribute size or offset within
Keith Whitwell
2005-05-19
Cope with the common 3ub and 1ub cases.
Keith Whitwell
2005-05-19
Re-initialize viewport shadows each time.
Keith Whitwell
2005-05-19
Rename emit functions to reflect instruction set in use (ie
Keith Whitwell
2005-05-18
Remove old t_vertex.c codegen infrastructure, tie in new code.
Keith Whitwell
2005-05-18
Fix a few typos, initialize p->identity.
Keith Whitwell
2005-05-18
Eliminate a couple of swizzles.
Keith Whitwell
2005-05-18
Generates working SSE code for gears under the swrast driver.
Keith Whitwell
2005-05-18
Checkpoint commit: Preliminary version of a facility to emit x86/sse code
Keith Whitwell
2005-05-17
don't include strings.h
Brian Paul
2005-05-12
Turn disassem off (oops).
Keith Whitwell
2005-05-12
When lighting is enabled, but no lights are enabled, the scenecolor
Keith Whitwell
2005-05-11
Use _mesa_memset rather than memset
Keith Whitwell
2005-05-11
Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTemps
Keith Whitwell
2005-05-10
Ensure programs don't overflow allocated instruction store.
Keith Whitwell
2005-05-10
Improved detection of program changes.
Keith Whitwell
2005-05-10
Fix some valgrind complaints
Keith Whitwell
2005-05-10
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
Missing from previous commit
Keith Whitwell
2005-05-10
Update for FragmentProgram._Active
Keith Whitwell
2005-05-04
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-03
Import all texture coordinate arrays. Import them only once.
Keith Whitwell
2005-04-29
Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.
Keith Whitwell
2005-04-29
Add DISASSEM define, similar to other program generator files.
Keith Whitwell
2005-04-28
fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...
Brian Paul
2005-04-26
tweak previous fog/fragment program fix
Brian Paul
2005-04-26
enable fog render input if fragment program fog option set
Brian Paul
2005-04-25
Ensure all VB->AttribPtr[] are populated. Reported by Aapo Tahkola
Keith Whitwell
2005-04-23
Fix the worst problems with dangling edgeflag references in
Keith Whitwell
2005-04-22
Move the call to _tnl_UpdateFixedFunctionProgram to make
Keith Whitwell
2005-04-22
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-21
Facility to construct a vertex program which executes the current
Keith Whitwell
2005-04-21
New software implementation of ARB_vertex_program. Similar in speed
Keith Whitwell
2005-04-15
Reverted the last change back to fix bug 3035
Ben Crossman
2005-04-14
A few getenv() that werent using the mesa wrapper version
Ben Crossman
2005-03-02
use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V
Alan Hourihane
2005-03-02
Added a bunch of new comments, minor code clean-ups.
Brian Paul
2005-03-02
Using glColor3 commands to update materials could result in an undefined
Brian Paul
2005-02-28
additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle)
Brian Paul
2005-02-14
`static const' instead of `const static'
Daniel Borca
2005-02-10
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
[next]