mesa/src
Nanley Chery 88d1c19c9d anv_cmd_buffer: Don't make the initial state dirty
Avoid excessive state emission. Relevant state for an action command
will get set by the user:

From Chapter 5. Command Buffers,
 When a command buffer begins recording, all state in that command
 buffer is undefined.
 [...]
 Whenever the state of a command buffer is undefined, the application
 must set all relevant state on the command buffer before any state
 dependent commands such as draws and dispatches are recorded, otherwise
 the behavior of executing that command buffer is undefined.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com>
2016-04-13 17:52:24 -07:00
..
compiler nir/lower_system_values: Simplify the computation of LocalInvocationIndex 2016-04-10 23:43:38 -07:00
egl egl: add EGL_KHR_reusable_sync to egl_dri 2016-04-05 15:24:57 +02:00
gallium radeonsi: do per-pixel clipping based on viewport states 2016-04-08 00:23:05 +02:00
gbm
getopt
glx
gtest
hgl
intel anv_cmd_buffer: Don't make the initial state dirty 2016-04-13 17:52:24 -07:00
loader
mapi mesa: expose EXT_base_instance in ES3 contexts 2016-04-03 20:40:55 -04:00
mesa Merge remote-tracking branch 'public/master' into vulkan 2016-04-07 16:56:34 -07:00
util util: Fix race condition on libgcrypt initialization 2016-04-12 15:38:43 -07:00
Makefile.am
SConscript