mesa/src
Jason Ekstrand 33301d949f anv: Drop the anv_validate block helper
Over the course of driver development, we've come up with a number of
different schemes for adding giant blocks of asserts inside the driver.
This one is only being used once in anv_pipeline.c and the way it's
being used actually generates compiler warnings in release builds.  This
commit drops the anv_validate macro and just puts the contents of the
one validation function in side of a "#ifdef DEBUG" guard.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2017-03-07 15:22:16 -08:00
..
amd radv: remove duplicate initialization of alphaToOne feature 2017-03-08 06:00:34 +10:00
compiler util/disk_cache: fix make check 2017-03-06 16:39:55 +11:00
egl EGL/Android: Add EGL_EXT_buffer_age extension 2017-03-04 16:37:12 +00:00
gallium build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM. 2017-03-07 07:27:45 -08:00
gbm gbm/dri: fix memory leaks in error path 2017-01-27 17:56:58 +00:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx/tests: automake: add dispatch-index-check to the tarball 2017-02-28 16:18:27 +00:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel anv: Drop the anv_validate block helper 2017-03-07 15:22:16 -08:00
loader egl/dri3: implement query surface hook 2017-02-28 10:11:42 +00:00
mapi glapi: fix typo in count_scale 2017-03-07 08:11:40 +11:00
mesa st/mesa: don't propagate uniforms when restoring from cache 2017-03-08 09:45:48 +11:00
util ralloc: don't leave out the alignment factor 2017-03-06 11:28:48 -08:00
vulkan android: fix outdir for gen_enum_to_str files 2017-03-04 16:38:33 +00:00
Makefile.am automake: move wayland-drm prior to Vulkan 2017-03-04 23:44:14 +00:00
SConscript