summaryrefslogtreecommitdiff
path: root/src/mesa/sparc
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-15 16:47:34 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-15 16:47:34 +0000
commit8c41c757fe8efa04df0dd5cdfb33a75b84891c19 (patch)
tree23d57eea7976a8594b7ee64b2a39a5c3738c1162 /src/mesa/sparc
parent5208d93a418c2d1f9db67e3760117ceb659b7f7c (diff)
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this extension as well.
Diffstat (limited to 'src/mesa/sparc')
-rw-r--r--src/mesa/sparc/glapi_sparc.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S
index b947ec2250..864c650700 100644
--- a/src/mesa/sparc/glapi_sparc.S
+++ b/src/mesa/sparc/glapi_sparc.S
@@ -888,6 +888,8 @@ __glapi_sparc_icache_flush: /* %o0 = insn_addr */
.globl glDeleteVertexArraysAPPLE ; .type glDeleteVertexArraysAPPLE,#function
.globl glGenVertexArraysAPPLE ; .type glGenVertexArraysAPPLE,#function
.globl glIsVertexArrayAPPLE ; .type glIsVertexArrayAPPLE,#function
+ .globl glProgramEnvParameters4fvEXT ; .type glProgramEnvParameters4fvEXT,#function
+ .globl glProgramLocalParameters4fvEXT ; .type glProgramLocalParameters4fvEXT,#function
.globl _mesa_sparc_glapi_begin ; .type _mesa_sparc_glapi_begin,#function
_mesa_sparc_glapi_begin:
@@ -1714,6 +1716,8 @@ _mesa_sparc_glapi_begin:
GL_STUB(glDeleteVertexArraysAPPLE, _gloffset_DeleteVertexArraysAPPLE)
GL_STUB(glGenVertexArraysAPPLE, _gloffset_GenVertexArraysAPPLE)
GL_STUB(glIsVertexArrayAPPLE, _gloffset_IsVertexArrayAPPLE)
+ GL_STUB(glProgramEnvParameters4fvEXT, _gloffset_ProgramEnvParameters4fvEXT)
+ GL_STUB(glProgramLocalParameters4fvEXT, _gloffset_ProgramLocalParameters4fvEXT)
.globl _mesa_sparc_glapi_end ; .type _mesa_sparc_glapi_end,#function
_mesa_sparc_glapi_end: