Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c | Brian Paul | 2008-07-29 | 1 | -0/+10 |
| | | | | No API-level functions now in program.c. | ||||
* | Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the | Brian Paul | 2006-11-02 | 1 | -2/+6 |
| | | | | OpenGL 2.0 function of the same name. | ||||
* | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick | 2006-08-15 | 1 | -0/+10 |
| | | | | | either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well. | ||||
* | Moved from src/mesa/main. | Michal Krol | 2004-03-10 | 1 | -0/+128 |