- 12 Aug, 2011 2 commits
-
-
Andreas Neu authored
-
Lars Krecklau authored
-
- 11 Aug, 2011 8 commits
-
-
-
Lars Krecklau authored
-
Andreas Neu authored
Macro NOT_COPYABLE(Class) implemented, which automatically creates empty assignment operators and an empty copy constructor for class.
-
Andreas Neu authored
Merge branch 'master' of ssh://dawes.informatik.rwth-aachen.de/data/git-repository/acgl/libraries/acgl
-
Andreas Neu authored
Until now only the class Texture used it. Now it has been added to ElementArrayBuffer, ArrayBuffer, FrameBuffer and ShaderProgram. Static class members have to be initialized outside the header, so the file ElementArrayBuffer.cc had to be added. Unbind calls e.g. glBindBuffer(GL_ARRAY_BUFFER, 0) outside of the specific class are not useful anymore, because it would not reset the static context variable and thus lead to bugs/crashes.
-
Lars Krecklau authored
-
Andreas Neu authored
-
Andreas Neu authored
-
- 10 Aug, 2011 5 commits
-
-
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
- 08 Aug, 2011 5 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
- 05 Aug, 2011 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
* Added additional OpenGL error checks * OpenGL error checks are better usable with namespaces * Removed checks for OpenGL objects == 0 which would get ignored by OpenGL anyway and are rare * Added comments * improved OpenGL ES compatibility
-
- 04 Aug, 2011 6 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Andreas Neu authored
Changed makefile to inlcude the headers and that acgl will automatically build all libraries by default.
-
Robert Menzel authored
-
- 01 Aug, 2011 1 commit
-
-
sebastian authored
shader attributes are now bound by their occurence in the shader source (just before linking the program)
-
- 28 Jul, 2011 1 commit
-
-
Robert Menzel authored
-
- 27 Jul, 2011 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-