mesa/src
Kenneth Graunke 3090c6b9e9 vulkan: Fix 32-bit build for the new overlay layer
vulkan_core.h defines non-dispatchable handles as (struct object *)
on 64-bit systems, but uint64_t on 32-bit systems.  The former can be
implicitly cast to void *, but the latter requires an explicit cast.

While here, %lu is the wrong format specifier for uint64_t on 32-bit
systems, so use PRIu64, fixing a warning.

Reported-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2019-02-22 08:56:54 -08:00
..
amd radv: Allow interpolation on non-float types. 2019-02-22 17:06:55 +01:00
broadcom v3d: Move i2b and f2b support into emit_comparison. 2019-02-18 18:18:37 -08:00
compiler nir: clone instruction set rather than removing individual entries 2019-02-22 08:36:36 +11:00
egl wayland/egl: Ensure EGL surface is resized on DRI update_buffers() 2019-02-20 12:04:33 +01:00
freedreno freedreno/a6xx: enable tiled images 2019-02-21 09:06:06 -05:00
gallium nv50: disable compute 2019-02-22 09:42:41 -05:00
gbm gbm: drop duplicate #defines 2019-02-14 11:20:00 +00:00
getopt
glx glx: add support for putimageshm2 path (v2) 2019-01-25 04:27:45 +10:00
gtest meson: hide warnings from external project gtest 2018-10-31 18:20:25 +00:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
imgui imgui: make sure our copy of imgui doesn't clash with others in the same process 2019-02-21 18:06:05 +00:00
intel anv: advertise 8 subpixel precision bits 2019-02-22 17:53:55 +01:00
loader iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. 2019-02-21 10:26:04 -08:00
mapi mapi: work around GCC LTO dropping assembly-defined functions 2019-02-13 14:20:51 +00:00
mesa nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs 2019-02-21 11:47:59 +01:00
util drirc: Add sddm-greeter to adaptive_sync blacklist. 2019-02-19 18:03:05 -05:00
vulkan vulkan: Fix 32-bit build for the new overlay layer 2019-02-22 08:56:54 -08:00
Makefile.am build: move imgui out of src/intel/tools to be reused 2019-02-21 18:06:05 +00:00
meson.build iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. 2019-02-21 10:26:04 -08:00
SConscript scons: Remove gles option. 2018-10-19 16:50:26 +01:00