Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-23 | nv50: support NV94 chipset | Ben Skeggs | |
2008-11-21 | nv50: update context-related tables for original 8800GTS | Ben Skeggs | |
I either messed up when I pulled these from a mmio-trace last time, or the previous values didn't work on my card. Hopefully it's the former! In any case, at least one of the original NV50 chipsets work now. | |||
2008-10-28 | nv50: move context-related tables a separate header file | Ben Skeggs | |
This turns the various nvXX_graph_init_ctxvals() methods into tables, and speeds up compliation of nv50_graph.c quite a bit. This has bothered me for a while, but others are complaining now so it's time to fix it :) |