Skip to content

Commit

Permalink
Move glimp to internal
Browse files Browse the repository at this point in the history
(cherry picked from commit 9be7498)

Fixed: 153441349
Reviewed-on: #3333
  • Loading branch information
cobalt-github-releaser-bot authored May 31, 2024
1 parent f0d35b7 commit b8b679d
Show file tree
Hide file tree
Showing 109 changed files with 4 additions and 30,079 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ files: |
.github|
cobalt|
docker|
glimp|
internal|
precommit_hooks|
starboard|
Expand All @@ -25,8 +24,8 @@ exclude: |
(?x)^(
(
cobalt/updater|
glimp/include|
internal/kokoro/third-party|
internal/starboard/shared/glimp/include|
internal/starboard/shared/playstation/glimp/shaders|
)/
|
Expand Down Expand Up @@ -147,7 +146,7 @@ repos:
cobalt/websocket/|
components/crx_file/|
content/|
glimp/|
internal/starboard/shared/glimp/|
nb/|
starboard/android/apk/gradlew|
starboard/android/apk/app/src/main/java/dev/cobalt/media/MediaDrmBridge.java$|
Expand Down
2 changes: 1 addition & 1 deletion cobalt/renderer/backend/egl/graphics_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "cobalt/renderer/backend/egl/texture.h"
#include "cobalt/renderer/backend/egl/utils.h"
#if defined(ENABLE_GLIMP_TRACING)
#include "glimp/tracing/tracing.h" // nogncheck
#include "internal/starboard/shared/glimp/tracing/tracing.h"
#endif

#include "cobalt/renderer/egl_and_gles.h"
Expand Down
29 changes: 0 additions & 29 deletions glimp/.gitattributes

This file was deleted.

5 changes: 0 additions & 5 deletions glimp/.gitignore

This file was deleted.

120 changes: 0 additions & 120 deletions glimp/BUILD.gn

This file was deleted.

202 changes: 0 additions & 202 deletions glimp/LICENSE

This file was deleted.

Loading

0 comments on commit b8b679d

Please sign in to comment.