From 83521ee66ad3f3cd3ec8212d6f746caecdc6c407 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 11 Aug 2007 17:00:56 +0100 Subject: notes/asserts for get/put_tile() --- src/mesa/pipe/i915simple/i915_surface.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/pipe/i915simple/i915_surface.c b/src/mesa/pipe/i915simple/i915_surface.c index 12b39bb1e4..a67784b70c 100644 --- a/src/mesa/pipe/i915simple/i915_surface.c +++ b/src/mesa/pipe/i915simple/i915_surface.c @@ -43,6 +43,8 @@ i915_get_tile(struct pipe_surface *ps, GLuint x, GLuint y, GLuint w, GLuint h, GLfloat *p) { /* any need to get tiles from i915 surfaces? */ + /* Yes, for glReadPixels (for a while at least). */ + assert(0); } @@ -51,6 +53,7 @@ i915_put_tile(struct pipe_surface *ps, GLuint x, GLuint y, GLuint w, GLuint h, const GLfloat *p) { /* any need to put tiles into i915 surfaces? */ + assert(0); } -- cgit v1.2.3