mesa/src
Vinson Lee c5124fbc74 anv: Fix instance typos.
Fix build error.

  CC       vulkan/vulkan_libvulkan_common_la-anv_device.lo
In file included from vulkan/anv_device.c:33:0:
vulkan/anv_device.c: In function ‘anv_AllocateMemory’:
vulkan/anv_device.c:1562:37: error: ‘struct anv_device’ has no member named ‘instace’; did you mean ‘instance’?
          result = vk_errorf(device->instace, device,
                                     ^
vulkan/anv_private.h:317:17: note: in definition of macro ‘vk_errorf’
     __vk_errorf(instance, obj, REPORT_OBJECT_TYPE(obj), error,\
                 ^~~~~~~~

Fixes: 9775894f10 ("anv: Move size check from anv_bo_cache_import() to caller (v2)")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-10-18 09:08:08 -07:00
..
amd radv: don't create dummy fs when compiling compute stage 2017-10-18 22:47:53 +11:00
broadcom meson: Add support for the vc5 driver. 2017-10-17 13:41:59 -07:00
compiler nir: Add a helper for adding texture instruction sources 2017-10-17 07:36:00 -07:00
egl wayland-drm: constify the callbacks struct, take 2 2017-10-13 12:56:12 +01:00
gallium meson: Add support for the vc5 driver. 2017-10-17 13:41:59 -07:00
gbm meson: build gbm 2017-10-09 13:42:44 -07:00
getopt
glx meson: Add support for configuring dri drivers directory. 2017-10-09 13:42:44 -07:00
gtest meson: convert gtest to an internal dependency 2017-10-03 10:02:08 -07:00
hgl
intel anv: Fix instance typos. 2017-10-18 09:08:08 -07:00
loader meson: split and simplify dependencies 2017-10-16 16:32:43 -07:00
mapi mapi/shared-glapi/test: rework glapitable.h handling 2017-10-13 11:12:08 -07:00
mesa mesa: fix trivial typo in _mesa_PixelMapusv() error string 2017-10-18 09:53:00 -06:00
util ralloc: Allow reparenting to a NULL context 2017-10-12 22:39:31 -07:00
vulkan vulkan/wsi: Free the event in x11_manage_fifo_queues(). 2017-10-17 17:17:15 +01:00
git_sha1.h.in meson: Build i965 and dri stack 2017-10-09 13:42:44 -07:00
Makefile.am configure: Add the new "vc5" driver to the list, requiring a simulator. 2017-10-10 11:42:04 -07:00
meson.build meson: Add support for the vc4 driver. 2017-10-17 13:41:59 -07:00
SConscript