summaryrefslogtreecommitdiff
path: root/GL/glx/rensizetab.c
diff options
context:
space:
mode:
authorIan Romanick <idr@umwelt.(none)>2006-08-23 14:24:34 -0700
committerIan Romanick <idr@umwelt.(none)>2006-08-23 14:24:34 -0700
commit39a620d17809dc71fb5ad61a955fe3c442f90a05 (patch)
treed1ed09f07416a40a1fe751fd60cba3cb3ce96cbe /GL/glx/rensizetab.c
parent86406455f0e5fc977431948611e9bb5fda1e1d46 (diff)
Rename __glXDrawArraysSize to __glXDrawArraysReqSize. This makes its
name match the pattern of all the other functions in __glXRenderSizeTable.
Diffstat (limited to 'GL/glx/rensizetab.c')
-rw-r--r--GL/glx/rensizetab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/GL/glx/rensizetab.c b/GL/glx/rensizetab.c
index b9768a5b5..22dfc4961 100644
--- a/GL/glx/rensizetab.c
+++ b/GL/glx/rensizetab.c
@@ -235,7 +235,7 @@ __GLXrenderSizeData __glXRenderSizeTable[__GLX_MAX_RENDER_OPCODE_EXT - __GLX_MIN
/* Translatef */ { 16, 0 },
/* Viewport */ { 20, 0 },
/* PolygonOffset */ { 12, 0 },
- /* DrawArrays */ { 16, __glXDrawArraysSize },
+ /* DrawArrays */ { 16, __glXDrawArraysReqSize },
/* Indexubv */ { 8, 0 },
/* ColorSubTable */ { 44, __glXColorSubTableReqSize },
/* CopyColorSubTable */ { 24, 0 },
@@ -2338,7 +2338,7 @@ __GLXrenderSizeData __glXRenderSizeTable_EXT[__GLX_MAX_RENDER_OPCODE_EXT - __GLX
/* ResetMinmax */ { 8, },
/* TexImage3D */ { 84, __glXTexImage3DReqSize },
/* TexSubImage3D */ { 92, __glXTexSubImage3DReqSize },
- /* DrawArrays */ { 16, __glXDrawArraysSize },
+ /* DrawArrays */ { 16, __glXDrawArraysReqSize },
/* BindTexture */ { 12, 0 },
/* PrioritizeTextures */ { 8, __glXPrioritizeTexturesReqSize },
/* CopyTexImage1D */ { 32, 0 },