summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-10 01:52:02 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-10 01:52:02 -0700
commitfdfde00cd8e1465a214062e38b715787919de6e5 (patch)
treeec754546d88eeaa772c1584b5517374c5af9dd51 /src/gallium/winsys/drm/radeon/core/radeon_buffer.h
parent8dbe4f0c356edacf479ceed106f68fa79f1668ed (diff)
radeon-gallium: Unbreak RADEON_SOFTPIPE.
And there was much rejoicing.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/core/radeon_buffer.h')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_buffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_buffer.h b/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
index e9d9e7c6b4..dc56ab90cf 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_buffer.h
@@ -53,11 +53,12 @@ struct radeon_winsys {
/* Parent class. */
struct pipe_winsys base;
- /* Radeon BO manager. This corresponds to void* radeon_winsys in r300_winsys. */
+ /* Radeon BO manager.
+ * This corresponds to void* radeon_winsys in r300_winsys. */
struct radeon_bo_manager* bom;
};
-struct pipe_winsys *radeon_pipe_winsys();
+struct pipe_winsys *radeon_pipe_winsys(int fb);
struct pipe_surface *radeon_surface_from_handle(struct radeon_context *radeon_context,
uint32_t handle,
enum pipe_format format,