mesa/src/gallium/drivers/noop
Edward O'Callaghan 13eb5f596b gallium/drivers: Sanitize NULL checks into canonical form
Use NULL tests of the form `if (ptr)' or `if (!ptr)'.
They do not depend on the definition of the symbol NULL.
Further, they provide the opportunity for the accidental
assignment, are clear and succinct.

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2015-12-06 17:10:23 +01:00
..
Makefile.am gallium/noop: ship all files in the tarball 2014-09-05 23:46:26 +01:00
Makefile.sources gallium/noop: ship all files in the tarball 2014-09-05 23:46:26 +01:00
noop_pipe.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
noop_public.h noop: make noop useable like trace or rbug 2011-01-09 21:04:41 -05:00
noop_state.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
SConscript noop: consolidate C sources list into Makefile.sources 2013-10-01 07:29:50 -07:00