Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Remove the NV program API functions. | Kenneth Graunke | 2012-10-16 | 1 | -86/+0 |
| | | | | | | | These are all unused now. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | ||||
* | mesa: Remove API specific to GL_NV_vertex_program's aliased attribs. | Eric Anholt | 2012-10-15 | 1 | -9/+0 |
| | | | | | | v2: Rebase on top of get.c changes. Reviewed-by: Brian Paul <[email protected]> (v1) | ||||
* | mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution. | Eric Anholt | 2012-10-15 | 1 | -3/+0 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: Remove NV_vertex_program-specific parameters support. | Eric Anholt | 2012-10-15 | 1 | -14/+0 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: Remove support for NV_vertex_program's tracked matrices. | Eric Anholt | 2012-10-15 | 1 | -7/+0 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | nvprogram: Silence "warning: unused parameter ‘ctx’" | Ian Romanick | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | mesa: upgrade to glext.h version 66 | Brian Paul | 2010-11-17 | 1 | -2/+4 |
| | | | | | The type of the num/count parameter to glProgramParameters4[df]vNV() changed so some API dispatch code needed updates too. | ||||
* | mesa: Clean up header file inclusion in nvprogram.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | mesa: Include missing headers in nvprogram.h. | Vinson Lee | 2010-07-30 | 1 | -0/+2 |
| | |||||
* | mesa: move nvprogram.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -0/+113 |
| | |||||
* | these files now live in the shader directory | Brian Paul | 2004-03-30 | 1 | -119/+0 |
| | |||||
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -26/+26 |
| | | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | ||||
* | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | 2003-08-31 | 1 | -57/+0 |
| | | | | | | | 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. | ||||
* | Added arbprogram.c to Makefiles. | Brian Paul | 2003-04-17 | 1 | -2/+2 |
| | | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups. | ||||
* | checkpoint: more infrastructure for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-17 | 1 | -2/+5 |
| | |||||
* | proper dispatch for NV_fragment_program functions | Brian Paul | 2003-03-29 | 1 | -17/+30 |
| | |||||
* | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | 2003-03-19 | 1 | -21/+1 |
| | |||||
* | assorted clean-ups and improvements | Brian Paul | 2003-02-25 | 1 | -3/+3 |
| | |||||
* | added _mesa_find_line_column() | Brian Paul | 2003-02-23 | 1 | -1/+5 |
| | |||||
* | more work on DEFINE/DECLARATION statements, symbol tables | Brian Paul | 2003-02-16 | 1 | -2/+22 |
| | |||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -0/+156 |
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. |