1
vote
0answers
30 views

Opengl is rendering the color of first pixel

I am trying to port my game engine from win/linux to mac os x and all works fine except for the textures. I use SOIL to load the textures and GLSL shaders to render and all it's done in C++. I ...
0
votes
0answers
39 views

Compiling opengl mac and linux apps on windows

I'm making a windows opengl app, but with fully portable code (using GLEW and glfw) Is there a way to compile .app files on windows, so it will work on linux and mac?
0
votes
1answer
18 views

OSX and OpenGL : ERROR: Internal error <FBConfig with necessary capabilities not found> in function fgOpenWindow

I have an OpenGL project I'm attempting to run in OSX 10.8, so far the project compiles correctly and when you attempt to start it, XQuartz will come up. However, before anything appears on the ...
0
votes
1answer
33 views

OSX : Symbols not found for architecture i386

I have the following makefile that uses C++ and OpenGL. It was compiling at all, so I added the -m32 line in order to attempt to get it to compile in x86_64. Now I'm getting the same error but it's ...
2
votes
1answer
37 views

How to create a QGLWidget from a CGLContextObj?

I'm using Qt 4.8.4 on Mac OS 10.8. I already have a CGLContextObj (created outside my control). I would like to create a QGLWidget from (or at least shared with) my existing CGLContextObj — so I can ...
1
vote
0answers
39 views

Rendering to a texture via FBO

I am trying to apply post processing effects to a small test program for OS X. I am trying to render the image into a texture and then render the texture to the screen (i haven't even gotten to ...
1
vote
0answers
22 views

Vertex Buffer Objects in PyOpenGL - vertex, index and colour

OSX 10.8.3, Python, PyOpenGL. I'm trying to put together a basic terrain-drawing function in PyOpenGL using VBOs. Having a couple of problems I don't know how to resolve, mostly because I don't fully ...
0
votes
1answer
49 views

Check the openGL version on OSX

I'm looking for a trick that display on my OSX application the OpenGL version in my Mac. I add the GLUT and GL framework but I haven't found anything for check the version. Can you help me?
1
vote
2answers
285 views

OpenGL 4 tessellation on OS/X

Apparently tessellation shaders is able to run under OSX 10.8.3: ...
1
vote
1answer
62 views

Vertex shader fails to compile, but no message from Info Log

I'm trying to set up a simple vertex shader. When I compile it, it fails (according to GL_COMPILE_STATUS), but the info log is empty, leaving me nothing to work with from a debugging standpoint. Here ...
3
votes
0answers
72 views

OpenGL core profile incredible slowdown on OS X

I added a new GL renderer to my engine, which uses the core profile. While it runs fine on Windows and/or nvidia cards, it is like 10 times slower on OS X (3 fps instead of 30). The weird thing is, ...
0
votes
3answers
60 views

CATextLayer gets rasterized too early and it is blurred

I have some troubles with CATextLayer, that could be due to me, but I didn't find any help on this topic. I am on OS X (on iOS it should be the same). I create a CATextLayer layers with scale factor ...
1
vote
0answers
23 views

Not visible NSOpenGLView slows down the whole system

I'm making a Mac OS X (10.8.3) OpenGL application using a NSOpenGLView and the CVDisplayLink to manage the calls to the render method. The application works fine but when the window gets covered or ...
0
votes
0answers
17 views

OpenGL with NSControls above it stops rendering when interacting with UI

I have an NSOpenGLView added to the window with some controls over it (added as Back-layered subviews of that NSOpenGLView). Display is all fine, but the problem i need to solve is that if i have an ...
0
votes
1answer
61 views

Java input on OS X, no key repeat, but with glut yes

I've been a few months playing with OpenGL and glut in C++ on OS X. I'm now trying to use Java (using JOGL) with OpenGL, but I can't figure out this problem. With glut, if I press a key and keep it ...
0
votes
1answer
88 views

Installing OpenGL 4.0 on OSX

I wanted to know if there is any possible way to update to the latest version of OpenGL on OSX. Is there any way to run programs that make use of OpenGL 4.0 calls on OSX?
0
votes
1answer
43 views

glaux substitute in mac

I'm getting started with OpenGL. I need to do a project using glaux.h. My problem is that I'm running Mac OS X Lion, so I cannot use glaux. I was searching on the web and I found some codes that try ...
0
votes
1answer
114 views

OpenGL application fails on my mac, runs on virtualbox

I have a macbook pro with AMD Radeon graphics card and mountain lion 10.8.3 installed. I am trying to access an OpenGL application (made using kivy on python) residing on an ubuntu 12.04.1 machine ...
1
vote
1answer
98 views

How do I detect “invalid drawable” in Mac OS X?

I am working on a cross platform application that is over a decade old. The UI is by Qt and backend rendering is done with OpenGL. OpenGL contexts are managed in the back end, not by Qt. I have ...
3
votes
2answers
76 views

Create “virtual” OpenGL context in linux

How do I create an OpenGL context in my program (C++) which will be used purely internally? That is, it will render a scene, then I will grab the pixel data to use in the rest of the program (saving ...
0
votes
1answer
35 views

rendering to an IOSurface without NSOpenGLView

I am trying to modify the Apple MultiGPUIOSurface sample (specifically the file http://developer.apple.com/library/mac/#samplecode/MultiGPUIOSurface/Listings/ServerOpenGLView_m.html) so that the ...
1
vote
3answers
143 views

How to draw point sprites of different sizes in OpenGL?

I'm making a small OpenGL Mac app that uses point sprites. I'm using a vertex array to draw them, and I want to use a similar "array" function to give them all different sizes. In OpenGL ES, there ...
0
votes
1answer
37 views

OpenGL equivalent to GL_POINT_SIZE_ARRAY_OES?

I'm trying to draw point sprites in a small Mac app. I want each sprite to have its own size, and I know that OpenGL ES has the client state "GL_POINT_SIZE_ARRAY_OES". I did some googling and ...
0
votes
0answers
63 views

OSX CVDisplayLink for multiple monitors with different refresh rates

I'm working on an OpenGL app for OSX 10.8 that will use all available monitors in fullscreen. I would like to know how often a CVDisplayLinkOutputCallback will be called for a CVDisplayLink obtained ...
1
vote
1answer
162 views

SDL2.0 wich XCode 4.6

I've managed to build SDL2.0 and I got my SDL2.framework folder built. Don't know if I placed it in the correct location on my system. I'm using XCode 4.6 with OS X 10.8 I placed it here ...
1
vote
1answer
75 views

OpenGL GLSL, stuck viewing pyramid from “behind”

It appears that my pyramid is smaller in the front and bigger in the back. -(void)drawRect:(NSRect)dirtyRect { // get the dimensions of the window NSSize dim = [self frame].size; // ...
0
votes
0answers
114 views

GLSL texcoords interpolating unevenly on OSX with OpenGL 3.2/GLSL 1.5

I'm trying to implement a bicubic interpolation shader in OpenGL 3.2/GLSL 1.5. I've tried this on a 2011 15" MBP running OSX 10.7 and a 2013 27" iMac running OSX 10.8 and both have a similar issue. ...
0
votes
0answers
89 views

Porting OpenGLES code from iOS to Mac

I'm porting a couple of hundred lines of iOS code to Mac that use OpenGLES, in particular, EAGLContext and CAEAGLLayer. So far I changed the OpenGLES.framework to the OpenGL.framework and added: #if ...
0
votes
1answer
35 views

Meaning of NSOpenGLPFAColorSize for NSOpenGLPixelFormat

I'm unclear as to what value to set for NSOpenGLPFAColorSize when creating an NSOpenGLPixelFormat. From the documentation it states: Value is a nonnegative buffer size specification. A color ...
2
votes
1answer
120 views

Why does OpenGL double-buffering seem to be inconsistent performance-wise?

I'm making a simple graphical app on OSX. I just started monitoring the frame rate by checking the difference in system time between frames. It seems to be hanging a bit every few frames. The app ...
0
votes
1answer
66 views

loading texture with #version 130 caused error “version '130' is not supported ”

i try to set simple texture: fp: uniform sampler2D colorMap; out vec4 vFragColor; smooth in vec2 vVaryingTexCoords; void main(void) { vFragColor = texture(colorMap, vVaryingTexCoords.st); ...
1
vote
0answers
360 views

Setting up OpenGL and GLFW on Mac OS X 10.8.2

I am having an issue setting up GLFW / OpenGL on Mac. I am running a fully updated Mac OSX 10.8.2, so I am assuming that I have the most up to date mac-compatible OpenGL version and I have compiled ...
1
vote
0answers
160 views

OpenGL glValidateProgram error on Mac OS X

I am trying to write a simple OpenGL 3.2 (with GLSL 1.5) program using GLUT on Mac OS X (Mountian Lion), but I keep getting error from glValidateProgram: 'Validation Failed: Current draw framebuffer ...
3
votes
1answer
134 views

How do you link opengl and glut using waf on osx?

I'm trying to build a C++ opengl program on osx using waf and can't to get it to work. Normally when I compile an opengl program I use this in terminal: g++ main.cpp -framework GLUT -framework ...
0
votes
2answers
152 views

how to compile fox-toolkit with glx.h in mac osx

I am trying to build Fox-toolkit with opengl support in Mac OSX mountain lion (10.8). I have modified the configure file from GL/gl.h GL/glu.h To OpenGL/gl.h OpenGL/glu.h and it can ...
1
vote
1answer
91 views

openGL a game design way for osx

My target is a game, which will be working on MacOS and iOS later as well. A first way are using GLUT inside main loop: int main ( int argc, char * argv [] ) { // ...
0
votes
0answers
102 views

OpenCV Cocoa GUI

I have been experimenting with the opencv code and have no problem setting up and running in both command line and in native cocoa applications. However in both of these cases I have rendered opencv ...
0
votes
0answers
101 views

cocos2d Mac OpenGL errors when replacing a scene

I have a cocos2d Mac app that uses Core Data to store some data that the user can edit. The user can click an 'Options' button to close the full-screen cocos2d view and go to a standard Cocoa window, ...
0
votes
1answer
316 views

GLFW opens OpenGL 3.2 context but Freeglut can't - why?

I am working on a Mac, I've got FreeGlut compiled and installed, but I can't seem to get the OpenGL 3.2 context with it. However, I can get it without any problem while using GLFW. So in GLFW, this ...
2
votes
0answers
82 views

Building GLSDK on Mac - platform.h not found

I am trying to build GLSDK on mac. I downloaded the source, did premake4 xcode3 which created all project files for xcode. Now I am trying to build everything, managed to build ...
0
votes
1answer
107 views

3D Graphics using Cocoa [closed]

I'm interested in making a Mac OS X application that takes advantage of 3D graphics. I've looked into Open GL on Mac, but found that it's too low-level, I would prefer something with support for ...
0
votes
1answer
47 views

How to get init function of OpenGlView to run?

I'm trying to get the init function to run in a subclassed version of NSOpenGlView that I created. For example the code below. - (id)initWithFrame:(NSRect)frameRect{ NSLog(@"Init function ran"); ...
0
votes
0answers
87 views

CMake finds GLUT but doesn't link on Mac OS

I'm trying to compile a project, that uses SFML, OpenGL and GLUT. CMake uses its default FindXXX.cmake files for finding OpenGL and GLUT and a custom one for SFML. Everything seems to work fine when ...
0
votes
1answer
112 views

Use Multiple OpenGL Contexts

write a plugin on firebreath (mac os), which draws a video Creates a window to get the context, now I would want that in the window drew my library, which is running in another thread. How do I do?
0
votes
0answers
96 views

OSX Cocoa embed opengl view inside webview

I am trying to build an MacOS app which create an OpenGL view and embed it to webview as it's element (using OpenGL instead of WebGL). The main goal is to use the web (html/javascript) as UI and draw ...
0
votes
1answer
80 views

CVPixelBuffer to FBO

I have an application where I would like to use an FBO to display an image of a QuickTime movie. I'm totally new to FBOs and only got a little bit of knowledge on OpenGL. I got problems understanding ...
0
votes
1answer
104 views

OpenGL/GLUT app on Mac cannot gain focus [closed]

I'm running OpenGL in a background thread and using CGL to make sure the current context is getting set correctly (and even using CGLLockContext, etc.). My app renders fine, but the window created by ...
1
vote
1answer
94 views

SDL OpenGL SDL_image Mac: Display Output (shifted colors)

We load textures through SDL_image, then we load them into OpenGL through textimage2d: glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, texture->w, texture->h, 0, GL_BGRA_EXT, GL_UNSIGNED_BYTE, ...
2
votes
1answer
105 views

GLSL 1.50: “in int” not legal in OS X?

This fragment shader code compiles in Windows, but throws an error in OS X (Mountain Lion, using a 3.2 core context). #version 150 core in int vinstance_id; uniform uint object_id[16]; out uint ...
0
votes
1answer
159 views

Window opened via GLUT with Rust FFI freezes

The title of the question pretty much describes the scenario. I'm attempting to open an OpenGL window on OS X 10.8 using Rust's FFI and the GLUT library. The window opens, and control gets handed over ...

1 2 3 4 5 8