office-gobmx/chart2/opengl
Markus Mohrhard b3d7fd2a42 add more notes about deprecated OpenGL features
Change-Id: Ic83ec7e99c8b666b755b93f315019754f9d9757f
2014-09-02 01:08:48 +02:00
..
backgroundFragmentShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
backgroundVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
commonFragmentShader.glsl texture*D in GLSL is deprecated and not available in core contexts 2014-09-02 01:08:43 +02:00
commonVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
debugFragmentShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
debugVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
pickingFragmentShader.glsl fix my last core shader error 2014-09-02 01:08:43 +02:00
pickingVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
README.deprecated add more notes about deprecated OpenGL features 2014-09-02 01:08:48 +02:00
renderTextureFragmentShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
renderTextureVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
screenTextFragmentShader.glsl texture*D in GLSL is deprecated and not available in core contexts 2014-09-02 01:08:43 +02:00
screenTextVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
shape3DFragmentShader.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00
shape3DFragmentShaderBatch.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00
shape3DFragmentShaderBatchScroll.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00
shape3DFragmentShaderV300.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
shape3DVertexShader.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00
shape3DVertexShaderBatch.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00
shape3DVertexShaderBatchScroll.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00
shape3DVertexShaderV300.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
symbolFragmentShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
symbolVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
textFragmentShader.glsl texture*D in GLSL is deprecated and not available in core contexts 2014-09-02 01:08:43 +02:00
textFragmentShaderBatch.glsl texture*D in GLSL is deprecated and not available in core contexts 2014-09-02 01:08:43 +02:00
textVertexShader.glsl replace all attribute and varying in chart shaders 2014-09-02 01:08:42 +02:00
textVertexShaderBatch.glsl make sure that all shaders contain a version string 2014-09-02 01:08:42 +02:00

deprecated features

GL_LIGHTING
GL_TEXTURE_2D
GL_POINT_SMOOTH
GL_TEXTURE_WRAP_S
GL_TEXTURE_WRAP_T
glBegin
glEnd


GLSL

texture*D
varying
attribute
missing version string

gl_FragColor
gl_FragData
gl_Normal
gl_NormalMatrix
gl_Vertex