summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri1.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-25 17:01:52 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-25 17:01:52 +0200
commit24056e76637c9d79d996c6bc060576907bd9b2aa (patch)
treeb1d2252415c06161e3ad981eaa884923e4c6be94 /src/gallium/state_trackers/dri/dri1.h
parent03c4573ecaeedc8439ebbdfe90f7873fcd9706a1 (diff)
st/dri: flush_frontbuffer, allocate_textures for dri1
* ptex is get by flush_frontbuffer, similar to swap_buffers * comment for allocate_textures * texture_mask is managed at the st_fb level
Diffstat (limited to 'src/gallium/state_trackers/dri/dri1.h')
-rw-r--r--src/gallium/state_trackers/dri/dri1.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/dri/dri1.h b/src/gallium/state_trackers/dri/dri1.h
index e83571e57b..f1004281b5 100644
--- a/src/gallium/state_trackers/dri/dri1.h
+++ b/src/gallium/state_trackers/dri/dri1.h
@@ -45,11 +45,10 @@ dri1_init_screen(__DRIscreen * sPriv);
void
dri1_flush_frontbuffer(struct dri_drawable *drawable,
- struct pipe_texture *ptex);
+ enum st_attachment_type statt);
void
dri1_allocate_textures(struct dri_drawable *drawable,
- unsigned width, unsigned height,
unsigned mask);
void dri1_swap_buffers(__DRIdrawable * dPriv);