Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Clarify debug groups by consolidating (upload / 'clip')
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Sep 19, 2017
1 parent f0fa915 commit 9e786c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/mbgl/renderer/renderer_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,8 @@ void Renderer::Impl::render(const UpdateParameters& updateParameters) {
parameters.imageManager.upload(parameters.context, 0);
parameters.lineAtlas.upload(parameters.context, 0);
parameters.frameHistory.upload(parameters.context, 0);
}

// - PREPARE + CLIP ------------------------------------------------------------------------------
{
MBGL_DEBUG_GROUP(parameters.context, "clip");

// Update all clipping IDs.
// Update all clipping IDs + upload buckets.
for (const auto& entry : renderSources) {
if (entry.second->isEnabled()) {
entry.second->startRender(parameters);
Expand Down

0 comments on commit 9e786c1

Please sign in to comment.