Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-01-01 22:19:50 +0300
committerTon Roosendaal <ton@blender.org>2009-01-01 22:19:50 +0300
commit1ae7f038cdb2384a2b782c9c961536e5254806d3 (patch)
treed53fd614006828deb7220ffb4b8a00b64dbaa8b4 /intern
parent81243af0577c95e20308971775bb129ac848ccd8 (diff)
2.5
Removed AUX buffer for OSX, was taking too much OGL memory, and since AUX was not used for other platforms, its benefits faded away in the course of the time (it was just drawing always).
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/Makefile2
-rw-r--r--intern/ghost/intern/GHOST_WindowCarbon.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/intern/ghost/Makefile b/intern/ghost/Makefile
index f809a32ac8f..c5a9c522655 100644
--- a/intern/ghost/Makefile
+++ b/intern/ghost/Makefile
@@ -38,7 +38,7 @@ TESTDIRS = test
include nan_subdirs.mk
-install: all debug
+install: all
@[ -d $(NAN_GHOST) ] || mkdir $(NAN_GHOST)
@[ -d $(NAN_GHOST)/include ] || mkdir $(NAN_GHOST)/include
@[ -d $(NAN_GHOST)/lib ] || mkdir $(NAN_GHOST)/lib
diff --git a/intern/ghost/intern/GHOST_WindowCarbon.cpp b/intern/ghost/intern/GHOST_WindowCarbon.cpp
index b3df566e8aa..68cd03026d8 100644
--- a/intern/ghost/intern/GHOST_WindowCarbon.cpp
+++ b/intern/ghost/intern/GHOST_WindowCarbon.cpp
@@ -51,7 +51,6 @@ AGL_RGBA,
AGL_DOUBLEBUFFER,
AGL_ACCELERATED,
AGL_DEPTH_SIZE, 32,
-AGL_AUX_BUFFERS, 1,
AGL_NONE,
};
@@ -61,7 +60,6 @@ AGL_DOUBLEBUFFER,
AGL_ACCELERATED,
AGL_FULLSCREEN,
AGL_DEPTH_SIZE, 32,
-AGL_AUX_BUFFERS, 1,
AGL_NONE,
};