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 /GL/glx/impsize.h | |
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 'GL/glx/impsize.h')
-rw-r--r-- | GL/glx/impsize.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GL/glx/impsize.h b/GL/glx/impsize.h index a04f49cf3..0eaebb6d5 100644 --- a/GL/glx/impsize.h +++ b/GL/glx/impsize.h @@ -52,6 +52,5 @@ #include "indirect_size.h" extern int __glDrawPixels_size(GLenum format, GLenum type, GLsizei w,GLsizei h); -extern int __glEvalComputeK(GLenum target); #endif /* _impsize_h_ */ |