diff options
author | Oliver McFadden <[email protected]> | 2007-05-13 09:09:30 +0000 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2007-05-13 09:09:30 +0000 |
commit | 13c0abd8a76ad4e14ad6b7737cdaaf8ff22c5cf2 (patch) | |
tree | 038388ab31eb3e6267b1b404170511a57033c4e6 /src/mesa/drivers/dri/r300/r300_ioctl.h | |
parent | 82de92c0fb329b464fe19d6cc45080174e019795 (diff) |
r300: Changed some more functions to static functions.
This required reordering some of the functions which is why the diff is a little
larger.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_ioctl.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_ioctl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_ioctl.h b/src/mesa/drivers/dri/r300/r300_ioctl.h index cebd22fabed..7a19a2cf3f9 100644 --- a/src/mesa/drivers/dri/r300/r300_ioctl.h +++ b/src/mesa/drivers/dri/r300/r300_ioctl.h @@ -39,9 +39,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "r300_context.h" #include "radeon_drm.h" -extern GLuint r300GetMemoryOffsetMESA(__DRInativeDisplay * dpy, int scrn, - const GLvoid * pointer); - extern GLboolean r300IsGartMemory(r300ContextPtr rmesa, const GLvoid * pointer, GLint size); |