mesa/src
Eric Engestrom 8af1b540c5 i915: remove unnecessary if
if (x) return true; else return false;
can be simplified as:
	return x;
since `x` is already a boolean expression.

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-08-24 11:17:05 +01:00
..
compiler glsl: Mark tessellation qualifier maps static const. 2016-08-23 21:15:59 -07:00
egl egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface. 2016-08-24 10:18:13 +01:00
gallium st/va: Remove unused variable coded_size from vlVaEndPicture() 2016-08-24 10:35:53 +02:00
gbm gbm: Correct bo_import documentation (trivial) 2016-08-03 10:56:41 -07:00
getopt
glx glx: Don't use current context in __glXSendError 2016-08-17 17:16:34 +09:00
gtest Remove wrongly repeated words in comments 2016-06-23 13:55:03 -07:00
hgl
intel aubinator: Style fixes. 2016-08-23 21:19:58 -07:00
loader loader/dri3: Destroy Present event context when destroying drawable v2 2016-08-04 15:45:43 +09:00
mapi mesa: Document that _mesa_enum_to_string() returns non-null (v2) 2016-08-12 09:09:55 -07:00
mesa i915: remove unnecessary if 2016-08-24 11:17:05 +01:00
util util: add assert that key cannot be NULL on insertion 2016-08-22 07:37:55 +03:00
Makefile.am aubinator: Add a new tool called Aubinator to the src/intel/tools folder. 2016-08-23 21:19:33 -07:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00