mesa/src
Caio Marcelo de Oliveira Filho 52d831ff83 glsl: remove delegating constructors to allow build with C++98
Delegating constructors is a C++11 feature, so this was breaking when
compiling with C++98. Change the copy_propagation_state() calls that
used the convenience constructor to use a static member function
instead.

Since copy_propagation_state is expected to be heap allocated, this
change is a good fit.

Tested-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107305
2018-07-23 10:34:43 -07:00
..
amd radv: print a big warning when RADV_TRACE_FILE is set 2018-07-23 11:34:42 +02:00
broadcom v3d: Implement a small immediates optimization, based on VC4's. 2018-07-23 10:21:43 -07:00
compiler glsl: remove delegating constructors to allow build with C++98 2018-07-23 10:34:43 -07:00
egl egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc. 2018-07-20 11:26:12 -07:00
gallium virgl: remove unused stride-arguments 2018-07-23 11:21:09 +01:00
gbm
getopt
glx glx: Don't allow glXMakeContextCurrent() with only one valid drawable 2018-07-09 12:03:18 -04:00
gtest
hgl
intel anv: remove unnecessary runtime copy of static string 2018-07-23 17:56:08 +01:00
loader
mapi Allow AMD_perfmon on GLES contexts 2018-07-18 10:39:21 -07:00
mesa st: Sweep NIR after linking phase to free held memory 2018-07-20 11:26:12 -07:00
util util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache. 2018-07-20 12:09:19 +02:00
vulkan anv,radv: Add support for VK_KHR_get_display_properties2 2018-07-09 17:09:41 -07:00
git_sha1.h.in
Makefile.am
meson.build
SConscript