33 Commits (a6a2b074b2ef39c9261f033140086ea4724441cf)

Author SHA1 Message Date
Vladimír Vondruš 3e2a91d27a Cleaned up old Doxygen workarounds. 11 years ago
Vladimír Vondruš 3d1bce2f17 Fixed and updated framebuffer documentation. 11 years ago
Vladimír Vondruš daec63072d Simplified *Framebuffer::bind() functionality. 11 years ago
Squareys 245b7c0efc doc: update to current api. 11 years ago
Squareys 737ca4b04a doc: add missing braces. 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš 0fcf763900 Fix off-by-one errors when converting const char[] to string. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 371700097b Allow method chaining on *Framebuffer::clear(). 11 years ago
Vladimír Vondruš f3e02008fb No need to use class/struct keyword in friend declarations. 12 years ago
Vladimír Vondruš dca670eb70 Full ARB_direct_state_access support in framebuffers. 12 years ago
Vladimír Vondruš d6d83fe520 Disable framebuffer subdata invalidation for ES2. 12 years ago
Vladimír Vondruš a894904cab Removed autolink-preventing % noise and unneeded HTML from root namespace. 12 years ago
Vladimír Vondruš 9f041b5d5b ARB_direct_state_access support for creating framebuffers. 12 years ago
Vladimír Vondruš b0741493f9 Preparation for ARB_direct_state_access GL 4.5 feature. 12 years ago
Vladimír Vondruš 0d4b66789b Ensure that the framebuffer object is properly created before using it. 12 years ago
Vladimír Vondruš 74a33df246 Enabled multisample texture framebuffer attachment in ES 3.1. 12 years ago
Vladimír Vondruš 056ada8b99 Doc++ 12 years ago
Vladimír Vondruš 76a4f4ab2f Neither multisample nor rectangle textures have mip levels. 12 years ago
Vladimír Vondruš 8c18bd0995 There is glDiscardSubFramebuffer() in EXT_discard_framebuffer. 12 years ago
Vladimír Vondruš eb32fb1c40 Proper no-op fallback for *Framebuffer::invalidate*(). 12 years ago
Vladimír Vondruš 1b45a71ff5 Allocation-free overloads for *::setLabel(). 12 years ago
Vladimír Vondruš c3df68aa28 doc: make section headers in class/function docs have sane size. 12 years ago
Vladimír Vondruš bfbd4d2036 Completed documentation review in root namespace. 12 years ago
Vladimír Vondruš 29deb70f23 doc: mention also OpenGL version for optionally used extensions. 12 years ago
Vladimír Vondruš 8f9036104d doc: explicitly mention that given extension is needed for ES2. 12 years ago
Vladimír Vondruš bcf1cf1c63 Better texture attaching in Framebuffer. 12 years ago
Vladimír Vondruš 10669f9e78 Fix class/struct mismatch. 12 years ago
Vladimír Vondruš c1c71339e4 Moved global data from framebuffer classes to per-context state. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 4820476beb Doc++ 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š 46e2ca80cd Various documentation fixes and updates. 13 years ago
Vladimír Vondruš 1fcabbdfcb Export publicly used symbol. 13 years ago
Vladimír Vondruš f0a8d5d047 Updated documentation of framebuffer classes. 13 years ago
Vladimír Vondruš 5115fb8624 Doc++, added todos. 13 years ago
Vladimír Vondruš 3fd165e9bb Added move constructor/assignment to Framebuffer classes. 13 years ago
Vladimír Vondruš 17ac78f224 Added missing Framebuffer::id(). 13 years ago
Vladimír Vondruš f1e2bf3b93 Fixed documentation links to EXT_debug_label. 13 years ago
Vladimír Vondruš b2325dda2f Support for object labels from KHR_debug and EXT_debug_label. 13 years ago
Vladimír Vondruš f0ec6ffb21 Xlib.h, I hate you sincerely. 13 years ago
Vladimír Vondruš ee8f757419 Using Range2D instead of Rectangle everywhere. 13 years ago
Vladimír Vondruš eb24db9b5f Framebuffer-related limit queries. 13 years ago
Vladimír Vondruš 23945c1d9f Fix linker errors with Framebuffer::BufferAttachment::* on Windows. 13 years ago
Vladimír Vondruš e19154be5e Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Vladimír Vondruš d04b308aa3 Reducing pointer chasings, part 1: method chaining via references. 13 years ago
Vladimír Vondruš e923034dbf Added functions for checking (default) framebuffer state. 13 years ago
Vladimír Vondruš b5a6036d48 Use proper ARB_framebuffer_object extension. 13 years ago
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago