summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/context.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-29 19:09:29 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-04-05 11:49:17 +0200
commitc02010ab6c8958f6897921c82cf47411de759269 (patch)
tree031d0b9f17d66c62232249b416fd327a2a519488 /src/mbgl/gl/context.cpp
parent543b678982037595895a474f3a69348dc235e0fa (diff)
downloadqtlocation-mapboxgl-c02010ab6c8958f6897921c82cf47411de759269.tar.gz
[core] move debug groups to gfx::CommandEncoder
Diffstat (limited to 'src/mbgl/gl/context.cpp')
-rw-r--r--src/mbgl/gl/context.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mbgl/gl/context.cpp b/src/mbgl/gl/context.cpp
index 97c1cd24d7..bc93042e25 100644
--- a/src/mbgl/gl/context.cpp
+++ b/src/mbgl/gl/context.cpp
@@ -7,7 +7,6 @@
#include <mbgl/gl/draw_scope_resource.hpp>
#include <mbgl/gl/texture.hpp>
#include <mbgl/gl/command_encoder.hpp>
-#include <mbgl/gl/debugging.hpp>
#include <mbgl/gl/debugging_extension.hpp>
#include <mbgl/gl/vertex_array_extension.hpp>
#include <mbgl/gl/program_binary_extension.hpp>
@@ -726,8 +725,6 @@ void Context::performCleanup() {
// TODO: Find a better way to unbind VAOs after we're done with them without introducing
// unnecessary bind(0)/bind(N) sequences.
{
- MBGL_DEBUG_GROUP(*this, "cleanup");
-
activeTextureUnit = 1;
texture[1] = 0;
activeTextureUnit = 0;