Age | Commit message (Expand) | Author |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett |
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul |
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul |
2003-09-15 | Some work on ARB_vertex_buffer_object. | Brian Paul |
2003-09-05 | move GL_MESA_program_debug code into program.c | Brian Paul |
2003-08-31 | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul |
2003-08-30 | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz |
2003-08-17 | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul |
2003-08-06 | remove temporary prototypes | Brian Paul |
2003-07-22 | Restore more code lost during last big merge. | Brian Paul |
2003-07-22 | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul |
2003-07-21 | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |
2003-06-10 | fix GL_CURRENT_VERTEX_ATTRIB_ARB queries | Brian Paul |
2003-05-28 | glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB). | Brian Paul |
2003-05-01 | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul |
2003-04-21 | alias ARB/NV program functions where possible | Brian Paul |
2003-04-18 | minor re-org of program matrix, program local parameter limits | Brian Paul |
2003-04-17 | fix some glBindProgramNV/ARB details | Brian Paul |
2003-04-17 | Added arbprogram.c to Makefiles. | Brian Paul |
2003-04-17 | checkpoint: more infrastructure for GL_ARB_vertex/fragment_program. | Brian Paul |
2003-04-11 | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul |