d3d1x: add untested support for geometry shader translation
[mesa.git] / src / gallium / state_trackers / xorg / xorg_composite.h
index 17dfcb199ea71468f920814177bbbfceec643b84..ec71ebfe0dc3d9d2564134c068ed6e24166b1c7d 100644 (file)
@@ -22,4 +22,15 @@ void xorg_composite(struct exa_context *exa,
                     int srcX, int srcY, int maskX, int maskY,
                     int dstX, int dstY, int width, int height);
 
+boolean xorg_solid_bind_state(struct exa_context *exa,
+                              struct exa_pixmap_priv *pixmap,
+                              Pixel fg);
+void xorg_solid(struct exa_context *exa,
+                struct exa_pixmap_priv *pixmap,
+                int x0, int y0, int x1, int y1);
+
+
+void
+xorg_composite_done(struct exa_context *exa);
+
 #endif