mesa/src
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
..
amd python: Use the print function 2018-07-06 10:04:22 -07:00
broadcom v3d: Add support for GL_SAMPLE_ALPHA_TO_ONE. 2018-07-05 12:39:36 -07:00
compiler python: Use the print function 2018-07-06 10:04:22 -07:00
egl egl: fix build race in automake 2018-06-29 12:49:51 +01:00
gallium python: Use the print function 2018-07-06 10:04:22 -07:00
gbm meson: Remove various completed todos 2018-06-13 10:07:03 -07:00
getopt
glx glx: Fix number of property values to read in glXImportContextEXT 2018-06-05 18:56:43 +02:00
gtest
hgl
intel python: Use the print function 2018-07-06 10:04:22 -07:00
loader dri3: Stricter SBC wraparound handling 2018-05-22 17:59:53 +02:00
mapi python: Stop using the Python 2 exception syntax 2018-07-06 10:18:43 -07:00
mesa python: Stop using the Python 2 exception syntax 2018-07-06 10:18:43 -07:00
util python: Use the print function 2018-07-06 10:04:22 -07:00
vulkan vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errors 2018-06-27 10:02:18 -07:00
git_sha1.h.in
Makefile.am egl: rewire the build systems to use libwayland-egl 2018-06-06 12:11:57 -07:00
meson.build meson: only build mesa_st tests when build-tests is true 2018-04-24 14:08:15 -07:00
SConscript