intel: Put the constant texcoords used in metaops into a vbo.
authorEric Anholt <eric@anholt.net>
Fri, 8 May 2009 19:46:18 +0000 (12:46 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 8 May 2009 21:18:04 +0000 (14:18 -0700)
commitb6e94f71c2bfc63497e2c8265179f19babe87688
tree3ad2ba8e9909de2bccb2ff1c3466cc75bc54932a
parentf09e5a5b637822b89ba19b2e306b83f8fc3809d0
intel: Put the constant texcoords used in metaops into a vbo.

Make this be its own function for setup/teardown of the binding of these
texcoords.  No performance difference in the engine demo (I just felt dirty
not using a VBO for this), and I think it should be more resilient to
interference from current GL state.
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_pixel.c
src/mesa/drivers/dri/intel/intel_pixel.h
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
src/mesa/drivers/dri/intel/intel_pixel_draw.c