From 1ae7f038cdb2384a2b782c9c961536e5254806d3 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 1 Jan 2009 19:19:50 +0000 Subject: [PATCH] 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). --- intern/ghost/Makefile | 2 +- intern/ghost/intern/GHOST_WindowCarbon.cpp | 2 -- 2 files changed, 1 insertion(+), 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, };