From: <ran...@gm...> - 2010-03-04 15:15:50
|
Mesa commit 93115c4b235896df097b91edec7458a8a4488c4e deleted some interesting code i want to resurrect. Mostly code from old src/mesa/drivers/dri/nouveau/nv04_swtcl.c I tried to include #include "tnl_dd/t_dd_tritmp.h" directly into nv04_render.c and after this compilation fail (with gcc 4.4.3). Guess i need to include it somewhat differently? ../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:766: error: 'TAG' defined as function, returning function |