linux-solo build

2004-06-25 Thread Jon Smirl
--- Erdi Chen <[EMAIL PROTECTED]> wrote: > This is my patch against Mesa CVS for Solo to load new interface > drivers. It should be compatible with driver binaries built for X. > I > used the linux-dri target to build my driver. The attached patch gets linux-solo building again. It is a blend of

Re: [S3TC ] compilation warnings in Mesa CVS

2004-06-25 Thread Roland Scheidegger
Dieter Nützel wrote: gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -Wall -O -march=athlon -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSI

[S3TC ] compilation warnings in Mesa CVS

2004-06-25 Thread Dieter Nützel
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -Wall -O -march=athlon -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D

Re: Moving forward with the TLS work

2004-06-25 Thread Dieter Nützel
Am Freitag, 25. Juni 2004 00:10 schrieb Ian Romanick: > Dieter Nützel wrote: > > Am Mittwoch, 23. Juni 2004 02:22 schrieb Ian Romanick: > >>This patch also still requires you to manually generate glapi_x86.S by > >>doing: > >> > >>cd src/mesa/glapi > >>python2 ./gl_x86_asm.py > ../x86/glapi_x86.S >