Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Christian Butz
VTK
Commits
93e37cae
Commit
93e37cae
authored
Oct 04, 2018
by
Dan Lipsa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
bf7852da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Rendering/OpenGL2/vtkOpenGLRenderer.cxx
Rendering/OpenGL2/vtkOpenGLRenderer.cxx
+3
-3
No files found.
Rendering/OpenGL2/vtkOpenGLRenderer.cxx
View file @
93e37cae
...
...
@@ -61,7 +61,7 @@ PURPOSE. See the above copyright notice for more information.
#include <sstream>
#include <string>
#if defined(__APPLE__) && defined(VTK_OPENGL_HAS_OSMESA)
#if defined(__APPLE__) &&
!
defined(VTK_OPENGL_HAS_OSMESA)
#include <CoreFoundation/CoreFoundation.h>
#endif
...
...
@@ -710,7 +710,7 @@ bool vtkOpenGLRenderer::HaveApplePrimitiveIdBug()
return
this
->
HaveApplePrimitiveIdBugValue
;
}
#if defined(__APPLE__) && defined(VTK_OPENGL_HAS_OSMESA)
#if defined(__APPLE__) &&
!
defined(VTK_OPENGL_HAS_OSMESA)
// Known working Apple+AMD systems:
// OpenGL vendor string: ATI Technologies Inc.
// OpenGL version string: 4.1 ATI-1.38.3
...
...
@@ -796,7 +796,7 @@ bool vtkOpenGLRenderer::HaveApplePrimitiveIdBug()
//------------------------------------------------------------------------------
bool
vtkOpenGLRenderer
::
HaveAppleQueryAllocationBug
()
{
#if defined(__APPLE__) && defined(VTK_OPENGL_HAS_OSMESA)
#if defined(__APPLE__) &&
!
defined(VTK_OPENGL_HAS_OSMESA)
enum
class
QueryAllocStatus
{
NotChecked
,
Yes
,
No
};
static
QueryAllocStatus
hasBug
=
QueryAllocStatus
::
NotChecked
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment