Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | |
2010-06-10 | mesa: move arbprogram.[ch] to main/ | Brian Paul | |
2004-03-29 | Moved to src/mesa/shader | Michal Krol | |
2004-03-19 | add missing else statements | Brian Paul | |
2004-02-14 | Make it easier for drivers to create "subclasses" of the existing | Keith Whitwell | |
program struct hierarchy. Add driver callbacks to enable the above and make it possible to track more changes to program objects. | |||
2004-01-17 | added some missing FLUSH_VERTICES calls | Brian Paul | |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | |
Only glDrawArrays() done so far. Simplified glVertex/Color/etcPointer functions. Misc casts added here and there. | |||
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul | |
2003-09-17 | More work on ARB_vertex_buffer_object. | Brian Paul | |
Use GLubyte * instead of void * for gl_client_array->Ptr to simplify upcoming pointer arithmetic changes. | |||
2003-09-15 | Some work on ARB_vertex_buffer_object. | Brian Paul | |
Use GL_CLIENT_ACTIVE_TEXTURE when returning texcoord array values in get.c | |||
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 | |
Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state. | |||
2003-08-30 | Silence compiler warnings about implicit casts or conversions by supplying ↵ | Karl Schultz | |
explicit casts and/or tweaking constant and variable definitions. | |||
2003-08-17 | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul | |
hook in global state references, etc. for ARB programs. | |||
2003-08-06 | remove temporary prototypes | Brian Paul | |
2003-07-22 | Restore more code lost during last big merge. | Brian Paul | |
Rename colortable-related functions. | |||
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 | |
debugging extension. | |||
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 | |
Removed VertexAttrib*ARB() stubs. | |||
2003-05-01 | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | |
Misc vertex array / vertex program changes. | |||
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 | |
Added display list support for GL_NV_fragment_program. Assorted clean-ups. | |||
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 | |