summaryrefslogtreecommitdiff
path: root/slideshow/Package_opengl.mk
AgeCommit message (Collapse)Author
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist
(And not $(LIBO_BIN_FOLDER)/opengl. Note that on Linux and Windows, LIBO_ETC_FOLDER and LIBO_BIN_FOLDER are the same, "program".) That's where getShaderFolder() in vcl/source/opengl/OpenGLHelper.cxx looks for them. Also, as they are data and not executable code, to conform to strict OS X code signing and sandboxing requirements, they definitely should not be in $(LIBO_BIN_FOLDER) Change-Id: I902e08f7a1f142697df827d50e0bda74be918eb4
2014-08-13fix problems around shadersMarkus Mohrhard
Change-Id: I1577fb81cb3cf1fac3f5ba5d560d96cb83d4483d
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard
Change-Id: I8930aab2b4d3fd00916f12b86fa06b5e011542ac