diff options
author | Jamey Sharp <jamey@minilop.net> | 2011-09-15 10:29:11 -0500 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2011-09-20 10:36:33 -0700 |
commit | 94bbeb132c7eda912d1b402a1a91ca7cbbf5e6a1 (patch) | |
tree | f8ccd5d1c5c38893c705d34cf7d3fb259a35233a /src/mga_sarea.h | |
parent | ae90c47503bc1015a50e7ea6d22ec10e5e0d4113 (diff) |
Delete support for MGA's proprietary HAL: unifdef USEMGAHAL.
This patch produced with:
for f in `git grep -Fwl USEMGAHAL`; do
unifdef -B -UUSEMGAHAL $f | sponge $f
done
Adam Jackson wrote:
Hey, so, remember back in the dark ages when dualhead was this
insanely wild differentiating feature? Matrox thought it was so
special, in fact, that they hid most of the implementation of it
(and a bunch of other stuff) in a binary-only blob called the
HALlib. As you'd expect it was pretty much a cut-and-paste of
the relevant Windows code, and then some open glue to keep it
working; clientlx.c is that glue.
I guess the theory was that if you don't tell people which
registers to duplicate to implement a second pipe in their own
hardware, they won't figure it out? A pretty eyeroll-worthy
idea even at the time, and definitely not something we should be
condoning anymore.
Kill it with fire, but while you're at it, untangle the hideous
mess of MGA_HAL() macros too.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Cc: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src/mga_sarea.h')
0 files changed, 0 insertions, 0 deletions