136 Commits (8412e8f99c3c0fc816093bfd87edffae1d783e3a)

Author SHA1 Message Date
Vladimír Vondruš 40b8815b9d Added sRGB formats to PixelFormats + R and RG sRGB GL texture formats. 7 years ago
Vladimír Vondruš be65f85e88 GL: recognize KHR_texture_compression_astc_sliced_3d. 7 years ago
Vladimír Vondruš 87a446c7ba GL: recognizing {EXT,ANGLE}_texture_compression_dxt{1,3,5} extensions. 7 years ago
Vladimír Vondruš 6e97039b8d GL: don't include MAGNUM_shader_vertex_id on ES2 builds. 7 years ago
Vladimír Vondruš 8e57060f39 Support for PVRTC compressed pixel format. 7 years ago
Vladimír Vondruš 2b9772d86a Added generic ASTC formats and the corresponding WebGL extensions. 7 years ago
Vladimír Vondruš 7cb0c4d57d Added BC4, BC5, BC6H and BC7 compression formats. 7 years ago
Vladimír Vondruš 02538d566f Added sRGB variants of BC1/BC2/BC3 compression formats. 7 years ago
Vladimír Vondruš 9aae386464 GL: add an important bit of tribal knowledge. 7 years ago
Vladimír Vondruš e1ab3ccf6e GL: this extension was listed, but actually never in headers. 7 years ago
Vladimír Vondruš 15f9ec3adf Added {EXT_texture_compression,WEBGL_compressed_texture}_s3tc_srgb extensions. 7 years ago
Vladimír Vondruš 15c417ac70 Doc++ 7 years ago
Vladimír Vondruš 572b64bb5c GL: drop support for EXT_direct_state_access. 7 years ago
Vladimír Vondruš 796bdb6731 GL: new pseudo-extension MAGNUM_shader_vertex_id. 7 years ago
Vladimír Vondruš 74183eb8b9 GL: improve extension docs. 7 years ago
Vladimír Vondruš 44a77ed918 GL: fixed broken links to extensions. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 53961115af doc: clarify support for queries of GL program resources. 8 years ago
Vladimír Vondruš 641589ed7e GL: implemented ARB_sample_shading. 8 years ago
Vladimír Vondruš 816891ec2e doc: keywords to make important pages more accessible. 8 years ago
Vladimír Vondruš 8018b17bc7 Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Vladimír Vondruš 01e2727326 Removed PixelStorage::setSwapBytes(). 8 years ago
Vladimír Vondruš 782ebeca85 doc: avoid redundancy in subpage titles. 8 years ago
Vladimír Vondruš 0ceb54ed7d Support for ARB_texture_filter_anisotropic. 8 years ago
Vladimír Vondruš 20a499aa0f Minimal support for OpenGL 4.6. 8 years ago
Vladimír Vondruš 2e3aae42d9 Clarified filtering and renderability of floating-point formats. 8 years ago
Vladimír Vondruš 671c99226f Initial support for OpenGL ES 3.2. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš ac3bdeea06 doc: fix GL extension link. 8 years ago
Vladimír Vondruš 341a2cb2df Updated the main documentation pages for the new theme. 9 years ago
Vladimír Vondruš 32613a592a Implemented glClearBuffer() APIs from GL 3.0 / GLES 3.0. 9 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š 3b3f71faa9 doc: adapted GL function/extension to Khronos domain move. 9 years ago
Vladimír Vondruš a60dc74dac Implemented Mesh::draw(..., TransformFeedback&). 10 years ago
Vladimír Vondruš 9642869c59 Implemented ARB_transform_feedback_overflow_query. 10 years ago
Vladimír Vondruš 9373a2e01d Support for AMD_transform_feedback3_lines_triangles. 10 years ago
Vladimír Vondruš f275143e9f Support for indexed primitive queries. 10 years ago
Vladimír Vondruš f68b40c5d9 Implemented *Framebuffer::copyImage() and copySubImage(). 10 years ago
Vladimír Vondruš 80dc656ccc Recognize OES_fbo_render_mipmap ES2 and WebGL 1 extension. 10 years ago
Vladimír Vondruš 889171303e Mark EXT_shader_framebuffer_fetch as semi-supported. 10 years ago
Vladimír Vondruš d2f8821ce7 Implemented KHR_no_error. 10 years ago
Vladimír Vondruš 58c98cae3e Added EXT_shader_framebuffer_fetch ES extension to the list. 10 years ago
Vladimír Vondruš 9500040f8e Added KHR_no_error desktop and ES extension. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš bcd8a81ba5 Implemented ARB_compute_shader. 10 years ago
Vladimír Vondruš d9b25c6057 Implemented ARB_shader_image_load_store. 10 years ago
Vladimír Vondruš 97bd725bf5 doc: clarify how much of ARB_uniform_buffer_object is supported. 10 years ago
Vladimír Vondruš 62064d523d ARB_shader_storage_buffer_object seems to be done now. 10 years ago
Vladimír Vondruš f71bd7a2b8 Implemented ARB_texture_barrier. 10 years ago