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_context.h
Age
Commit message (
Expand
)
Author
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-02-20
Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.
Keith Whitwell
2001-02-15
Fix propogation of material values in VB's that don't reach the lighting
Keith Whitwell
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
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-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-27
Fix evalpoints bug (samples/nurb)
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-08
Compute attenuated point size in a new pipeline stage.
Brian Paul
2000-11-24
Fixed a couple of bugs that crept into last commit
Keith Whitwell
2000-11-24
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-22
Committing in .
Jouk Jansen
2000-11-20
fix lvalue cast on ctx->swtnl_im
Keith Whitwell
2000-11-16
Move the transform and lighting code to two new directories
Keith Whitwell