mesa/src
Jason Ekstrand 00df1cd9d6 anv: Stop setting BO flags in bo_init_new
The idea behind doing this was to make it easier to set various flags.
However, we have enough custom flag settings floating around the driver
that this is more of a nuisance than a help.  This commit has the
following functional changes:

 1) The workaround_bo created in anv_CreateDevice loses both flags.
    This shouldn't matter because it's very small and entirely internal
    to the driver.

 2) The bo created in anv_CreateDmaBufImageINTEL loses the
    EXEC_OBJECT_ASYNC flag.  In retrospect, it never should have gotten
    EXEC_OBJECT_ASYNC in the first place.

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Cc: "17.1" <mesa-stable@lists.freedesktop.org>
2017-05-23 16:46:38 -07:00
..
amd radv: Add compute HTILE fast clear. 2017-05-22 20:07:21 +02:00
compiler nir/lower-atomics-to-ssbo: remove atomic_uint arrays too 2017-05-23 12:26:34 -04:00
egl egl/wayland: verify event queue was allocated 2017-05-22 15:44:38 +01:00
gallium st/nine: Fix a regression and syntax cleanup 2017-05-24 00:40:43 +02:00
gbm configure: set HAVE_foo_PLATFORM as applicable 2017-05-19 19:44:09 +01:00
getopt
glx glxglvnddispatch: Add missing dispatch for GetDriverConfig 2017-05-17 20:02:18 +02:00
gtest
hgl
intel anv: Stop setting BO flags in bo_init_new 2017-05-23 16:46:38 -07:00
loader loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11 2017-05-19 19:44:22 +01:00
mapi mesa: Remove GL_APPLE_vertex_array_object stubs 2017-05-23 15:02:29 -07:00
mesa mesa: Remove GL_APPLE_vertex_array_object stubs 2017-05-23 15:02:29 -07:00
util util/disk_cache: add new driver_flags param to cache keys 2017-05-23 09:09:43 +10:00
vulkan vulkan/wsi/wayland: Fix proxy wrappers for swapchain recreation 2017-05-20 17:00:08 +01:00
Makefile.am
SConscript