-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mesa detection (set to "Poor" quality, Mesa software rendering is slo…
…w and VirtualBox Hardware Acceleration disrupts frame buffers)
- Loading branch information
1 parent
d1ebc8f
commit 9507fe5
Showing
9 changed files
with
129 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
{$DEFINE MYPY} | ||
//{$DEFINE FASTGZ} | ||
//{$DEFINE DGL} //for DGL library, otherwise gl/glext | ||
{$DEFINE FASTGZ} | ||
//There are 3 modes | ||
// DEFINED COREGL : uses "modern" OpenGL 3.3 for most efficient use of resources (most efficient) | ||
// NOT COREGL, DEFINED LEGACY_INDEXING : uses indexed vertices and glDrawElements (medium efficiency) | ||
// NOT COREGL, NOT LEGACY_INDEXING : glCallList with redundant vertices (least efficient) | ||
|
||
//{$DEFINE COREGL} | ||
{$DEFINE GEOM_GLEXT} //if glext.pp defines | ||
{$DEFINE LEGACY_INDEXING} | ||
{$DEFINE GEOM_GLEXT} | ||
//{$DEFINE HEMISSAO} //for hemispherical SSAO - requires shaders that save surface normal - see hemiAO3 and hemiAO | ||
{$DEFINE CTM} //support OpenCTM format, requires LZMA decoding | ||
//{$DEFINE TUBES} | ||
{$DEFINE MATCAP} | ||
{$DEFINE MATCAP} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.