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_exec.c
Age
Commit message (
Expand
)
Author
2001-05-16
fix for Jouk's glplanet bug
Keith Whitwell
2001-05-14
Fix for glean texgen test.
Keith Whitwell
2001-05-11
Clean up translation of array elements, copying of elts in pure-elt
Keith Whitwell
2001-05-10
Replace PipelineStart, PipelineFinish with RunPipeline. Clean up
Keith Whitwell
2001-05-09
fix possible segfault on destroy context
Keith Whitwell
2001-05-03
fix for moebius infinite loop
Keith Whitwell
2001-05-01
removed debug
Keith Whitwell
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-09
Perform fixup on material values
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-20
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-02-16
Fixed conform problems with recent material tracking change.
Keith Whitwell
2001-02-15
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-24
Lots of GLchan datatype changes.
Brian Paul
2001-01-14
Fixed conform feedback and drawelements tests.
Keith Whitwell
2001-01-13
Fix crash in book/stencil.
Keith Whitwell
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-28
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-27
fix demos/fire, enable lazy vertex flushing
Keith Whitwell
2000-12-27
fix sproingies bug
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell