xserver-multidpi/GL
Ian Romanick 2c82429f89 Refactors __glXImageSize and __glXImage3DSize into a single function. It
replaces all calls to the old functions with calls to __glXImageSize
    with the new parameter list.
I have also added 'target' as a parameter. This is a stepping stone to the
    code in patch #2410. Basically, if the texture target is one of
    GL_PROXY_*, the image size is always zero. This gathers all the checks
    for that into a single place. I have *not* modified the existing
    callers to take this into account. They still do their own checks for
    GL_PROXY_*. However, when the generated versions of those functions are
    added to the tree, they *will* rely on that.
The code growth is mainly due to the new 40 line comment before
    __glXImageSize.
I have tested this with a few of the texture using demos and tests from
    Mesa, including tunnel, texdown, and drawpix.
Reviewed by: Adam Jackson, Eric Anholt, and Brian Paul.
2005-10-01 22:25:13 +00:00
..
apple Replace all uses of __glEvalComputeK (and the doubly redundant 2005-09-28 03:37:22 +00:00
dri Forgot to add these for some reason 2005-07-12 00:55:43 +00:00
glx Refactors __glXImageSize and __glXImage3DSize into a single function. It 2005-10-01 22:25:13 +00:00
include - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho, 2005-08-04 22:31:20 +00:00
mesa Remove some more incorrect prototypes for the __gl*_size functions. 2005-10-01 22:19:04 +00:00
windows Replace all uses of __glEvalComputeK (and the doubly redundant 2005-09-28 03:37:22 +00:00
Makefile.am - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho, 2005-08-04 22:31:20 +00:00
symlink-mesa.sh GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcore 2005-08-01 18:41:54 +00:00