xserver-multidpi/hw/dmx/glxProxy
Adam Jackson 63ccaec2c3 glx: warning fixes
render2.c: In function ‘__glXDisp_Map2d’:
render2.c:127: warning: ‘u1’ may be used uninitialized in this function
render2.c: In function ‘__glXDisp_Map1d’:
render2.c:90: warning: ‘u1’ may be used uninitialized in this function

Remove unnecessary test, and change memcpy to memmove as all users were
doing overlapping copies.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
2010-12-31 12:52:24 +00:00
..
compsize.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
g_disptab.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_disptab.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
g_renderswap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
global.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
glxcmds.c Replace SecurityLookupIDByClass() with dixLookupResourceByClass(). 2010-12-07 18:42:45 +01:00
glxcmdsswap.c Fix screen number checks. 2010-12-01 10:33:57 -08:00
glxcontext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxdrawable.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxerror.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxext.c Replace LookupIDByType() with dixLookupResourceByType(), take 2. 2010-12-07 18:42:44 +01:00
glxext.h dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
glxfbconfig.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
glxfbconfig.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxscreens.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxscreens.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxserver.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxsingle.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxsingle.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxswap.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
glxswap.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
glxutil.c dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -07:00
glxutil.h dmx: __glXMalloc -> malloc, etc. 2010-09-13 15:55:16 -07:00
glxvendor.c dmx: Delete '#undef Xmalloc' and friends. 2010-09-13 15:55:16 -07:00
glxvendor.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxvisuals.c dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
glxvisuals.h dmx: Delete unused GLX visual matching code. 2010-09-13 15:55:16 -07:00
Makefile.am Kill off --with-mesa-source completely 2009-01-18 09:49:06 -08:00
render2swap.c dmx: Split glx scalar swap variables from array swap variables. 2010-06-05 22:18:27 -07:00
renderpixswap.c dmx: Delete unused local variables. 2010-05-26 11:16:51 -07:00
unpack.h glx: warning fixes 2010-12-31 12:52:24 +00:00