mesa/src/gallium/auxiliary
Matt Turner c8a74e3a4e nir: Delete bany, ball, fany, fall.
As in the previous patches, these can be implemented as

   any(v) -> any_nequal(v, false)
   all(v) -> all_equal(v, true)

and their removal simplifies the code in the next patch.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2015-12-18 13:20:13 -05:00
..
cso_cache gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
draw draw: fix clip test with NaNs 2015-12-18 00:57:07 +01:00
gallivm llvmpipe: fix fp64 inputs to geom shader. 2015-12-09 13:56:39 +10:00
hud gallium: add PIPE_DRIVER_QUERY_FLAG_DONT_LIST 2015-11-26 10:57:43 +01:00
indices util/indices: replace #define tokens with enum type 2015-11-04 11:51:40 -07:00
nir nir: Delete bany, ball, fany, fall. 2015-12-18 13:20:13 -05:00
os os: check for GALLIUM_PROCESS_NAME to override os_get_process_name() 2015-11-19 09:23:04 -07:00
pipe-loader pipe-loader: check if winsys.name is non-null prior to strcmp 2015-11-29 14:38:22 +00:00
pipebuffer gallium/pb_bufmgr_cache: use the new pb_cache module 2015-12-11 15:25:12 +01:00
postprocess gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
rbug Fix a few typos 2015-04-27 17:28:29 +03:00
rtasm gallium: replace INLINE with inline 2015-07-21 17:52:16 -04:00
target-helpers target-hepers: add non inline sw helpers 2015-11-25 20:25:14 +00:00
tgsi tgsi/scan: add flag colors_written 2015-12-11 15:25:11 +01:00
translate gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
util gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h 2015-12-18 01:02:16 +01:00
vl gallium/auxiliary: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
Android.mk gallium: Enable build of NIR support on Android. 2015-06-15 10:32:23 -07:00
Makefile.am automake: Fix typo in MSVC2008 compat flags. 2015-12-03 22:00:49 +00:00
Makefile.sources gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager 2015-12-11 15:25:12 +01:00
SConscript scons: Use -Werror MSVC compatibility flags per-directory. 2015-03-04 15:12:06 +00:00