diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-09-28 03:37:22 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-09-28 03:37:22 +0000 |
commit | 940158a6f2e98069a47293d713df674e16ad8a11 (patch) | |
tree | 2a30931edcadd9b53b108d1a7206a6bc21a9b083 /hw/xfree86/dixmods/glxmodule.c | |
parent | 806d74bc0640f4f3dcc034b36a36aea289b01685 (diff) |
Replace all uses of __glEvalComputeK (and the doubly redundant
EvalComputeK) with calls to one of __glMap[12][df]_size. This was
tested with progs/samples/eval (from Mesa).
Diffstat (limited to 'hw/xfree86/dixmods/glxmodule.c')
-rw-r--r-- | hw/xfree86/dixmods/glxmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/dixmods/glxmodule.c b/hw/xfree86/dixmods/glxmodule.c index 1c4f10656..962343011 100644 --- a/hw/xfree86/dixmods/glxmodule.c +++ b/hw/xfree86/dixmods/glxmodule.c @@ -66,7 +66,6 @@ static const char *glcoreSymbols[] = { "__glConvolutionParameteriv_size", "__glDDXExtensionInfo", "__glDDXScreenInfo", - "__glEvalComputeK", "__glFloorLog2", "__glFogfv_size", "__glFogiv_size", |