Skip to content
Snippets Groups Projects
Commit e8876dc0 authored by Daryll Strauss's avatar Daryll Strauss
Browse files

Finished up the 3.9.17 on the tdfx branch, by adding a few new directories.

Hardware accelerated wide points and lines. First pass. [Bug #100516]
Once again rearrange the memory layout. This maximizes use of the memory.
    I'm relatively certain I can stick with this layout, until I make a
    change MarkV suggested. This fixes 1600x1200 mode [Bug #100841]
Fix up the Makefiles to handle assembly files correctly. [Bug #100428]
Got more agressive with the work around for the copy bug in the hardware.
    Force a NOP when our copy overlaps, not just the previous request. This
    fixes decayscreen. [Bug #100331]
parent 8974c3db
Loading
#include <linux/autoconf.h>
#include <linux/version.h>
#ifndef CONFIG_SMP
#define CONFIG_SMP 0
......@@ -11,4 +10,3 @@
SMP = CONFIG_SMP
MODVERSIONS = CONFIG_MODVERSIONS
RELEASE = UTS_RELEASE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment