summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-02remove SAL_DEBUGs introduced earlierfeature/mac-opengl-fixesMarkus Mohrhard
2014-09-02prevent potential crash if no SystemWindowData is passedMarkus Mohrhard
2014-09-02fix crash when creating chartMarkus Mohrhard
2014-09-02fix buildMarkus Mohrhard
2014-09-02fix indentationMarkus Mohrhard
2014-09-02support legacy and core context on OSXMarkus Mohrhard
2014-09-01fix non OSX build againMarkus Mohrhard
2014-09-01remove unused methodMarkus Mohrhard
2014-09-01fix non Mac buildMarkus Mohrhard
2014-09-01fix OSX buildMarkus Mohrhard
2014-09-01working OSX OpenGLContextMarkus Mohrhard
2014-09-01use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard
2014-09-01replace check with GLEW variableMarkus Mohrhard
2014-09-01switch to a NSOpenGLView implementationMarkus Mohrhard
2014-09-01use size_t instead of unsigned int for container indicesMarkus Mohrhard
2014-09-01the values are float nowMarkus Mohrhard
2014-09-01remove that ugly underscore at the end of the method namesMarkus Mohrhard
2014-09-01basegfx -> glm in OGLTransMarkus Mohrhard
2014-09-01use constructor initializer listMarkus Mohrhard
2014-09-01improve readabilityMarkus Mohrhard
2014-09-01no need to make these variables publicMarkus Mohrhard
2014-09-01more OpenGL error checking in OGLTransMarkus Mohrhard
2014-09-01add invalid framebuffer operation to OpenGL error messagesMarkus Mohrhard
2014-09-01check framebuffer statusMarkus Mohrhard
2014-09-01simplify codeMarkus Mohrhard
2014-09-01add OpenGL error checking to OGLTransMarkus Mohrhard
2014-09-01extract some shared codeMarkus Mohrhard
2014-09-01some temporary debug outputMarkus Mohrhard
2014-09-01add more notes about deprecated OpenGL featuresMarkus Mohrhard
2014-09-01add warning about bad inputMarkus Mohrhard
2014-09-01remove old OSX OGLTransMarkus Mohrhard
2014-09-01make the shaders compliant to GLSL 1.2Markus Mohrhard
2014-09-01use generic implementation for OSXMarkus Mohrhard
2014-09-01fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard
2014-09-01request a legacy context for OGLTransMarkus Mohrhard
2014-09-01don't try to use X11 functions on OSXMarkus Mohrhard
2014-09-01use glew instead of directly including OpenGL headersMarkus Mohrhard
2014-09-01add possibility to request a compatibility contextMarkus Mohrhard
2014-09-01WIP debug statementsMarkus Mohrhard
2014-09-01add a note about deprecated functionalityMarkus Mohrhard
2014-09-01don't even try to create a shape for non existing valuesMarkus Mohrhard
2014-09-01fixed pipeline functions are not available in core contextMarkus Mohrhard
2014-09-01GL_LIGHTING is deprecatedMarkus Mohrhard
2014-09-01GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard
2014-09-01GL_POINT_SMOOTH is deprecatedMarkus Mohrhard
2014-09-01glEnable(GL_TEXTURE_2D) is deprecatedMarkus Mohrhard
2014-09-01fix my last core shader errorMarkus Mohrhard
2014-09-01texture*D in GLSL is deprecated and not available in core contextsMarkus Mohrhard
2014-09-01replace all attribute and varying in chart shadersMarkus Mohrhard
2014-09-01we need to switch to OpenGL 3.2 core for OSXMarkus Mohrhard