mesa/src
Emil Velikov 2c341f2bda egl: refactor dri2_create_screen() into three separate functions
Split the create_screen into:
 - create screen
 - setup/bind extensions
 - setup screen

This will allow us to reuse the latter two on egl/drm. Said platform
does create its own screen and attempts to reinvent the later two
functions itself.

Since the GBM ones tend to get out of sync quite often, and there is no
distinct reason why it does so we'll drop them with latter commits.

v2: disp -> dpy for the Android platform.
v3: use correct goto label (Rob)

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Tested-by: Rob Herring <robh@kernel.org>
2017-05-29 16:50:06 +01:00
..
amd radv: automake: list shared libraries after the static ones 2017-05-29 16:42:44 +01:00
compiler glsl: Fix g++ initializer order warning 2017-05-25 10:35:11 -06:00
egl egl: refactor dri2_create_screen() into three separate functions 2017-05-29 16:50:06 +01:00
gallium radeonsi: use ac_build_buffer_load for shader buffer loads 2017-05-29 01:52:16 +02:00
gbm gbm: remove unneeded gbm_drm_device abstraction 2017-05-29 16:49:47 +01:00
getopt
glx glxglvnddispatch: Add missing dispatch for GetDriverConfig 2017-05-17 20:02:18 +02:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel anv: automake: list shared libraries after the static ones 2017-05-29 16:42:41 +01:00
loader loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11 2017-05-19 19:44:22 +01:00
mapi mesa: add KHR_no_error support for glBindImageTextures() 2017-05-29 10:11:44 +02:00
mesa mesa: add KHR_no_error support for glBindImageTextures() 2017-05-29 10:11:44 +02:00
util util: slab_destroy_child should check whether it's been initialized 2017-05-29 01:52:16 +02:00
vulkan vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreation 2017-05-20 17:00:08 +01:00
Makefile.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
SConscript