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
/
drivers
/
glide
/
fxvb.c
Age
Commit message (
Expand
)
Author
2003-10-30
bugfixes wrt texture compression
Daniel Borca
2003-10-21
Napalm total immersion
Daniel Borca
2003-10-09
Reorganized combiners. Added optimized span functions.
Daniel Borca
2003-10-02
updates from Daniel Borca
Brian Paul
2003-09-18
a few less occurances of _TriangleCaps
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-11-04
misc driver updates (Daniel Borca)
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-06
replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
Brian Paul
2001-09-23
fixed some configure;make build problems. cleaned-up copyright info.
Brian Paul
2001-08-29
changes to allow the driver to compile - still doesn't work though
Brian Paul
2001-07-13
Committing in .
Jouk Jansen
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-05-10
check hardware type and use SETUP_SNAP if needed
Brian Paul
2001-05-03
add disabled test to turn on vertex snapping.
Keith Whitwell
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-03
used indent to clean-up the code
Brian Paul
2001-01-08
Bring the FX driver into line with core mesa changes.
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell