summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_winsys.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-25 10:52:19 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-25 11:30:38 -0800
commit72778a9d254f6c9c63d86413936ee7f3e5a6e56e (patch)
tree2100c79d9d087622f2f7d8a51e44d86f151cc522 /src/gallium/winsys/drm/radeon/core/radeon_winsys.h
parent9328f3a670993167d7fb9a590f9e712467e77c7c (diff)
Revert "r300g,radeong: finish and enable the immediate mode"
This reverts commit 112239e9a66a155d36fe2ad0ab130e6f26eff298.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/core/radeon_winsys.h')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_winsys.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_winsys.h b/src/gallium/winsys/drm/radeon/core/radeon_winsys.h
index 462fba844e..864082b99b 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_winsys.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_winsys.h
@@ -106,12 +106,6 @@ struct radeon_winsys {
uint32_t pitch,
boolean microtiled,
boolean macrotiled);
-
- boolean (*buffer_is_local)(struct radeon_winsys* winsys,
- struct pipe_buffer* buffer);
-
- void (*buffer_make_managed)(struct radeon_winsys* winsys,
- struct pipe_buffer* buffer);
};
#endif