log

age author description
Fri, 06 Jan 2006 13:20:10 +0000 Ryan C. Gordon For sanity's sake, removed the '&' when passing copy_row array to asm.
Fri, 06 Jan 2006 00:56:12 +0000 Ryan C. Gordon Patched to compile.
Thu, 05 Jan 2006 16:40:51 +0000 Ryan C. Gordon Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.
Thu, 05 Jan 2006 16:37:46 +0000 Ryan C. Gordon testblitspeed.c improvements: cleaned up output, and allow user to set surface
Thu, 05 Jan 2006 15:25:19 +0000 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
Thu, 05 Jan 2006 08:17:35 +0000 Ryan C. Gordon Patch from Michael Bonfils to add CPUID support for x86 Solaris.
Thu, 05 Jan 2006 07:20:12 +0000 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
Thu, 05 Jan 2006 07:08:59 +0000 Ryan C. Gordon From Mike Frysinger and/or Gentoo:
Wed, 04 Jan 2006 22:57:50 +0000 Ryan C. Gordon More dynamic X11 fixes...catches some code in Xlib headers that caused
Wed, 04 Jan 2006 21:01:49 +0000 Ryan C. Gordon Windows should use _beginthreadex() instead of CreateThread(), to avoid a
Wed, 04 Jan 2006 20:53:55 +0000 Ryan C. Gordon Debug code should check right function names.
Wed, 04 Jan 2006 19:25:18 +0000 Ryan C. Gordon Removed some incorrect comments in the "dc" driver that survived the
Wed, 04 Jan 2006 01:08:40 +0000 Sam Lantinga Bumped the version number for the next release
Mon, 02 Jan 2006 19:49:21 +0000 Patrice Mandin Use a simple table for Unicode translation
Mon, 02 Jan 2006 12:48:58 +0000 Ryan C. Gordon Quartz driver: Make sure we pass a pointer to the right type.