OSDN Git Service

nv50: move context-related tables a separate header file
authorBen Skeggs <skeggsb@gmail.com>
Tue, 28 Oct 2008 00:38:30 +0000 (11:38 +1100)
committerBen Skeggs <skeggsb@gmail.com>
Tue, 28 Oct 2008 00:56:07 +0000 (11:56 +1100)
commit48b73904b485d679df879522719e4451fdb96ab6
tree283182e7a7abb04a6f46ed626ef59bbc22fec88d
parent89ef1b5483bb234278fe40e193643fc9777f50d4
nv50: move context-related tables a separate header file

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 :)
shared-core/nv50_graph.c
shared-core/nv50_grctx.h [new file with mode: 0644]