index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-03
mesa: enable geom shaders in OpenGL 3.2 Compat profile
Timothy Arceri
1
-2
/
+1
2018-04-30
mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2
-0
/
+48
2018-03-30
glapi: define GL_API to be KEYWORD1 in glapi_dispatch.c (v2)
Brian Paul
1
-0
/
+7
2018-03-29
glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototypes
Brian Paul
1
-0
/
+2
2018-02-26
*-symbol-check: use correct `nm` path when cross-compiling
Eric Engestrom
4
-2
/
+4
2018-02-24
glapi: Update XML for last revision of EXT_shader_framebuffer_fetch.
Francisco Jerez
2
-5
/
+6
2018-02-23
mesa: add some of missing compatibility support for ARB_bindless_texture
Marek Olšák
1
-1
/
+1
2018-02-16
meson: Add Haiku platform support v4
Alexander von Gluck IV
2
-2
/
+2
2018-02-13
mesa: add glsl version query (v4)
Vadym Shovkoplias
1
-0
/
+1
2018-02-06
glapi: fix check_table test for non-shared glapi with meson
Dylan Baker
1
-2
/
+3
2018-02-06
glapi: Don't search through subdirs from glapitable.h
Dylan Baker
1
-1
/
+1
2018-02-06
glapi: remove APPLE extensions from test
Dylan Baker
1
-2
/
+0
2018-02-06
glapi/check_table: Remove 'extern "C"' block
Dylan Baker
1
-2
/
+0
2018-02-06
glapi: don't walk backwards for includes
Dylan Baker
2
-3
/
+5
2018-02-01
glx/apple: locate dispatch table functions to wrap by name
Jon Turney
2
-0
/
+17
2018-01-25
mapi: remove duplicate GL typedefs
Emil Velikov
1
-7
/
+0
2018-01-25
mapi: remove non applicable HAVE_DIX_CONFIG_H hunk
Emil Velikov
1
-6
/
+0
2018-01-25
mapi: autotools: remove unused MAPI_FILES file list
Emil Velikov
1
-11
/
+0
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
2
-2
/
+8
2018-01-11
meson: Use consistent style for tests
Dylan Baker
4
-17
/
+21
2018-01-11
meson: Use consistent style
Dylan Baker
3
-6
/
+12
2018-01-06
mesa: Tidy up the 4.6 section of GL4x.xml
Neil Roberts
1
-5
/
+10
2018-01-05
mesa: Add GL4.6 aliases of functions from GL_ARB_indirect_parameters
Neil Roberts
1
-0
/
+22
2017-12-15
glapi: add GL_EXT_disjoint_timer_query
Tapani Pälli
2
-2
/
+18
2017-12-12
mesa: add GL_ARB_gl_spirv boilerplate
Nicolai Hähnle
6
-0
/
+39
2017-12-08
mesa: add GL_PROGRAM_BINARY_FORMAT_MESA enum
Jordan Justen
1
-1
/
+6
2017-11-30
meson: fix generated source inclusion on macOS and Windows
Dylan Baker
1
-1
/
+1
2017-11-27
gl_table.py: add extern C guard for the generated glapitable.h
Emil Velikov
1
-0
/
+8
2017-11-24
mapi: Teach es{1,2}api/ABI-check shared library names on Cygwin
Jon Turney
2
-8
/
+18
2017-11-23
meson: add variable for mapi_abi.py instead of going back up the tree
Eric Engestrom
5
-4
/
+6
2017-11-23
meson: reorder subdirs to avoid directly including more than one level
Eric Engestrom
2
-1
/
+3
2017-11-22
meson: replace with_*dri with with_dri_platform
Dylan Baker
1
-1
/
+1
2017-11-15
mapi: Use correct shared libraries suffix on macOS.
Vinson Lee
2
-2
/
+12
2017-11-09
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
1
-7
/
+5
2017-11-07
meson: drop GLESv1 .so version back to 1.0.0
Eric Engestrom
1
-1
/
+1
2017-11-07
meson: standardize .so version to major.minor.patch
Eric Engestrom
3
-2
/
+3
2017-11-02
es2api/ABI-check: Add es3.x symbols
Dylan Baker
1
-8
/
+125
2017-11-01
mapi: fix .so path in ABI-check
Eric Engestrom
2
-2
/
+2
2017-10-31
meson: pass correct args to gles2 ABI test
Eric Engestrom
1
-1
/
+4
2017-10-31
meson: pass correct args to gles1 ABI test
Eric Engestrom
1
-1
/
+4
2017-10-31
gles2: fail symbol check if lib is missing
Eric Engestrom
1
-1
/
+9
2017-10-31
gles1: fail symbol check if lib is missing
Eric Engestrom
1
-1
/
+9
2017-10-27
scons: fix scons build to find generated glapitable.h
Brian Paul
1
-0
/
+1
2017-10-27
meson: build classic osmesa
Dylan Baker
1
-1
/
+1
2017-10-27
meson: Add generated files to non-shared glapi
Dylan Baker
1
-0
/
+3
2017-10-27
glapi: include generated headers without path
Dylan Baker
3
-4
/
+4
2017-10-27
meson: fix glprocs.h generator
Dylan Baker
1
-3
/
+3
2017-10-25
gles2: support for GL_EXT_occlusion_query_boolean
Harish Krupo
1
-0
/
+51
2017-10-13
mapi/shared-glapi/test: rework glapitable.h handling
Emil Velikov
2
-3
/
+4
2017-10-13
Revert "make: Fix test to be meson compatible"
Emil Velikov
2
-3
/
+1
[next]