mesa/src
Matt Turner b754e52532 glsl: Fix tautological comparison.
Caught by clang.

warning: comparison of constant -1 with expression of type
         'ir_texture_opcode' is always false
      [-Wtautological-constant-out-of-range-compare]
      if (op == -1)
          ~~ ^  ~~

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2014-11-24 14:09:23 -08:00
..
egl egl: remove egl_gallium from the loader 2014-11-14 16:16:12 +01:00
gallium util: Prefer atomic intrinsics to inline assembly. 2014-11-24 14:09:23 -08:00
gbm dri/kms: Always zero out struct drm_mode_create_dumb 2014-11-16 01:03:40 +00:00
getopt
glsl glsl: Fix tautological comparison. 2014-11-24 14:09:23 -08:00
glx glx/dri3: Implement LIBGL_SHOW_FPS=1 for DRI3/Present. 2014-10-29 15:13:58 -07:00
gtest
hgl
loader
mapi glapi: Remove dead gl_offsets.py. 2014-11-24 14:02:54 -08:00
mesa i965: Don't overwrite the math function with conditional mod. 2014-11-24 14:07:32 -08:00
util util: Implement assume() for clang. 2014-11-24 14:09:23 -08:00
Makefile.am
SConscript