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