summaryrefslogtreecommitdiff
path: root/chart2/opengl
AgeCommit message (Expand)AuthorFilesLines
2014-06-21small whitespace changesMarkus Mohrhard2-1/+5
2014-06-21add batch render texture shadersweigao2-0/+42
2014-06-21use shader to calculate alpha channelweigao2-2/+4
2014-06-17add shaders for 3.0 glsl versionweigao2-0/+116
2014-05-28remove tab in shaderMarkus Mohrhard1-1/+1
2014-05-28add batch render shaderweigao2-0/+142
2014-05-26initial work on screen textMarkus Mohrhard2-0/+36
2014-05-15implement new struct and shaders for pickingMarkus Mohrhard2-0/+38
2014-05-08add reverse image shaderweigao2-0/+37
2014-05-05fix whitespace issuesMarkus Mohrhard2-29/+31
2014-05-05add vertex shader and fragment shader for 3D renderingxukai2-0/+139
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard10-0/+273
2014-03-14Move OpenGLRender to vclZolnai Tamás10-273/+0
2014-02-15remove unused shaderMarkus Mohrhard2-38/+0
2014-02-03add the remaining symbolsMarkus Mohrhard1-6/+31
2014-02-03working symbol rendering based on point spritesMarkus Mohrhard2-6/+58
2014-01-31add license headers to glsl filesMarkus Mohrhard12-0/+130
2014-01-31apparently the OpenGL doc is wrong, we need GLSL 1.20Markus Mohrhard2-2/+2
2014-01-29gl_PointCoord is already in GLSL 110Markus Mohrhard2-2/+2
2014-01-29add Symbol2D renderingPeilin12-0/+104