summaryrefslogtreecommitdiff
path: root/uxa/uxa.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-09 10:03:08 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-09 10:03:29 +0100
commit8c1a8d22978f143044cc3cd0ff2ade5736ee9d48 (patch)
treeda63b3fd81cd3fd00fcb758afa3f16feff4f54b1 /uxa/uxa.h
parent994aa1ef571ac2ab05f6588f9068d33b536c7a37 (diff)
Revert "xp:trapezoids"
This reverts commit f429fb9d872950705e11171d0e7407fb7673c786. An experimental patch I forgot was on my main branch as I was bugfixing. ARGH!
Diffstat (limited to 'uxa/uxa.h')
-rw-r--r--uxa/uxa.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/uxa/uxa.h b/uxa/uxa.h
index 80ac2f92..e001c53d 100644
--- a/uxa/uxa.h
+++ b/uxa/uxa.h
@@ -402,11 +402,6 @@ typedef struct _UxaDriver {
* This call is required if prepare_composite() ever succeeds.
*/
void (*done_composite) (PixmapPtr pDst);
-
- Bool(*check_trapezoids) (int width, int height, int depth);
- Bool(*rasterize_trapezoids) (PixmapPtr pixmap, Bool clear,
- int ntraps, xTrapezoid *traps,
- int dst_x, int dst_y);
/** @} */
/**