summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/common/meta.h
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2015-11-05 14:31:23 -0800
committerIan Romanick <[email protected]>2015-11-24 11:31:30 -0800
commitb8a7369fb7e5773892d01fcb1140fe6569ee27eb (patch)
treed5ef16a8606ff6beb1dd09b9628f5695dcd18242 /src/mesa/drivers/common/meta.h
parentd5225ee5d92f00958c54b425fe829c811149e889 (diff)
meta: Track VBO using gl_buffer_object instead of GL API object handle in _mesa_meta_DrawTex
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common/meta.h')
-rw-r--r--src/mesa/drivers/common/meta.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h
index 6df76ae6f3d..e55fd86f092 100644
--- a/src/mesa/drivers/common/meta.h
+++ b/src/mesa/drivers/common/meta.h
@@ -408,7 +408,7 @@ struct decompress_state
struct drawtex_state
{
GLuint VAO;
- GLuint VBO;
+ struct gl_buffer_object *buf_obj;
};
#define MAX_META_OPS_DEPTH 8