171 Commits (d7e507a2a77f8d661aa6cc4ac62d476711e842cc)

Author SHA1 Message Date
Vladimír Vondruš 57e6d2594f Add missing test file. 11 years ago
Vladimír Vondruš 3067bbcf7e Pixel storage support, part 10: actually use the parameters now. 11 years ago
Vladimír Vondruš 31bfff76e7 Clearer test case naming. 11 years ago
Vladimír Vondruš 3fd3ed36df Pixel storage support, part 6: accepting only sized data arrays in images. 11 years ago
Vladimír Vondruš d314634352 Pixel storage support, part 5: new data properties computation. 11 years ago
Vladimír Vondruš 413908badc Pixel storage support, part 4: the PixelStorage class. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš fe97c608c2 Pixel storage support, part 1: removed needles AbstractImage bases. 11 years ago
Vladimír Vondruš e934a1d1d8 Moved Color to Math namespace. 11 years ago
Vladimír Vondruš 2419b5f90c Compressed image support, part 9: texture upload/download tests. 11 years ago
Vladimír Vondruš 28b8a22da2 Removed duplicate data from TextureArray test. 11 years ago
Vladimír Vondruš 913a08e267 Compressed image support, part 6: Compressed* image classes. 11 years ago
Vladimír Vondruš 9e287c5671 Code cleanup. 11 years ago
Vladimír Vondruš fee676733b Compressed image support, part 3: added CompressedColorFormat enum. 11 years ago
Vladimír Vondruš a808c3c7fb Compressed image support, part 2: renamed ImageReference to ImageView. 11 years ago
Vladimír Vondruš da3cb5a8ad Compressed image support, part 1: generalized AbstractImage class. 11 years ago
Vladimír Vondruš b6e5a27c92 Split format debug output tests to separate file. 11 years ago
Vladimír Vondruš 0b7d62ffcc Add forgotten test for NoCreate TimeQuery constructor. 11 years ago
Vladimír Vondruš 41f5b95eba Use ArrayView instead of separate data/size params for shader uniforms. 11 years ago
Vladimír Vondruš 118b31777d Split BufferTextureFormat enum to separate file for consistency. 11 years ago
Vladimír Vondruš 70cb1041aa Implemented EXT_texture_buffer AEP extension. 11 years ago
Vladimír Vondruš c0baad30a2 Implemented EXT_texture_cube_map_array AEP extension. 11 years ago
Vladimír Vondruš 4276d65a75 Implemented EXT_texture_border_clamp AEP extension. 11 years ago
Vladimír Vondruš ca7434453d Test integer border clamp also for 1D textures. 11 years ago
Vladimír Vondruš e0a84da26a Properly test 2D texture depth stencil mode on ES3. 11 years ago
Vladimír Vondruš 7891f33bab Properly test border sampling for cube map textures on ES. 11 years ago
Vladimír Vondruš 6f2b39ea94 Implemented OES_texture_storage_multisample_2d_array AEP extension. 11 years ago
Vladimír Vondruš 8d3f3ae718 Fix compiler warning in tests on ES build. 11 years ago
Vladimír Vondruš adf88d5535 Ability to instantiate OpenGL objects without creating them. 11 years ago
Vladimír Vondruš 1b0da5b2df Math: ability to construct all types without initializing the contents. 11 years ago
Vladimír Vondruš 702c9db6b4 Math: ability to zero-initialize all classes. 11 years ago
Vladimír Vondruš 3a8ac02909 Math: more explicit default zero/identity constructors. 11 years ago
Vladimír Vondruš e6965e7131 Test that Context is only move-constructible. 11 years ago
Vladimír Vondruš 88f0415290 Support OpenGL tests also on Windows and OS X. 11 years ago
Vladimír Vondruš d2b1685a71 Properly check extensions in BufferTextureGLTest. 11 years ago
Vladimír Vondruš 551e12f939 Added Test/AbstractOpenGLTester.h to project view of IDEs. 11 years ago
Vladimír Vondruš e647cecf55 Skip Renderbuffer::label() test if no extension is available. 11 years ago
Vladimír Vondruš 9c5be808d0 Mark some files as having LF only to fix tests on Windows. 11 years ago
Vladimír Vondruš e299e5e6af Properly check for extensions in Framebuffer GL test. 11 years ago
Vladimír Vondruš 233a15b422 Added Framebuffer::detach(). 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš ae26266e25 Removed long-deprecated DebugMarker.h header. 11 years ago
Vladimír Vondruš 0715bf89ea Fix query tests on ES2. 11 years ago
Vladimír Vondruš 00cb2bc724 Fix Mesh test build on ES2. 11 years ago
Vladimír Vondruš dc2433c35f Fix Mesh test build on ES. 11 years ago
Vladimír Vondruš 58907e41e5 Properly check extension availability in transform feedback test. 11 years ago
Vladimír Vondruš ea1c335a2b Ability to wrap and release existing OpenGL objects. 11 years ago
Vladimír Vondruš e84bcde790 Fix type conversion errors in Mesh test shader code. 11 years ago
Vladimír Vondruš 2424d47567 Try to not use MAGNUM_TARGET_GLES3. 11 years ago
Vladimír Vondruš d3e83f797d Expose CHROMIUM_map_sub only for NaCl. 11 years ago