mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
Enable support for GL_EXT_gpu_program_parameters for R300.
This commit is contained in:
parent
8c41c757fe
commit
ab6cf9dd62
2 changed files with 3 additions and 1 deletions
|
|
@ -82,6 +82,7 @@ int hw_tcl_on=1;
|
|||
#define need_GL_EXT_secondary_color
|
||||
#define need_GL_EXT_blend_equation_separate
|
||||
#define need_GL_EXT_blend_func_separate
|
||||
#define need_GL_EXT_gpu_program_parameters
|
||||
#define need_GL_NV_vertex_program
|
||||
#include "extension_helper.h"
|
||||
|
||||
|
|
@ -104,6 +105,7 @@ const struct dri_extension card_extensions[] = {
|
|||
{"GL_EXT_blend_minmax", GL_EXT_blend_minmax_functions},
|
||||
{"GL_EXT_blend_subtract", NULL},
|
||||
// {"GL_EXT_fog_coord", GL_EXT_fog_coord_functions },
|
||||
{"GL_EXT_gpu_program_parameters", GL_EXT_gpu_program_parameters_functions},
|
||||
{"GL_EXT_secondary_color", GL_EXT_secondary_color_functions},
|
||||
{"GL_EXT_stencil_wrap", NULL},
|
||||
{"GL_EXT_texture_edge_clamp", NULL},
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "vblank.h"
|
||||
#include "xmlpool.h" /* for symbolic values of enum-type options */
|
||||
|
||||
#define DRIVER_DATE "20040924"
|
||||
#define DRIVER_DATE "20060815"
|
||||
|
||||
|
||||
/* Return various strings for glGetString().
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue