mesa/src
Chad Versace 9cd64ec35a x86-64: Fix compile error with clang
Remove the 'f' suffix from a float literal.
    - .float 0.0f+1.0
    + .float 1.0

This fixes the following compile error with clang:
    error: unexpected token in directive
    .float 0.0f+1.0
              ^

Note: This is a candidate for the stable branches.
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Chad Versace <chad@chad-versace.us>
2011-08-11 09:33:41 -07:00
..
egl egl/gbm: Fix EGL_DEFAULT_DISPLAY 2011-08-04 14:09:34 +02:00
gallium r600g: Add support for ROUND, v2 2011-08-10 16:08:59 -04:00
gbm gbm/dri: avoid crash in dri_screen_create 2011-08-04 14:09:34 +02:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: validate IR after linking (debug builds only) 2011-08-08 12:44:02 -07:00
glu sgi: Fix MSVC build. 2011-04-27 19:06:07 +01:00
glw glw: Mark all extern symbols GLAPI to regain default visibility (#31294) 2011-06-20 12:31:01 -07:00
glx glx: move declarations before code 2011-08-09 08:58:20 -06:00
mapi glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias of FramebufferTextureLayerEXT 2011-06-20 16:54:58 -07:00
mesa x86-64: Fix compile error with clang 2011-08-11 09:33:41 -07:00
Makefile
SConscript Squashed commit of the following: 2011-07-14 17:35:05 +01:00