OSDN Git Service

meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 3 Nov 2015 23:55:14 +0000 (15:55 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 24 Nov 2015 19:50:29 +0000 (11:50 -0800)
commit2688a8573b699cda6d7323eb8ed2d01c85201663
tree13355222ceff5c297565c09f7cacfbd6feb60e70
parentcb88260ec0d931c90302aa1af26627ff3857eda2
meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects

The fixed-function attribute paths don't get the DSA treatment because
there are no DSA entry-points for fixed-function attributes.  These
could have been added, but this is a temporary patch intended to make
later patches easier to review.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
(cherry picked from commit 52921f8e089abbc6871060fc50f90b62aaf1e11b)
src/mesa/drivers/common/meta.c