| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: use gl_program cast wrappers | Brian Paul | 2012-07-18 | 1 | -12/+9 |
* | mesa: Use VERT_ATTRIB_* indexed array in gl_array_object. | Mathias Fröhlich | 2011-11-29 | 1 | -4/+4 |
* | nvprogram: Silence "warning: unused parameter ‘ctx’" | Ian Romanick | 2011-09-09 | 1 | -1/+1 |
* | mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV() | Brian Paul | 2011-08-04 | 1 | -10/+10 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: upgrade to glext.h version 66 | Brian Paul | 2010-11-17 | 1 | -4/+4 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | glsl: make compiler options per-target | Luca Barbieri | 2010-09-08 | 1 | -1/+3 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -6/+6 |
* | mesa: move nvprogram.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -0/+917 |
* | these files now live in the shader directory | Brian Paul | 2004-03-30 | 1 | -871/+0 |
* | added some missing FLUSH_VERTICES calls | Brian Paul | 2004-01-17 | 1 | -0/+9 |
* | added blurb about NVIDIA extensions | Brian Paul | 2004-01-14 | 1 | -2/+10 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -1/+1 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -26/+26 |
* | More work on ARB_vertex_buffer_object. | Brian Paul | 2003-09-17 | 1 | -1/+1 |
* | Some work on ARB_vertex_buffer_object. | Brian Paul | 2003-09-15 | 1 | -1/+1 |
* | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | 2003-08-31 | 1 | -377/+19 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
* | register file changes | Brian Paul | 2003-08-17 | 1 | -16/+16 |
* | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul | 2003-07-22 | 1 | -109/+11 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
* | fix GL_CURRENT_VERTEX_ATTRIB_ARB queries | Brian Paul | 2003-06-10 | 1 | -0/+3 |
* | glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB). | Brian Paul | 2003-05-28 | 1 | -12/+20 |
* | alias ARB/NV program functions where possible | Brian Paul | 2003-04-21 | 1 | -3/+3 |
* | fix some glBindProgramNV/ARB details | Brian Paul | 2003-04-17 | 1 | -2/+14 |
* | Added arbprogram.c to Makefiles. | Brian Paul | 2003-04-17 | 1 | -1/+2 |
* | checkpoint: more infrastructure for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-17 | 1 | -67/+93 |
* | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-11 | 1 | -22/+29 |
* | basic work on GL_ARB_vertex_buffer_object | Brian Paul | 2003-04-09 | 1 | -0/+7 |
* | fix string compare bug | Brian Paul | 2003-04-08 | 1 | -2/+6 |
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -3/+0 |
* | fragment program named constants and named program parameters basically work now | Brian Paul | 2003-04-05 | 1 | -15/+18 |
* | proper dispatch for NV_fragment_program functions | Brian Paul | 2003-03-29 | 1 | -35/+38 |
* | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | 2003-03-19 | 1 | -105/+33 |
* | Clean-up of parser error handling/reporting. | Brian Paul | 2003-03-14 | 1 | -26/+32 |
* | fix/improve glAreTextures/ProgramsResident (Jose Fonseca) | Brian Paul | 2003-03-10 | 1 | -23/+19 |
* | Fix function definitions for Windows. | Karl Schultz | 2003-02-27 | 1 | -13/+13 |
* | assorted clean-ups and improvements | Brian Paul | 2003-02-25 | 1 | -9/+19 |
* | added _mesa_find_line_column() | Brian Paul | 2003-02-23 | 1 | -1/+36 |
* | more work on DEFINE/DECLARATION statements, symbol tables | Brian Paul | 2003-02-16 | 1 | -23/+99 |
* | cast GLfloat | Alan Hourihane | 2003-02-10 | 1 | -8/+14 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -0/+1182 |