aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-06-02 22:56:14 +0000
committerKenneth Russel <[email protected]>2005-06-02 22:56:14 +0000
commit90752caa7b31475d4fd424e8007ef2c9dd3851b5 (patch)
tree7fdd7426b5b02f0eefa955dbcf914e621397b5bd /make
parent2c06e5f46292ee7e3e4824527e1fe6cf6708df7b (diff)
Made pbuffer code and in particular floating-point pbuffer code more
correct on Mac OS X; problems still exist, however (very likely driver bugs) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@293 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r--make/cgl-macosx.cfg2
-rw-r--r--make/stub_includes/macosx/window-system.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/make/cgl-macosx.cfg b/make/cgl-macosx.cfg
index 447937f1c..1a963f135 100644
--- a/make/cgl-macosx.cfg
+++ b/make/cgl-macosx.cfg
@@ -30,6 +30,8 @@ CustomCCode int accumBlueBits,
CustomCCode int accumAlphaBits,
CustomCCode int sampleBuffers,
CustomCCode int numSamples,
+CustomCCode int pbuffer,
+CustomCCode int floatingPoint,
CustomCCode int* viewNotReady);
CustomCCode extern Bool makeCurrentContext(void* nsContext, void* nsView);
CustomCCode extern Bool clearCurrentContext(void* nsContext, void* nsView);
diff --git a/make/stub_includes/macosx/window-system.c b/make/stub_includes/macosx/window-system.c
index 5335e6c41..e53300830 100644
--- a/make/stub_includes/macosx/window-system.c
+++ b/make/stub_includes/macosx/window-system.c
@@ -18,6 +18,8 @@ void* createContext(void* shareContext, void* nsView,
int accumAlphaBits,
int sampleBuffers,
int numSamples,
+ int pbuffer,
+ int floatingPoint,
int* viewNotReady);
Bool makeCurrentContext(void* nsContext, void* nsView);
Bool clearCurrentContext(void* nsContext, void* nsView);