Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-03-30 | fix bad call to FindLine() | Brian Paul | 1 | -1/+1 |
2005-04-26 | no need to enable fog or set fog mode with fragment program | Brian Paul | 1 | -8/+0 |
2005-01-09 | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 1 | -0/+6 |
2004-12-15 | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul | 1 | -1/+1 |
2004-04-23 | Add fps output | Keith Whitwell | 1 | -0/+16 |
2004-03-22 | use GL state vars instead of program parameters | Brian Paul | 1 | -12/+2 |
2004-02-17 | compute fog coord in eye space, not clip space | Brian Paul | 1 | -3/+5 |
2004-02-17 | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | 1 | -1/+28 |
2004-01-13 | exercise glDeleteProgramsARB | Brian Paul | 1 | -0/+6 |
2003-08-31 | s/DP4/DP3/ | Brian Paul | 1 | -4/+4 |
2003-04-17 | clean up usage of extension function pointers | Brian Paul | 1 | -7/+15 |
2003-04-17 | Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting. | Brian Paul | 1 | -0/+348 |