summaryrefslogtreecommitdiff
path: root/ATIRage128.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ATIRage128.mdwn')
-rw-r--r--ATIRage128.mdwn34
1 files changed, 34 insertions, 0 deletions
diff --git a/ATIRage128.mdwn b/ATIRage128.mdwn
new file mode 100644
index 0000000..b1569a6
--- /dev/null
+++ b/ATIRage128.mdwn
@@ -0,0 +1,34 @@
+
+
+# ATI Rage 128
+
+
+## Status
+
+The ATI Rage128 desktop and mobility chips are supported by the DRI. [[EricAnholt|EricAnholt]] recently added pageflipping support. You can enable pageflipping by adding this to your config:
+
+
+[[!format txt """
+Option "EnablePageFlip" "true"
+"""]]
+It will give you a small boost in performance, but it causes problems for some people.
+
+There is no support for suspend/resume for r128. It shouldn't be too hard to add support. Take a look at the radeon suspend/resume code. I think Xv also needs some fixes for suspend/resume.
+
+Todo: implement hardware-accelerated projective texturing
+
+
+## Specifications
+
+The register documentation is available on Wikipedia
+
+[[http://en.wikipedia.org/wiki/Rage_128|http://en.wikipedia.org/wiki/Rage_128]]
+
+
+## Resources
+
+
+
+---
+
+ [[CategoryHardwareChipset|CategoryHardwareChipset]]