mesa/src
Matt Turner 680de24545 util: Use SSE intrinsics in _mesa_lroundeven{f,}.
gcc actually generates this for us now that we use -fno-math-errno
(which is weird, since lrintf()/lrint() don't set errno) but clang still
does not. Presumably helps MSVC as well.

Reduced .text size by 8.5k with gcc before -fno-math-errno.

   text     data      bss      dec      hex  filename
4935850   195136    26192  5157178   4eb13a  i965_dri.so before
4927225   195128    26192  5148545   4e8f81  i965_dri.so after

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
2015-08-04 10:33:13 -07:00
..
egl egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it 2015-08-01 15:41:45 +01:00
gallium vl/mpeg12: Silence GCC unused-variable warning. 2015-08-03 23:09:03 -07:00
gbm gbm: do not build intermittent libgbm_dri static library 2015-07-22 16:35:27 +01:00
getopt
glsl mesa: Use _mesa_lroundevenf() in some more places. 2015-08-04 10:32:39 -07:00
glx glx: Fix missing bit decl for EXT_texture_integer 2015-07-31 13:37:19 -04:00
gtest mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
hgl glapi/hgl: Drop extern "C" as it was added to glapi 2015-05-13 15:26:29 -04:00
loader loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H 2015-07-22 16:35:25 +01:00
mapi apiexec: remove leading gl from shader subroutine interfaces 2015-07-24 12:07:11 +10:00
mesa mesa: Use _mesa_lroundevenf() in some more places. 2015-08-04 10:32:39 -07:00
util util: Use SSE intrinsics in _mesa_lroundeven{f,}. 2015-08-04 10:33:13 -07:00
Makefile.am automake: rework the EGL build 2015-07-22 16:35:27 +01:00
SConscript scons: rework the EGL build 2015-07-22 16:35:27 +01:00