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
/
fxvbtmp.h
Age
Commit message (
Expand
)
Author
2004-12-20
put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_clipt...
Daniel Borca
2004-12-13
disabled ClipMask usage in vb emitter (clipping bugs?)
Daniel Borca
2004-09-24
added (back!) option to use non-packedcolor
Daniel Borca
2004-07-26
disable W1 when single-texturing
Daniel Borca
2004-07-02
added GL_EXT_fog_coord.
Daniel Borca
2004-06-14
Fixed a bug in vertex emitter (untile we move to t_vertex.c)
Daniel Borca
2004-01-13
small fixes
Daniel Borca
2004-01-08
envvars to control run-time
Daniel Borca
2004-01-07
teensy bit of optimization in interp code
Daniel Borca
2003-12-15
EXT_secondary_color and EXT_separate_specular via multipass
Daniel Borca
2003-12-10
got rid of __FUNCTION__ :(
Daniel Borca
2003-11-26
accomodate vtx-0-2-branch
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
2002-10-29
updated email addresses
Brian Paul
2002-08-21
s/ProjectedClipPtr/NdcPtr/
Brian Paul
2001-09-23
fixed some configure;make build problems. cleaned-up copyright info.
Brian Paul
2001-09-19
set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)
Brian Paul
2001-09-19
compute dst->ooz, not dst->z in clip interpolation function
Brian Paul
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-05-02
fixed vertex color problems
Brian Paul
2001-05-01
float color changes
Keith Whitwell
2001-03-03
used indent to clean-up the code
Brian Paul
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-26
Major rework of tnl module
Keith Whitwell