mesa/src
Chad Versace ed33ccde63 anv: Make vkBeginCommandBuffer reset the command buffer
If its the command buffer's first call to vkBeginCommandBuffer, we must
*initialize* the command buffer's state. Otherwise, we must *reset* its
state. In both cases, let's use anv_ResetCommandBuffer.

From the Vulkan 1.0 spec:

   If a command buffer is in the executable state and the command buffer
   was allocated from a command pool with the
   VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT flag set, then
   vkBeginCommandBuffer implicitly resets the command buffer, behaving
   as if vkResetCommandBuffer had been called with
   VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT not set. It then puts
   the command buffer in the recording state.
2016-01-14 13:14:40 -08:00
..
egl egl: don't forget to ship platform_x11_dri3.h into the tarball 2015-11-20 18:08:04 +00:00
gallium radeonsi: don't miss changes to SPI_TMPRING_SIZE 2016-01-14 19:55:41 +01:00
gbm gbm.h: Add a missing stddef.h include for size_t. 2015-10-30 19:12:14 +00:00
getopt
glsl Merge remote-tracking branch 'mesa-public/master' into vulkan 2016-01-14 11:36:27 -08:00
glx glx/dri3: a drawable might not be bound at wait time 2015-12-21 06:43:58 -05:00
gtest
hgl
isl isl: Add missing break statement in array pitch calculation 2016-01-07 11:08:12 -08:00
loader loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS 2015-11-23 12:07:50 +00:00
mapi glapi: add ARB_indirect_parameters definitions 2016-01-07 18:38:46 -05:00
mesa i965/vec4: Use UW type for multiply into accumulator on GEN8+ 2016-01-14 12:04:25 -08:00
util Merge remote-tracking branch 'mesa-public/master' into vulkan 2015-12-27 23:23:05 -08:00
vulkan anv: Make vkBeginCommandBuffer reset the command buffer 2016-01-14 13:14:40 -08:00
Makefile.am isl: Move it a standalone directory 2015-12-15 08:45:49 -08:00
SConscript scons: rework the EGL build 2015-07-22 16:35:27 +01:00