summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Misc vertex array / vertex program changes.
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
Updating OpenVMS compile support Modified Files: Mesa/src/descrip.mms Mesa/xdemos/glxgears.c ----------------------------------------------------------------------
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
Added display list support for GL_NV_fragment_program. Assorted clean-ups.
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
2003-04-10drawarrayrange fixKeith Whitwell
2003-04-09fix typoBrian Paul
2003-04-09fix typoBrian Paul
2003-04-09add support for swap and sync extensions (Ian Romanick)Brian Paul
2003-04-09Added function pointer typedefs for GL_NV_fragment_programBrian Paul
2003-04-09Added GL_ARB_vertex_buffer_object tokensBrian Paul
2003-04-09basic work on GL_ARB_vertex_buffer_objectBrian Paul
2003-04-08fix string compare bugBrian Paul
2003-04-08add missing return in raster_pos4f()Brian Paul
2003-04-08fix some problems parsing scalar source argumentsBrian Paul