>I think it is actually faster and safer to you to do these changes by
>editing instead of copying my files.

Okay. Thanks for the info.

>Regarding the NASM issue I don't think that manual translation
>is a good idea. You would get into trouble when the sources
>are updated for what ever reason.

Yeah, known problem. The only way around that I can think of would be to ship
the .obj file for that specific entity. Second choice would be your suggestion
of the "NASM ready" file, along with NASM. Oh, question, I haven't looked
recently but how large is NASM, how much would it add to the size of the d/l?

>in Makefile.fx I have changed the function style parameter
>from /Gz to /Gd (/Gd is the compiler default btw?)
>This solved problems with quicksort etc.

The probably actual problem is that compar_func() wasn't coded with a CDECL
call signature. /Gz ("__stdcall" calling convention) *can* be notionally
faster, so unless there's some other reason for switching to /Gd I'm going
leave it at that.

>in api1.c api2.c apiext.c there were couple of functions
>with APIENTRY in their definition. I have changed these
>to use GLAPIENTRY as all the other functions.

apiext.c should have required it also, but maybe that's not being built by the
fxmesa files (yet).

Thanks for the info, integrated in my set of files now.

-Ted


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to