summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2009-02-17 05:45:00 -0500
committerSøren Sandmann Pedersen <ssp@redhat.com>2009-02-17 05:45:00 -0500
commit68f2a3083dedee88d30826ca27a53ec2135493f1 (patch)
tree370c3a24a98abfe59fea53023e581cb25ffcac9e /TODO
parentc10d91829975a07c87678dba1655eeacbab005ba (diff)
TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 13 insertions, 8 deletions
diff --git a/TODO b/TODO
index ebb7fe6..e30c813 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
-- Garbage collection
- - Before every allocation?
- - When we run out of memory?
- - Whenever we overflow some fixed pool?
+- Note: when we set a mode, all allocated memory should be considered
+ released.
- Better malloc() implementation
- Take dmalloc() from the windows driver?
@@ -10,8 +8,8 @@
- Submit cursor images
- Find out why it picks 8x6 rather than a reasonable mode
-
-- Hook up randr if it isn't already
+ - Possibly has to do with the timings it reports. RandR only
+ allows 8x6 and 6x4.
- Acceleration
- Blits and solid fill
@@ -19,6 +17,10 @@
- Only compile mmtest if glib is installed
Or maybe just get rid of mmtest.c
+-=-=-=-=-
+
+Done:
+
Question:
- What is the "vram" PCI range used for?
@@ -35,9 +37,12 @@ Question:
I have no idea how the Windows driver manages syncing for that,
but I think we can safely ignore it. [ajax]
--=-=-=-=-
+- Hook up randr if it isn't already
-Done:
+- Garbage collection
+ - Before every allocation?
+ - When we run out of memory?
+ - Whenever we overflow some fixed pool?
- Get rid of qxl_mem.h header; just use qxl.h