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.
diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S
index b947ec2..864c650 100644
--- a/src/mesa/sparc/glapi_sparc.S
+++ b/src/mesa/sparc/glapi_sparc.S
@@ -888,6 +888,8 @@
 		.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 @@
 	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: