diff options
author | Eric Anholt <[email protected]> | 2009-01-29 15:49:30 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-02-02 15:33:33 -0800 |
commit | c96bac0950eda6e707455b0c1ee29c1d87daf727 (patch) | |
tree | e309f6da5a4014d18de31f088ddc5c64e5d6d97f /src/mesa/drivers/dri/intel/intel_pixel.h | |
parent | dd1c68f15123a889a3ce9d2afe724e272d163e32 (diff) |
intel: replace custom metaops clear with generic.
No real-world impact on performance seen. Even glxgears seems to be, if
anything, happier.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_pixel.h')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_pixel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_pixel.h b/src/mesa/drivers/dri/intel/intel_pixel.h index 76b8781316b..cb41fa182cb 100644 --- a/src/mesa/drivers/dri/intel/intel_pixel.h +++ b/src/mesa/drivers/dri/intel/intel_pixel.h @@ -76,4 +76,6 @@ void intelBitmap(GLcontext * ctx, const struct gl_pixelstore_attrib *unpack, const GLubyte * pixels); +void intel_clear_tris(GLcontext *ctx, GLbitfield mask); + #endif |