diff options
author | Jerome Glisse <[email protected]> | 2006-09-12 18:34:43 +0000 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2006-09-12 18:34:43 +0000 |
commit | 6a65e6db3d9a64cd2b233155a05074a3eb5c1975 (patch) | |
tree | 0d74c2b1c7fecf2a5993d192a02e9ab826713f3b /src/mesa/drivers/dri/r300/radeon_ioctl.h | |
parent | b1cb39d8bdb6707be2e44d38c52f44515bcbf16e (diff) |
Removing some of r200 dependency, cleaning up code a bit,
and fixing a couple of warning. More cleanup and shuffle
to come. I have tested this change they might broke things
especialy with r300_texstate.c change (format_x doesn't
seems to be use at all by r300).
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_ioctl.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/radeon_ioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_ioctl.h b/src/mesa/drivers/dri/r300/radeon_ioctl.h index b53767510e8..3a80d36c622 100644 --- a/src/mesa/drivers/dri/r300/radeon_ioctl.h +++ b/src/mesa/drivers/dri/r300/radeon_ioctl.h @@ -41,7 +41,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86drm.h" #include "drm.h" +#if 0 #include "r200_context.h" +#endif #include "radeon_drm.h" extern void radeonCopyBuffer(const __DRIdrawablePrivate * drawable, |