summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-05-10updated with new glext.h stuffBrian Paul
2003-05-10version 18 of glext.hBrian Paul
2003-05-10remove temporary stuffBrian Paul
2003-05-10added GL_ARB_vertex_program functionsBrian Paul
2003-05-10initialize condition codes before running programBrian Paul
2003-05-10fix scalar literal parsing glitchesBrian Paul
2003-05-10fix MapBufferARB() return typeBrian Paul
2003-05-10clamp fog colorBrian Paul
2003-05-08added comment about MAX_WIDTH and texturesBrian Paul
2003-05-08fixed delete statement (bug 721765)Brian Paul
2003-05-02minor updatesBrian Paul
2003-05-02updates from IanBrian Paul
2003-05-01more docs (Klaus Niederkruger)Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-05-01Ian's buffer swap extensionsBrian Paul
2003-04-30change global_grid_u0/u1 to REAL (Eric Cazeaux)Brian Paul
2003-04-29updated for glIsBufferARBBrian Paul
2003-04-29don't try to clear non-existant buffersBrian Paul
2003-04-29 Committing in .Jouk Jansen
2003-04-28LOG2() clean-up (Klaus Niederkrueger)Brian Paul
2003-04-28new comments (Klaus Niederkruger)Brian Paul
2003-04-28fix glIsBufferARB() prototypeBrian Paul
2003-04-23updated with newest functionsBrian Paul
2003-04-23fix function prototypes for manging (Bill Hoffman)Brian Paul
2003-04-21remove unneeded fragment program testBrian Paul
2003-04-21remove unneeded unsigned int / zero comparisonsBrian Paul
2003-04-21fix DDX, DDY instructions (probably not finished though)Brian Paul
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-21added GL_EXT_depth_bounds_testBrian Paul
2003-04-21alias ARB/NV program functions where possibleBrian Paul
2003-04-21silence warningBrian Paul
2003-04-21added a castBrian Paul
2003-04-21silence warningsBrian Paul
2003-04-21castsBrian Paul
2003-04-21fix minor warningsBrian Paul
2003-04-21use INDEX8_SPAN_ARGSBrian Paul
2003-04-21fix .c / .h typoBrian Paul
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul
2003-04-18more GL_ARB_fragment_program tokensBrian Paul
2003-04-18more GL_ARB_vertex/fragment_program bitsBrian Paul
2003-04-17fix some glBindProgramNV/ARB detailsBrian Paul
2003-04-17clean up usage of extension function pointersBrian Paul
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul
2003-04-17added LoadProgramNV and RequestResidentProgramsNVBrian Paul
2003-04-17Added arbprogram.c to Makefiles.Brian Paul
2003-04-17temporary GL_ARB_fragment_program tokensBrian Paul
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-14fix depth texture tex env bug (#719903)Brian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-10remove a constBrian Paul