Jamie Wilkinson
678ec75aa1
Trying to suss out the FPE in ref_softx.so
...
- Commented out USE_ASM in the .S files -- in theory they're
only built when USE_ASM is enabled anyway...
- vid_so.c had some bad typecasts hidden away in some dead
code that became activated during this FPE crusade, and
though it's still dead, I thought I'd leave it as it is
now.
2002-05-15 13:00:42 +00:00
Jamie Wilkinson
740faf6966
- used USE_ASM in assembler files and c files, to build asm
...
when needed and c routines otherwise
- HAVE_MASM is off always (in configure.in), only switch it on
if you've got masm and you're on windows...
2002-04-10 06:57:39 +00:00
Bill Currie
81b31308fa
fix the _ symbol prefix detection. software rendering now works
2002-04-08 06:17:02 +00:00
Jamie Wilkinson
bd99d9b499
* Moved ref_soft into src/, made it build.
...
* Lots of LD and CFLAGS in src/Makefile.am... I think most
of it should be automagic by configure
2002-04-06 05:03:53 +00:00
Jamie Wilkinson
a82e3734a8
These assembler files are only used by the software video
...
refreshers, so let's put them with the rest of it.
2002-03-05 10:04:05 +00:00
Jamie Wilkinson
f17ab3c594
Renamed 'linux/' to 'src/' (well, created src/ and moved
...
linux/* into it) as a part of Jaq's Great Code Restructure.
At this stage, I'm merging all the os-specific subdirs.
2002-03-01 08:13:30 +00:00