diff options
author | Eric Anholt <[email protected]> | 2009-06-22 10:54:50 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-06-23 19:31:10 -0700 |
commit | 6a49473ab5797b1e6ce021e396902f9cb77674ef (patch) | |
tree | 693e92012c4046d4560c44d543e1c64921cd146d /src/mesa/drivers/dri/intel/intel_regions.h | |
parent | a9b03aaebf7ada116d0c63a0f00b50e7b5b2f1eb (diff) |
intel: Remove long-unused intel_region_fill and intelEmitFillBlit.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_regions.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_regions.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_regions.h b/src/mesa/drivers/dri/intel/intel_regions.h index bd3c8e7325b..1d0371aa670 100644 --- a/src/mesa/drivers/dri/intel/intel_regions.h +++ b/src/mesa/drivers/dri/intel/intel_regions.h @@ -118,14 +118,6 @@ void intel_region_copy(struct intel_context *intel, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height); -/* Fill a rectangular sub-region - */ -void intel_region_fill(struct intel_context *intel, - struct intel_region *dest, - GLuint dest_offset, - GLuint destx, GLuint desty, - GLuint width, GLuint height, GLuint color); - /* Helpers for zerocopy uploads, particularly texture image uploads: */ void intel_region_attach_pbo(struct intel_context *intel, |