Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
6b6d3152
Commit
6b6d3152
authored
4 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Remove GLU header
parent
17049381
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/cmake/OpenGL.cmake
+0
-1
0 additions, 1 deletion
indra/cmake/OpenGL.cmake
indra/llrender/llglheaders.h
+0
-7
0 additions, 7 deletions
indra/llrender/llglheaders.h
with
0 additions
and
8 deletions
indra/cmake/OpenGL.cmake
+
0
−
1
View file @
6b6d3152
...
...
@@ -4,7 +4,6 @@ include(Variables)
include
(
Prebuilt
)
if
(
BUILD_HEADLESS
)
SET
(
OPENGL_glu_LIBRARY GLU
)
SET
(
OPENGL_HEADLESS_LIBRARIES OSMesa16 dl GLU
)
endif
(
BUILD_HEADLESS
)
...
...
This diff is collapsed.
Click to expand it.
indra/llrender/llglheaders.h
+
0
−
7
View file @
6b6d3152
...
...
@@ -34,7 +34,6 @@
#define GL_GLEXT_PROTOTYPES 1
#include
"GL/gl.h"
#include
"GL/glext.h"
#include
"GL/glu.h"
// The __APPLE__ kludge is to make glh_extensions.h not symbol-clash horribly
# define __APPLE__
...
...
@@ -54,12 +53,6 @@
#include
"epoxy/glx.h"
#endif
#if LL_DARWIN
#include
<OpenGL/glu.h>
#else
#include
<GL/glu.h>
#endif
#endif // LL_MESA
#endif // LL_LLGLHEADERS_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment