summaryrefslogtreecommitdiff
path: root/GL/glx/g_render.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-08-12 16:30:57 +0000
committerIan Romanick <idr@us.ibm.com>2005-08-12 16:30:57 +0000
commit370b111f4882a95248bcc4727438c95a065c174d (patch)
treec2be117ffb22e3d876fbdd5f7a9586506274d912 /GL/glx/g_render.c
parent5f5117729de3a8a4eb6e17dc0979e4b1c1ef9918 (diff)
Use '$(DRMSRCDIR)/shared-core' instead of '$(DRMSRCDIR)/shared' for DRM
includes. This matches the way drivers are built in the Mesa tree and fixes a build problem in the Savage driver. Convert uses of __glPointParameterfvARB_size to __glPointParameterfvEXT_size and uses of __glPointParameteriv_size to __glPointParameterivNV_size. This eliminates the need to hand-edit indirect_size.c after it is generated.
Diffstat (limited to 'GL/glx/g_render.c')
-rw-r--r--GL/glx/g_render.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/GL/glx/g_render.c b/GL/glx/g_render.c
index 28d23da84..24c64897e 100644
--- a/GL/glx/g_render.c
+++ b/GL/glx/g_render.c
@@ -2253,14 +2253,8 @@ void __glXDisp_PointParameterfvARB(GLbyte *pc)
);
}
-#ifdef __DARWIN__
-#define __glPointParameterivNV_size __glPointParameteriv_size
dispatch_template_enum1_1s(PointParameteriNV, GLint)
dispatch_template_enum1_Vv(PointParameterivNV, GLint)
-#else
-dispatch_template_enum1_1s(PointParameteri, GLint)
-dispatch_template_enum1_Vv(PointParameteriv, GLint)
-#endif
void __glXDisp_ActiveStencilFaceEXT(GLbyte *pc)
{