The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Shader error only under Mac OSX - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: Shader error only under Mac OSX (/showthread.php?tid=1874) Pages:
1
2
|
RE: Shader error only under Mac OSX - Orphis - 08-25-2010 For OSX, you rely on the OS updates. I'm worried, didn't you have the recent graphical driver updates ? It was issued last week, but I'm not sure it applies to your computer. And with it, you wouldn't have such a low OpenGL profile... RE: Shader error only under Mac OSX - biohazard - 08-25-2010 My Mac Book Pro has 2 videos cards, 1 onboard 9400m and 1 offboard 9600m GT, i have already instaled the graphical patch Code: What's included? Mac users can only use up to OpenGL 2.1, though, due to lack of support on current Mac video cards. Quote:Part of the issue with bringing OpenGL 3.0 support is that the newer versions deprecated many older functions from OpenGL 2.x in an attempt to modernize and simplify the overall API. All three revisions of OpenGL 3.x also include revisions to the shader language as well. Updating all the support requires work on Apple's part as well as the cooperation of GPU vendors to get drivers into shape. OpenGL 3.1 and 3.2 were released last year, well into Snow Leopard's development cycle, and drivers offering beta support for those versions of OpenGL were the norm on Windows Vista. |