mesa/src
Grazvydas Ignotas b8dd69e1b4 radv: don't assert on empty hash table
Currently if table_size is 0, it's falling through to:

unreachable("hash table should never be full");

But table_size can be 0 when RADV_DEBUG=nocache is set, or when the
table allocation fails (which is not considered an error).

Fixes: f4e499ec79 "radv: add initial non-conformant radv vulkan driver"
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2017-08-31 02:47:26 +03:00
..
amd radv: don't assert on empty hash table 2017-08-31 02:47:26 +03:00
broadcom broadcom/genxml: Add V3D 3.3 packet definitions. 2017-08-18 12:54:13 -07:00
compiler glsl: define YY_NO_INPUT to prevent unused symbol warnings 2017-08-29 15:20:57 -07:00
egl Revert "egl: Allow creation of per surface out fence" 2017-08-30 08:45:36 -07:00
gallium svga: include sample count in surface_size() computation 2017-08-30 13:59:14 -06:00
gbm loader: rework xmlconfig dependency 2017-08-04 23:54:52 +01:00
getopt
glx mesa: Implement GL_ARB_texture_filter_anisotropic 2017-08-25 12:38:01 -04:00
gtest
hgl
intel anv: use device->info instead of brw->is_* 2017-08-30 17:59:17 +01:00
loader dri3: Move up fourcc utility function 2017-08-21 12:55:54 +01:00
mapi mapi/gen: remove shebang from the marshal generator scripts 2017-08-26 11:20:08 +01:00
mesa i965: drop unused brw->needs_unlit_centroid_workaround 2017-08-30 17:59:18 +01:00
util util: move string_to_uint_map to glsl 2017-08-29 13:40:44 +01:00
vulkan vulkan/util: Add a vk_zalloc helper 2017-08-28 18:35:33 -07:00
Makefile.am build: Convert git_sha1_gen script to Python (part2). 2017-08-01 16:33:55 +01:00
SConscript build: Convert git_sha1_gen script to Python. 2017-08-01 15:24:39 +01:00