xserver-multidpi/exa
Adam Richter 9d25408a59 assert(a && b) --> assert(a); assert(b)
Separate each statement of the form "assert(a && b);" into "assert(a);"
and "assert(b);" for more precise diagnostics, except for this clever
use in drmmode_display.c where it was used to pass a hint to developers:

	assert(num_infos <= 32 && "update return type");
2019-05-02 15:02:36 -07:00
..
Makefile.am build: Remove stale miext/cw include paths 2015-10-27 13:46:13 -04:00
exa.c fb: Remove 24bpp support (v3) 2017-03-17 15:14:42 -04:00
exa.h Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
exa_accel.c Convert exa & fb to new *allocarray functions 2015-04-21 16:58:07 -07:00
exa_classic.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
exa_driver.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
exa_glyphs.c EXA: Honour op parameter to exaGlyphs even if maskFormat == NULL 2016-05-09 12:41:13 -04:00
exa_migration_classic.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
exa_migration_mixed.c Convert exa & fb to new *allocarray functions 2015-04-21 16:58:07 -07:00
exa_mixed.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
exa_offscreen.c assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
exa_priv.h exa: promise not to touch the data when swapping pointers 2018-03-21 11:22:59 -04:00
exa_render.c exa: Use PictureMatchFormat for source-only picture format description 2018-06-01 11:57:15 +02:00
exa_unaccel.c dix: Always store GC client clip as a region (v2) 2014-10-27 15:46:05 -04:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00