On Mar 11, 2014 7:36 PM, "Eric Anholt" <[email protected]> wrote: > > Wow, thanks Jordan! > > I took a brief look at Ken's MSVC megapatch, but it introduced a bunch > of codegen-time differences for windows, where I want platform > differentiation to be #ifdeffed in the generated code itself (think > about all of the users of libraries like this who just copy it into > their trees -- they won't want to replicate the codegen, and just copy > the codegenned files instead). > > I've been hoping to get to doing the MSVC codegen changes this week. >
I believe most of the windows specific code path can replace the original code generation. There is just a few catches that need addressed ( like proper use of dllimport and dllexport with msvc )
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
