2 Commits (9dcaf2338907dc2fb7ee93b38ed269f8bebc1196)

Author SHA1 Message Date
Vladimír Vondruš 9dcaf23389 Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Vladimír Vondruš fc1b167bff Split the OpenGL layer out, pt 1: moving files to a new location. 8 years ago
Vladimír Vondruš e3b0fab79c Remove obsolete string/number Android workarounds. 8 years ago
Vladimír Vondruš 974b0e70d7 Updates for debug output in ES 3.2. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 2145ae9b96 Dropped NaCl support. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 13d9a8f6f5 NoInit constructor for AbstractShaderProgram. 9 years ago
Vladimír Vondruš c93cc0ba08 Added nv-windows-dangling-transform-feedback-varying-names workaround. 10 years ago
Vladimír Vondruš 42d9679ac0 Exclude unreachable code from code coverage. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 26b51ad614 Adapted to Corrade changes. 10 years ago
Vladimír Vondruš bcd8a81ba5 Implemented ARB_compute_shader. 10 years ago
Vladimír Vondruš 3f0737fa98 Added missing ARB_compute_shader limit queries. 10 years ago
Vladimír Vondruš 1caf96a347 Finally completed ARB_uniform_buffer_object. 10 years ago
Vladimír Vondruš c463526feb Don't yell at people. 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš 670c9d0763 Adapted to Corrade::Utility::Debug changes. 11 years ago
Vladimír Vondruš e2c1ca1487 Remove old std::to_string()-related MinGW workarounds. 11 years ago
Vladimír Vondruš 41f5b95eba Use ArrayView instead of separate data/size params for shader uniforms. 11 years ago
Vladimír Vondruš 3bb62b7707 Ability to filter-out driver-specific "success" shader compilation logs. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 567a2569a2 First-class WebGL support, part 6: reduced shader functionality. 11 years ago
Vladimír Vondruš 1f985dfec6 First-class WebGL support, part 2: no debug output. 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 6f355c564d Initial transform feedback implementation. 12 years ago
Vladimír Vondruš 1cfb5b0eaf Moved Attribute class out of AbstractShaderProgram enum. 12 years ago
Vladimír Vondruš a5c2efc8c0 Support glProgramUniform*() calls from OpenGL ES 3.1. 12 years ago
Vladimír Vondruš 4bc4a40c70 Enabled new shader functionality in ES 3.1. 12 years ago
Vladimír Vondruš 7468887e99 Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
Vladimír Vondruš e71be176a9 Allocation-free overloads for AbstractShaderProgram string functions. 12 years ago
Vladimír Vondruš 1b45a71ff5 Allocation-free overloads for *::setLabel(). 12 years ago
Vladimír Vondruš bc81eb92d8 Added AbstractShaderProgram::attachShaders(). 12 years ago
Vladimír Vondruš 598b456eb7 Implemented ARB_vertex_type_10f_11f_11f_rev (GL 4.4). 12 years ago
Vladimír Vondruš 4e50aeee31 Ability to reset internal state tracker. 12 years ago
Vladimír Vondruš 1ab87a4de5 Workarounds for platforms without std::to_string(). 12 years ago
Vladimír Vondruš 4be1c5e15c Print non-error shader compilation/linking messages to Warning output. 12 years ago
Vladimír Vondruš 7b504a9bb1 Finally implemented parallelizable shader compilation and linking. 12 years ago
Vladimír Vondruš 4c21e10e57 Support both DSA and SSO variants of glProgramUniform*(). 12 years ago
Vladimír Vondruš 6ce7466b21 Use UnsignedInt instead of std::size_t for attribute sizes/offsets. 12 years ago
Vladimír Vondruš 8cdefa1e0b Moved global data from shader classes to per-context state. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš ce52f7b62f Moved Version enum to its own file. 13 years ago
Vladimír Vondruš 34954a54e3 Use std::string::data() instead of std::string::c_str(). 13 years ago
Vladimír Vondruš b2325dda2f Support for object labels from KHR_debug and EXT_debug_label. 13 years ago
Vladimír Vondruš 100527cd3d Remove obsolete glLoadGen-related workarounds. 13 years ago
Vladimír Vondruš e3bf8070b5 Don't return after std::abort(). 13 years ago