summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-05-24 12:50:11 -0700
committerEric Anholt <[email protected]>2013-05-28 13:06:58 -0700
commitb3abc93f47cbc4c0a5f4304c66a79395c0aa8220 (patch)
treea23db50586493a1c2659766363d164b40ec40705 /src/mesa
parent0a39cb88deee338de3c82db2e70594f11ee1cc8d (diff)
intel: Remove dead intel_drawbuf_region().
Since the glBitmap() MRT change, it's unused. There was basically no way to responsibly use this function since MRT was introduced. Reviewed-and-tested-by: Ian Romanick <[email protected]> Acked-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/intel/intel_buffers.c14
-rw-r--r--src/mesa/drivers/dri/intel/intel_buffers.h2
2 files changed, 0 insertions, 16 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_buffers.c b/src/mesa/drivers/dri/intel/intel_buffers.c
index 9a9a259c9e5..fdad480cb39 100644
--- a/src/mesa/drivers/dri/intel/intel_buffers.c
+++ b/src/mesa/drivers/dri/intel/intel_buffers.c
@@ -35,20 +35,6 @@
#include "main/renderbuffer.h"
/**
- * Return pointer to current color drawing region, or NULL.
- */
-struct intel_region *
-intel_drawbuf_region(struct intel_context *intel)
-{
- struct intel_renderbuffer *irbColor =
- intel_renderbuffer(intel->ctx.DrawBuffer->_ColorDrawBuffers[0]);
- if (irbColor && irbColor->mt)
- return irbColor->mt->region;
- else
- return NULL;
-}
-
-/**
* Return pointer to current color reading region, or NULL.
*/
struct intel_region *
diff --git a/src/mesa/drivers/dri/intel/intel_buffers.h b/src/mesa/drivers/dri/intel/intel_buffers.h
index e68cc672665..4e3d13087fe 100644
--- a/src/mesa/drivers/dri/intel/intel_buffers.h
+++ b/src/mesa/drivers/dri/intel/intel_buffers.h
@@ -38,8 +38,6 @@ struct intel_framebuffer;
extern struct intel_region *intel_readbuf_region(struct intel_context *intel);
-extern struct intel_region *intel_drawbuf_region(struct intel_context *intel);
-
extern void intel_check_front_buffer_rendering(struct intel_context *intel);
static inline void