[Bug 6153] Wine 0.9.20 breaks Everquest 2

Wine Bugs wine-bugs at winehq.org
Tue Sep 19 03:50:08 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=6153





------- Additional Comments From hverbeet at gmail.com  2006-19-09 03:50 -------
Just to verify, in arb_program_shader.c, shader_generate_arb_declarations(),
line 182-183, could you change:
shader_addline(buffer, "PARAM C[%d] = { program.env[0..%d] };\n",
max_constantsF, max_constantsF - 1);

to:
shader_addline(buffer, "PARAM C[%d] = { program.env[0..%d] };\n",
max_constantsF, max_constantsF - 2);

ie, declare one constant less.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list