mesa/src/mapi/glapi
Mathieu Bridon b39bdb0716 python: Stop using the Python 2 exception syntax
We could have made this compatible with Python 3 by using:

    except Exception as e:

But since none of this code actually uses the exception objects, let's
just drop them entirely.

Signed-off-by: Mathieu Bridon <bochecha@daitauha.fr>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2018-07-06 10:18:43 -07:00
..
gen python: Stop using the Python 2 exception syntax 2018-07-06 10:18:43 -07:00
registry mesa: add GL_PROGRAM_BINARY_FORMAT_MESA enum 2017-12-08 16:44:35 +11:00
tests mesa: drop GL_EXT_polygon_offset support 2018-05-18 09:21:24 +10:00
.gitignore
glapi.c
glapi.h glx/apple: locate dispatch table functions to wrap by name 2018-02-01 15:14:08 +00:00
glapi_dispatch.c glapi: define GL_API to be KEYWORD1 in glapi_dispatch.c (v2) 2018-03-30 14:33:33 -06:00
glapi_entrypoint.c
glapi_getproc.c glapi: include generated headers without path 2017-10-27 11:06:07 -07:00
glapi_nop.c glapi: include generated headers without path 2017-10-27 11:06:07 -07:00
glapi_priv.h mapi: remove duplicate GL typedefs 2018-01-25 17:42:50 +00:00
meson.build meson: Add support for SPARC assembly 2018-06-13 10:06:25 -07:00
SConscript scons: fix scons build to find generated glapitable.h 2017-10-27 16:26:26 -06:00