| Commit message (Expand) | Author | Age | Files | Lines |
* | glx/apple: locate dispatch table functions to wrap by name | Jon Turney | 2018-02-01 | 2 | -0/+17 |
* | mapi: remove duplicate GL typedefs | Emil Velikov | 2018-01-25 | 1 | -7/+0 |
* | mapi: remove non applicable HAVE_DIX_CONFIG_H hunk | Emil Velikov | 2018-01-25 | 1 | -6/+0 |
* | mapi: autotools: remove unused MAPI_FILES file list | Emil Velikov | 2018-01-25 | 1 | -11/+0 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 2 | -2/+8 |
* | meson: Use consistent style for tests | Dylan Baker | 2018-01-11 | 4 | -17/+21 |
* | meson: Use consistent style | Dylan Baker | 2018-01-11 | 3 | -6/+12 |
* | mesa: Tidy up the 4.6 section of GL4x.xml | Neil Roberts | 2018-01-06 | 1 | -5/+10 |
* | mesa: Add GL4.6 aliases of functions from GL_ARB_indirect_parameters | Neil Roberts | 2018-01-05 | 1 | -0/+22 |
* | glapi: add GL_EXT_disjoint_timer_query | Tapani Pälli | 2017-12-15 | 2 | -2/+18 |
* | mesa: add GL_ARB_gl_spirv boilerplate | Nicolai Hähnle | 2017-12-12 | 6 | -0/+39 |
* | mesa: add GL_PROGRAM_BINARY_FORMAT_MESA enum | Jordan Justen | 2017-12-08 | 1 | -1/+6 |
* | meson: fix generated source inclusion on macOS and Windows | Dylan Baker | 2017-11-30 | 1 | -1/+1 |
* | gl_table.py: add extern C guard for the generated glapitable.h | Emil Velikov | 2017-11-27 | 1 | -0/+8 |
* | mapi: Teach es{1,2}api/ABI-check shared library names on Cygwin | Jon Turney | 2017-11-24 | 2 | -8/+18 |
* | meson: add variable for mapi_abi.py instead of going back up the tree | Eric Engestrom | 2017-11-23 | 5 | -4/+6 |
* | meson: reorder subdirs to avoid directly including more than one level | Eric Engestrom | 2017-11-23 | 2 | -1/+3 |
* | meson: replace with_*dri with with_dri_platform | Dylan Baker | 2017-11-22 | 1 | -1/+1 |
* | mapi: Use correct shared libraries suffix on macOS. | Vinson Lee | 2017-11-15 | 2 | -2/+12 |
* | mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile | Marek Olšák | 2017-11-09 | 1 | -7/+5 |
* | meson: drop GLESv1 .so version back to 1.0.0 | Eric Engestrom | 2017-11-07 | 1 | -1/+1 |
* | meson: standardize .so version to major.minor.patch | Eric Engestrom | 2017-11-07 | 3 | -2/+3 |
* | es2api/ABI-check: Add es3.x symbols | Dylan Baker | 2017-11-02 | 1 | -8/+125 |
* | mapi: fix .so path in ABI-check | Eric Engestrom | 2017-11-01 | 2 | -2/+2 |
* | meson: pass correct args to gles2 ABI test | Eric Engestrom | 2017-10-31 | 1 | -1/+4 |
* | meson: pass correct args to gles1 ABI test | Eric Engestrom | 2017-10-31 | 1 | -1/+4 |
* | gles2: fail symbol check if lib is missing | Eric Engestrom | 2017-10-31 | 1 | -1/+9 |
* | gles1: fail symbol check if lib is missing | Eric Engestrom | 2017-10-31 | 1 | -1/+9 |
* | scons: fix scons build to find generated glapitable.h | Brian Paul | 2017-10-27 | 1 | -0/+1 |
* | meson: build classic osmesa | Dylan Baker | 2017-10-27 | 1 | -1/+1 |
* | meson: Add generated files to non-shared glapi | Dylan Baker | 2017-10-27 | 1 | -0/+3 |
* | glapi: include generated headers without path | Dylan Baker | 2017-10-27 | 3 | -4/+4 |
* | meson: fix glprocs.h generator | Dylan Baker | 2017-10-27 | 1 | -3/+3 |
* | gles2: support for GL_EXT_occlusion_query_boolean | Harish Krupo | 2017-10-25 | 1 | -0/+51 |
* | mapi/shared-glapi/test: rework glapitable.h handling | Emil Velikov | 2017-10-13 | 2 | -3/+4 |
* | Revert "make: Fix test to be meson compatible" | Emil Velikov | 2017-10-13 | 2 | -3/+1 |
* | mapi: Update extension number of MESA_tile_raster_order. | Eric Anholt | 2017-10-12 | 1 | -2/+1 |
* | meson: fix glx test | Dylan Baker | 2017-10-11 | 1 | -0/+1 |
* | mesa: Implement a new GL_MESA_tile_raster_order extension. | Eric Anholt | 2017-10-10 | 2 | -0/+14 |
* | meson: build glx | Dylan Baker | 2017-10-09 | 1 | -0/+2 |
* | meson: Build i965 and dri stack | Dylan Baker | 2017-10-09 | 6 | -0/+537 |
* | make: Fix test to be meson compatible | Dylan Baker | 2017-10-09 | 2 | -1/+3 |
* | egl/dri: link directly to libglapi.so | Emil Velikov | 2017-10-02 | 1 | -0/+3 |
* | meson: Add build Intel "anv" vulkan driver | Dylan Baker | 2017-09-27 | 1 | -0/+19 |
* | mapi/gen: remove shebang from the marshal generator scripts | Emil Velikov | 2017-08-26 | 3 | -3/+0 |
* | mesa: Implement GL_ARB_polygon_offset_clamp | Adam Jackson | 2017-08-25 | 1 | -0/+9 |
* | mesa: add KHR_no_error support to glBindBufferOffsetEXT() | Samuel Pitoiset | 2017-08-25 | 1 | -1/+1 |
* | mesa: add KHR_no_error support to glTransformFeedbackVaryings() | Samuel Pitoiset | 2017-08-25 | 1 | -1/+1 |
* | mesa: add KHR_no_error support to glResumeTransformFeedback() | Samuel Pitoiset | 2017-08-25 | 1 | -1/+1 |
* | mesa: add KHR_no_error support to glPauseTransformFeedback() | Samuel Pitoiset | 2017-08-25 | 1 | -1/+1 |