index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_imm_fixup.c
Age
Commit message (
Expand
)
Author
2002-10-29
updated email addresses
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-04-19
pass context pointer to _tnl_free_immediate(), removed backref pointer
Brian Paul
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-02-13
More suport for t&l drivers
Keith Whitwell
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-06
Another vertex program checkpoint: clean-up of vertex attribute storage
Brian Paul
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-12-15
disable debug printf's, fix a crash
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-12-03
fx another place where PRIM_PARITY is calculated
Keith Whitwell
2001-11-26
Possible fix for vtk tristrip bug
Keith Whitwell
2001-08-03
Fix VERT_RGBA special case.
Keith Whitwell
2001-08-02
Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)
Keith Whitwell
2001-08-01
Fix copying problem (light spots) on evaluated surfaces.
Keith Whitwell
2001-07-17
Fix Alan Barnett's 'try10' display list bug.
Keith Whitwell
2001-06-28
restore normal length optimization in dlists
Keith Whitwell
2001-06-13
disabled an assertion that doesn't seem to be needed
Brian Paul
2001-06-04
Adaptor code that lets tnl convert compiled (display list) cassettes back
Keith Whitwell
2001-05-16
fix for Jouk's glplanet bug
Keith Whitwell
2001-05-14
typo
Keith Whitwell
2001-05-14
Fix for glean texgen test.
Keith Whitwell
2001-05-11
Clean up _tnl_Begin/begin/hard_begin.
Keith Whitwell
2001-05-11
Clean up translation of array elements, copying of elts in pure-elt
Keith Whitwell
2001-05-03
added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - mi...
Brian Paul
2001-04-30
Lots more eval fixes
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-26
first pass at eval fixes
Keith Whitwell
2001-04-09
Perform fixup on material values
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-15
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-02-13
gl_error clean-ups
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2000-12-28
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell