| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: only build clapi tests when OpenGL is being built | Dylan Baker | 2018-10-09 | 2 | -2/+2 |
* | mesa: enable EXT_framebuffer_object in core profile | Timothy Arceri | 2018-09-18 | 1 | -2/+2 |
* | mesa: enable ARB_direct_state_access in compat for GL3.1+ | Timothy Arceri | 2018-08-30 | 1 | -97/+97 |
* | glapi: define AMD_depth_clamp_separate | Sagar Ghuge | 2018-08-28 | 4 | -0/+20 |
* | Revert "configure: allow building with python3" | Emil Velikov | 2018-08-24 | 2 | -2/+2 |
* | mesa: expose EXT_vertex_attrib_64bit | Marek Olšák | 2018-08-24 | 2 | -0/+72 |
* | mesa: expose AMD_multi_draw_indirect | Marek Olšák | 2018-08-24 | 1 | -0/+20 |
* | mesa: expose AMD_gpu_shader_int64 | Marek Olšák | 2018-08-24 | 2 | -0/+241 |
* | glapi: actually implement GL_EXT_robustness for GLES | Marek Olšák | 2018-08-23 | 1 | -0/+32 |
* | configure: allow building with python3 | Emil Velikov | 2018-08-23 | 2 | -2/+2 |
* | meson: Build with Python 3 | Mathieu Bridon | 2018-08-10 | 4 | -16/+16 |
* | python: Simplify list sorting | Mathieu Bridon | 2018-08-09 | 1 | -4/+2 |
* | python: Use key-functions when sorting containers | Mathieu Bridon | 2018-08-09 | 1 | -2/+3 |
* | python: Fix rich comparisons | Mathieu Bridon | 2018-08-07 | 1 | -8/+7 |
* | python: Use explicit integer divisions | Mathieu Bridon | 2018-08-07 | 1 | -2/+2 |
* | glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions | Ian Romanick | 2018-08-06 | 1 | -2/+2 |
* | glapi: define AMD_framebuffer_multisample_advanced and add its functions | Marek Olšák | 2018-08-04 | 1 | -0/+27 |
* | mesa: GL_MESA_framebuffer_flip_y extension [v4] | Fritz Koenig | 2018-07-27 | 1 | -0/+6 |
* | python: Use range() instead of xrange() | Mathieu Bridon | 2018-07-24 | 3 | -4/+4 |
* | python: Better use iterators | Mathieu Bridon | 2018-07-24 | 2 | -14/+15 |
* | python: Better sort dictionary keys/values | Mathieu Bridon | 2018-07-24 | 4 | -16/+8 |
* | python: Better iterate over dictionaries | Mathieu Bridon | 2018-07-24 | 2 | -9/+9 |
* | python: Stop using the string module | Mathieu Bridon | 2018-07-24 | 4 | -12/+11 |
* | python: Better check for keys in dicts | Mathieu Bridon | 2018-07-24 | 6 | -21/+19 |
* | Allow AMD_perfmon on GLES contexts | Eric Anholt | 2018-07-18 | 1 | -11/+11 |
* | python: Stop using the Python 2 exception syntax | Mathieu Bridon | 2018-07-06 | 4 | -6/+6 |
* | python: Use spaces, not tabs | Mathieu Bridon | 2018-07-06 | 1 | -4/+4 |
* | python: Use the print function | Mathieu Bridon | 2018-07-06 | 18 | -1043/+1079 |
* | python: Stabilize some script outputs | Mathieu Bridon | 2018-07-05 | 2 | -2/+3 |
* | mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profile | Timothy Arceri | 2018-07-05 | 1 | -97/+97 |
* | mesa: enable ARB_vertex_attrib_64bit in compat profile | Timothy Arceri | 2018-06-30 | 1 | -10/+10 |
* | mesa: enable ARB_viewport_array in compat profile | Timothy Arceri | 2018-06-30 | 1 | -8/+8 |
* | mesa: enable ARB_shader_subroutine in compat profile | Timothy Arceri | 2018-06-30 | 1 | -8/+8 |
* | mesa: add Uniform*d support to display lists | Timothy Arceri | 2018-06-30 | 1 | -18/+18 |
* | mesa: add support for ARB_sample_locations | Rhys Perry | 2018-06-14 | 1 | -0/+104 |
* | meson: Add support for SPARC assembly | Dylan Baker | 2018-06-13 | 1 | -1/+2 |
* | mesa: changes to expose OES_texture_view extension | Tapani Pälli | 2018-05-24 | 1 | -0/+15 |
* | mesa: drop GL_EXT_polygon_offset support | Timothy Arceri | 2018-05-18 | 2 | -11/+0 |
* | mesa: enable geom shaders in OpenGL 3.2 Compat profile | Timothy Arceri | 2018-05-03 | 1 | -2/+1 |
* | mesa: add support for nvidia conservative rasterization extensions | Rhys Perry | 2018-04-30 | 2 | -0/+48 |
* | glapi: define GL_API to be KEYWORD1 in glapi_dispatch.c (v2) | Brian Paul | 2018-03-30 | 1 | -0/+7 |
* | glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototypes | Brian Paul | 2018-03-29 | 1 | -0/+2 |
* | *-symbol-check: use correct `nm` path when cross-compiling | Eric Engestrom | 2018-02-26 | 4 | -2/+4 |
* | glapi: Update XML for last revision of EXT_shader_framebuffer_fetch. | Francisco Jerez | 2018-02-24 | 2 | -5/+6 |
* | mesa: add some of missing compatibility support for ARB_bindless_texture | Marek Olšák | 2018-02-23 | 1 | -1/+1 |
* | meson: Add Haiku platform support v4 | Alexander von Gluck IV | 2018-02-16 | 2 | -2/+2 |
* | mesa: add glsl version query (v4) | Vadym Shovkoplias | 2018-02-13 | 1 | -0/+1 |
* | glapi: fix check_table test for non-shared glapi with meson | Dylan Baker | 2018-02-06 | 1 | -2/+3 |
* | glapi: Don't search through subdirs from glapitable.h | Dylan Baker | 2018-02-06 | 1 | -1/+1 |
* | glapi: remove APPLE extensions from test | Dylan Baker | 2018-02-06 | 1 | -2/+0 |