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
/
progs
/
demos
/
arbfplight.c
Age
Commit message (
Collapse
)
Author
2009-12-18
progs/demos: fix glut initialization calls
Brian Paul
Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
2009-02-24
demos: add some fflushes for windows
Keith Whitwell
2007-10-27
Optimize fragment program.
michal
2007-04-21
destroy window upon exit
Brian
2006-03-30
fix bad call to FindLine()
Brian Paul
2005-04-26
no need to enable fog or set fog mode with fragment program
Brian Paul
2005-01-09
Add #ifdefs for extension testing (Marcello Magallon)
Brian Paul
2004-12-15
s/DP3/DP3_SAT/ to prevent negative values
Brian Paul
2004-04-23
Add fps output
Keith Whitwell
2004-03-22
use GL state vars instead of program parameters
Brian Paul
2004-02-17
compute fog coord in eye space, not clip space
Brian Paul
2004-02-17
define DO_FRAGMENT_FOG=1 to test fragment program fog option
Brian Paul
2004-01-13
exercise glDeleteProgramsARB
Brian Paul
2003-08-31
s/DP4/DP3/
Brian Paul
2003-04-17
clean up usage of extension function pointers
Brian Paul
2003-04-17
Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.
Brian Paul