Subversion Repositories shark

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1685 5902d 20h fabio /shark/branches/xen/ Add support for compiling applications.

Add a somewhat backward compatible build system for applications, and
reconnect some ports used by the supported demos to the compilation.
 
/shark/branches/xen/Rules.mk
/shark/branches/xen/mk
/shark/branches/xen/mk/App.mk
/shark/branches/xen/ports/mesa/src/array_cache/Makefile
/shark/branches/xen/ports/mesa/src/math/Makefile
/shark/branches/xen/ports/mesa/src/osmesa/Makefile
/shark/branches/xen/ports/mesa/src/swrast/Makefile
/shark/branches/xen/ports/mesa/src/swrastst/Makefile
/shark/branches/xen/ports/mesa/src/tnl/Makefile
/shark/branches/xen/ports/mesa/src/x86/Makefile
/shark/branches/xen/Makefile
/shark/branches/xen/arch/x86/Makefile
/shark/branches/xen/drivers/pci6025e/Makefile
/shark/branches/xen/kernel/Makefile
/shark/branches/xen/kernel/mem/Makefile
/shark/branches/xen/libc/arch/x86/Makefile
/shark/branches/xen/libc/arch/x86/libm/machine/Makefile
/shark/branches/xen/libc/arch/x86/libm/msun/i387/Makefile
/shark/branches/xen/libc/arch/x86/libm/msun/src/Makefile
/shark/branches/xen/libc/arch/x86/stdlib/Makefile
/shark/branches/xen/libc/libio/Makefile
/shark/branches/xen/libc/utsname/Makefile
/shark/branches/xen/ports/Makefile
/shark/branches/xen/ports/mesa/Makefile
/shark/branches/xen/ports/mesa/src-glu/Makefile
/shark/branches/xen/ports/mesa/src-glut.dos/Makefile
/shark/branches/xen/ports/mesa/src/Makefile
/shark/branches/xen/ports/servo/Makefile
/shark/branches/xen/ports/tftp/Makefile
1681 5936d 01h fabio /shark/branches/xen/ Redesign the build system.

Switch to a non-recursive easy to configure build system, with a topdir
makefile that collects information on the targets to build from the subdirs
and generates the needed targets and commands. The ports and demos are
still not connected to the build. The new build system is documented
in the main makefile.
 
/shark/branches/xen/Makefile
/shark/branches/xen/drivers/Makefile
/shark/branches/xen/drivers/block/Makefile
/shark/branches/xen/drivers/block/clook/Makefile
/shark/branches/xen/drivers/block/edf/Makefile
/shark/branches/xen/drivers/block/fcfs/Makefile
/shark/branches/xen/drivers/block/look/Makefile
/shark/branches/xen/drivers/block/pscan/Makefile
/shark/branches/xen/drivers/block/sstf/Makefile
/shark/branches/xen/drivers/bttv/Makefile
/shark/branches/xen/drivers/cm7326/Makefile
/shark/branches/xen/drivers/cons/Makefile
/shark/branches/xen/drivers/cpu/Makefile
/shark/branches/xen/drivers/cpu/cpufreq/Makefile
/shark/branches/xen/drivers/cpu/shark/Makefile
/shark/branches/xen/drivers/fb/Makefile
/shark/branches/xen/drivers/fb/matrox/Makefile
/shark/branches/xen/drivers/fb/riva/Makefile
/shark/branches/xen/drivers/grx/Makefile
/shark/branches/xen/drivers/grx/drawfun/Makefile
/shark/branches/xen/drivers/grx/drivers/Makefile
/shark/branches/xen/drivers/i2c/Makefile
/shark/branches/xen/drivers/i2c/algos/Makefile
/shark/branches/xen/drivers/input/Makefile
/shark/branches/xen/drivers/input/gameport/Makefile
/shark/branches/xen/drivers/input/handler/Makefile
/shark/branches/xen/drivers/input/joystick/Makefile
/shark/branches/xen/drivers/input/keyboard/Makefile
/shark/branches/xen/drivers/input/misc/Makefile
/shark/branches/xen/drivers/input/mouse/Makefile
/shark/branches/xen/drivers/input/serio/Makefile
/shark/branches/xen/drivers/input/shark/Makefile
/shark/branches/xen/drivers/linuxc26/Makefile
/shark/branches/xen/drivers/net/Makefile
/shark/branches/xen/drivers/oldchar/Makefile
/shark/branches/xen/drivers/oldsnd/Makefile
/shark/branches/xen/drivers/parport/Makefile
/shark/branches/xen/drivers/pci/Makefile
/shark/branches/xen/drivers/pci6025e/Makefile
/shark/branches/xen/drivers/pci6025e/adc/Makefile
/shark/branches/xen/drivers/pci6025e/dac/Makefile
/shark/branches/xen/drivers/pci6025e/dio_ppi/Makefile
/shark/branches/xen/drivers/pci6025e/tim/Makefile
/shark/branches/xen/drivers/pcl812/Makefile
/shark/branches/xen/drivers/pcl833/Makefile
/shark/branches/xen/drivers/serial/Makefile
/shark/branches/xen/drivers/usb/Makefile
/shark/branches/xen/drivers/usb/core/Makefile
/shark/branches/xen/drivers/usb/host/Makefile
/shark/branches/xen/drivers/usb/input/Makefile
/shark/branches/xen/drivers/usb/media/Makefile
/shark/branches/xen/drivers/usb/serial/Makefile
/shark/branches/xen/drivers/usb/shark_glue/Makefile
/shark/branches/xen/fs/Makefile
/shark/branches/xen/fs/msdos/Makefile
/shark/branches/xen/kernel/Makefile
/shark/branches/xen/kernel/mem/Makefile
/shark/branches/xen/lib/Makefile
/shark/branches/xen/libc/Makefile
/shark/branches/xen/libc/arch/x86/Makefile
/shark/branches/xen/libc/arch/x86/ioformat/Makefile
/shark/branches/xen/libc/arch/x86/libm/Makefile
/shark/branches/xen/libc/arch/x86/libm/machine/Makefile
/shark/branches/xen/libc/arch/x86/libm/msun/Makefile
/shark/branches/xen/libc/arch/x86/libm/msun/i387/Makefile
/shark/branches/xen/libc/arch/x86/stdlib/Makefile
/shark/branches/xen/libc/arch/x86/string/Makefile
/shark/branches/xen/libc/assert/Makefile
/shark/branches/xen/libc/ctype/Makefile
/shark/branches/xen/libc/getopt/Makefile
/shark/branches/xen/libc/libio/Makefile
/shark/branches/xen/libc/quad/Makefile
/shark/branches/xen/libc/quad/old/Makefile
/shark/branches/xen/libc/stdio/Makefile
/shark/branches/xen/libc/stdlib/Makefile
/shark/branches/xen/libc/string/Makefile
/shark/branches/xen/libc/unistd/Makefile
/shark/branches/xen/libc/utsname/Makefile
/shark/branches/xen/modules/Makefile
/shark/branches/xen/modules/bd_edf/Makefile
/shark/branches/xen/modules/bd_pscan/Makefile
/shark/branches/xen/modules/cabs/Makefile
/shark/branches/xen/modules/cbs/Makefile
/shark/branches/xen/modules/ds/Makefile
/shark/branches/xen/modules/dummy/Makefile
/shark/branches/xen/modules/edf/Makefile
/shark/branches/xen/modules/elastic/Makefile
/shark/branches/xen/modules/hardcbs/Makefile
/shark/branches/xen/modules/hartport/Makefile
/shark/branches/xen/modules/intdrive/Makefile
/shark/branches/xen/modules/nop/Makefile
/shark/branches/xen/modules/nopm/Makefile
/shark/branches/xen/modules/npp/Makefile
/shark/branches/xen/modules/pc/Makefile
/shark/branches/xen/modules/pi/Makefile
/shark/branches/xen/modules/posix/Makefile
/shark/branches/xen/modules/ps/Makefile
/shark/branches/xen/modules/rm/Makefile
/shark/branches/xen/modules/rr/Makefile
/shark/branches/xen/modules/rr2/Makefile
/shark/branches/xen/modules/rrsoft/Makefile
/shark/branches/xen/modules/sem/Makefile
/shark/branches/xen/modules/srp/Makefile
/shark/branches/xen/modules/ss/Makefile
/shark/branches/xen/modules/tbs/Makefile
/shark/branches/xen/oslib/Makefile
/shark/branches/xen/oslib/docs/Makefile
/shark/branches/xen/oslib/examples/Makefile
/shark/branches/xen/oslib/kl/Makefile
/shark/branches/xen/oslib/lib/Makefile
/shark/branches/xen/oslib/libcons/Makefile
/shark/branches/xen/oslib/xlib/Makefile
/shark/branches/xen/ports/Makefile
/shark/branches/xen/ports/didma/Makefile
/shark/branches/xen/ports/dynalink/Makefile
/shark/branches/xen/ports/fftw/Makefile
/shark/branches/xen/ports/fftw/faq/Makefile
/shark/branches/xen/ports/fftw/fftw/Makefile
/shark/branches/xen/ports/fftw/rfftw/Makefile
/shark/branches/xen/ports/first/Makefile
/shark/branches/xen/ports/first/fsf_include/tests/Makefile
/shark/branches/xen/ports/first/fsf_include/tests/fsf_jitter_test/Makefile
/shark/branches/xen/ports/first/fsf_include/tests/fsf_negotiation_test/Makefile
/shark/branches/xen/ports/first/fsf_include/tests/shark_glue/Makefile
/shark/branches/xen/ports/first/fsf_include/tests/synch_obj_test/Makefile
/shark/branches/xen/ports/mesa/Makefile
/shark/branches/xen/ports/mesa/src-glu/Makefile
/shark/branches/xen/ports/mesa/src-glut.dos/Makefile
/shark/branches/xen/ports/mesa/src/Makefile
/shark/branches/xen/ports/servo/Makefile
/shark/branches/xen/ports/snapshot/Makefile
/shark/branches/xen/ports/tftp/Makefile
/shark/branches/xen/ports/zlib/Makefile
/shark/branches/xen/tracer/Makefile
/shark/branches/xen/tracer/newtrace/Makefile
/shark/branches/xen/tracer/oldtrace/Makefile
/shark/branches/xen/drivers/block/makefile
/shark/branches/xen/drivers/bttv/makefile
/shark/branches/xen/drivers/cm7326/makefile
/shark/branches/xen/drivers/cons/makefile
/shark/branches/xen/drivers/cpu/makefile
/shark/branches/xen/drivers/fb/makefile
/shark/branches/xen/drivers/grx/makefile
/shark/branches/xen/drivers/i2c/makefile
/shark/branches/xen/drivers/input/makefile
/shark/branches/xen/drivers/linuxc26/makefile
/shark/branches/xen/drivers/makefile
/shark/branches/xen/drivers/net/makefile
/shark/branches/xen/drivers/oldchar/makefile
/shark/branches/xen/drivers/oldsnd/makefile
/shark/branches/xen/drivers/parport/makefile
/shark/branches/xen/drivers/pci/makefile
/shark/branches/xen/drivers/pci6025e/makefile
/shark/branches/xen/drivers/pcl812/makefile
/shark/branches/xen/drivers/pcl833/makefile
/shark/branches/xen/drivers/serial/makefile
/shark/branches/xen/drivers/usb/makefile
/shark/branches/xen/fs/makefile
/shark/branches/xen/fs/msdos/makefile
/shark/branches/xen/kernel/makefile
/shark/branches/xen/kernel/mem/makefile
/shark/branches/xen/lib/makefile
/shark/branches/xen/libc/arch/x86/libm/makefile
/shark/branches/xen/libc/arch/x86/makefile
/shark/branches/xen/libc/assert/makefile
/shark/branches/xen/libc/ctype/makefile
/shark/branches/xen/libc/getopt/makefile
/shark/branches/xen/libc/libio/makefile
/shark/branches/xen/libc/makefile
/shark/branches/xen/libc/quad/makefile
/shark/branches/xen/libc/quad/old/makefile
/shark/branches/xen/libc/stdio/makefile
/shark/branches/xen/libc/stdlib/makefile
/shark/branches/xen/libc/string/makefile
/shark/branches/xen/libc/unistd/makefile
/shark/branches/xen/libc/utsname/makefile
/shark/branches/xen/makefile
/shark/branches/xen/modules/bd_edf/subdir.mk
/shark/branches/xen/modules/bd_pscan/subdir.mk
/shark/branches/xen/modules/cabs/subdir.mk
/shark/branches/xen/modules/cbs/subdir.mk
/shark/branches/xen/modules/ds/subdir.mk
/shark/branches/xen/modules/dummy/subdir.mk
/shark/branches/xen/modules/edf/subdir.mk
/shark/branches/xen/modules/elastic/subdir.mk
/shark/branches/xen/modules/hardcbs/subdir.mk
/shark/branches/xen/modules/hartport/subdir.mk
/shark/branches/xen/modules/intdrive/subdir.mk
/shark/branches/xen/modules/makefile
/shark/branches/xen/modules/nop/subdir.mk
/shark/branches/xen/modules/nopm/subdir.mk
/shark/branches/xen/modules/npp/subdir.mk
/shark/branches/xen/modules/pc/subdir.mk
/shark/branches/xen/modules/pi/subdir.mk
/shark/branches/xen/modules/posix/subdir.mk
/shark/branches/xen/modules/ps/subdir.mk
/shark/branches/xen/modules/rm/subdir.mk
/shark/branches/xen/modules/rr/subdir.mk
/shark/branches/xen/modules/rr2/subdir.mk
/shark/branches/xen/modules/rrsoft/subdir.mk
/shark/branches/xen/modules/sem/subdir.mk
/shark/branches/xen/modules/srp/subdir.mk
/shark/branches/xen/modules/ss/subdir.mk
/shark/branches/xen/modules/tbs/subdir.mk
/shark/branches/xen/oslib/docs/makefile
/shark/branches/xen/oslib/examples/makefile
/shark/branches/xen/oslib/kl/makefile
/shark/branches/xen/oslib/lib/makefile
/shark/branches/xen/oslib/libcons/makefile
/shark/branches/xen/oslib/makefile
/shark/branches/xen/oslib/xlib/makefile
/shark/branches/xen/ports/didma/makefile
/shark/branches/xen/ports/dynalink/makefile
/shark/branches/xen/ports/fftw/faq/makefile
/shark/branches/xen/ports/fftw/fftw/makefile
/shark/branches/xen/ports/fftw/makefile
/shark/branches/xen/ports/fftw/rfftw/makefile
/shark/branches/xen/ports/first/fsf_include/tests/fsf_jitter_test/makefile
/shark/branches/xen/ports/first/fsf_include/tests/fsf_negotiation_test/makefile
/shark/branches/xen/ports/first/fsf_include/tests/makefile
/shark/branches/xen/ports/first/fsf_include/tests/shark_glue/makefile
/shark/branches/xen/ports/first/fsf_include/tests/synch_obj_test/makefile
/shark/branches/xen/ports/first/makefile
/shark/branches/xen/ports/makefile
/shark/branches/xen/ports/mesa/makefile
/shark/branches/xen/ports/mesa/src-glu/makefile
/shark/branches/xen/ports/mesa/src-glut.dos/makefile
/shark/branches/xen/ports/mesa/src/makefile
/shark/branches/xen/ports/servo/makefile
/shark/branches/xen/ports/snapshot/makefile
/shark/branches/xen/ports/tftp/makefile
/shark/branches/xen/ports/zlib/makefile
/shark/branches/xen/tracer/makefile
/shark/branches/xen/oslib/ll/i386/hw-data.h
/shark/branches/xen/oslib/ll/i386/x-bios.h
/shark/branches/xen/shark.cfg
1618 5966d 20h fabio /shark/branches/xen/ Started a new xen/ branch.

The plan is to support xen (without HVM) as an execution platform, and,
in the process, to decouple the generic kernel from the OSLib, trying to
make it easier to port Shark to new architectures.
 
/shark/branches/xen
55 7729d 09h pj /shark/trunk/ports/mesa/ - mesa 5.0 import part I  
/shark/trunk/ports/mesa
/shark/trunk/ports/mesa/include
/shark/trunk/ports/mesa/include/GL
/shark/trunk/ports/mesa/include/GL/amesa.h
/shark/trunk/ports/mesa/include/GL/dmesa.h
/shark/trunk/ports/mesa/include/GL/fxmesa.h
/shark/trunk/ports/mesa/include/GL/ggimesa.h
/shark/trunk/ports/mesa/include/GL/gl.h
/shark/trunk/ports/mesa/include/GL/gl_mangle.h
/shark/trunk/ports/mesa/include/GL/glext.h
/shark/trunk/ports/mesa/include/GL/glu.h
/shark/trunk/ports/mesa/include/GL/glu_mangle.h
/shark/trunk/ports/mesa/include/GL/glut.h
/shark/trunk/ports/mesa/include/GL/glutf90.h
/shark/trunk/ports/mesa/include/GL/glx.h
/shark/trunk/ports/mesa/include/GL/glx_mangle.h
/shark/trunk/ports/mesa/include/GL/glxext.h
/shark/trunk/ports/mesa/include/GL/internal
/shark/trunk/ports/mesa/include/GL/internal/glcore.h
/shark/trunk/ports/mesa/include/GL/mesa_wgl.h
/shark/trunk/ports/mesa/include/GL/mglmesa.h
/shark/trunk/ports/mesa/include/GL/osmesa.h
/shark/trunk/ports/mesa/include/GL/svgamesa.h
/shark/trunk/ports/mesa/include/GL/uglglutshapes.h
/shark/trunk/ports/mesa/include/GL/uglmesa.h
/shark/trunk/ports/mesa/include/GL/vms_x_fix.h
/shark/trunk/ports/mesa/include/GL/wmesa.h
/shark/trunk/ports/mesa/include/GL/xmesa.h
/shark/trunk/ports/mesa/include/GL/xmesa_x.h
/shark/trunk/ports/mesa/include/GL/xmesa_xf86.h
/shark/trunk/ports/mesa/include/GLView.h
/shark/trunk/ports/mesa/makefile
/shark/trunk/ports/mesa/readme
/shark/trunk/ports/mesa/src
/shark/trunk/ports/mesa/src-glu
/shark/trunk/ports/mesa/src-glu/all.h
/shark/trunk/ports/mesa/src-glu/glu.c
/shark/trunk/ports/mesa/src-glu/gluP.h
/shark/trunk/ports/mesa/src-glu/mipmap.c
/shark/trunk/ports/mesa/src-glu/nurbs.c
/shark/trunk/ports/mesa/src-glu/nurbs.h
/shark/trunk/ports/mesa/src-glu/nurbscrv.c
/shark/trunk/ports/mesa/src-glu/nurbssrf.c
/shark/trunk/ports/mesa/src-glu/nurbsutl.c
/shark/trunk/ports/mesa/src-glu/polytest.c
/shark/trunk/ports/mesa/src-glu/project.c
/shark/trunk/ports/mesa/src-glu/quadric.c
/shark/trunk/ports/mesa/src-glu/tess.c
/shark/trunk/ports/mesa/src-glu/tess.h
/shark/trunk/ports/mesa/src-glu/tesselat.c
/shark/trunk/ports/mesa/src-glut.dos
/shark/trunk/ports/mesa/src-glut.dos/bitmap.c
/shark/trunk/ports/mesa/src-glut.dos/callback.c
/shark/trunk/ports/mesa/src-glut.dos/color.c
/shark/trunk/ports/mesa/src-glut.dos/globals.c
/shark/trunk/ports/mesa/src-glut.dos/glutbitmap.h
/shark/trunk/ports/mesa/src-glut.dos/init.c
/shark/trunk/ports/mesa/src-glut.dos/internal.h
/shark/trunk/ports/mesa/src-glut.dos/menu.c
/shark/trunk/ports/mesa/src-glut.dos/models.c
/shark/trunk/ports/mesa/src-glut.dos/overlay.c
/shark/trunk/ports/mesa/src-glut.dos/state.c
/shark/trunk/ports/mesa/src-glut.dos/teapot.c
/shark/trunk/ports/mesa/src-glut.dos/window.c
/shark/trunk/ports/mesa/src/accum.c
/shark/trunk/ports/mesa/src/accum.h
/shark/trunk/ports/mesa/src/api_arrayelt.c
/shark/trunk/ports/mesa/src/api_arrayelt.h
/shark/trunk/ports/mesa/src/api_eval.c
/shark/trunk/ports/mesa/src/api_eval.h
/shark/trunk/ports/mesa/src/api_loopback.c
/shark/trunk/ports/mesa/src/api_loopback.h
/shark/trunk/ports/mesa/src/api_noop.c
/shark/trunk/ports/mesa/src/api_noop.h
/shark/trunk/ports/mesa/src/api_validate.c
/shark/trunk/ports/mesa/src/api_validate.h
/shark/trunk/ports/mesa/src/attrib.c
/shark/trunk/ports/mesa/src/attrib.h
/shark/trunk/ports/mesa/src/blend.c
/shark/trunk/ports/mesa/src/blend.h
/shark/trunk/ports/mesa/src/buffers.c
/shark/trunk/ports/mesa/src/buffers.h
/shark/trunk/ports/mesa/src/clip.c
/shark/trunk/ports/mesa/src/clip.h
/shark/trunk/ports/mesa/src/colormac.h
/shark/trunk/ports/mesa/src/colortab.c
/shark/trunk/ports/mesa/src/colortab.h
/shark/trunk/ports/mesa/src/config.h
/shark/trunk/ports/mesa/src/context.c
/shark/trunk/ports/mesa/src/context.h
/shark/trunk/ports/mesa/src/convolve.c
/shark/trunk/ports/mesa/src/convolve.h
/shark/trunk/ports/mesa/src/dd.h
/shark/trunk/ports/mesa/src/debug.c
/shark/trunk/ports/mesa/src/debug.h
/shark/trunk/ports/mesa/src/depth.c
/shark/trunk/ports/mesa/src/depth.h
/shark/trunk/ports/mesa/src/dispatch.c
/shark/trunk/ports/mesa/src/dlist.c
/shark/trunk/ports/mesa/src/dlist.h
/shark/trunk/ports/mesa/src/drawpix.c
/shark/trunk/ports/mesa/src/drawpix.h
/shark/trunk/ports/mesa/src/enable.c
/shark/trunk/ports/mesa/src/enable.h
/shark/trunk/ports/mesa/src/enums.c
/shark/trunk/ports/mesa/src/enums.h
/shark/trunk/ports/mesa/src/eval.c
/shark/trunk/ports/mesa/src/eval.h
/shark/trunk/ports/mesa/src/extensions.c
/shark/trunk/ports/mesa/src/extensions.h
/shark/trunk/ports/mesa/src/feedback.c
/shark/trunk/ports/mesa/src/feedback.h
/shark/trunk/ports/mesa/src/fog.c
/shark/trunk/ports/mesa/src/fog.h
/shark/trunk/ports/mesa/src/get.c
/shark/trunk/ports/mesa/src/get.h
/shark/trunk/ports/mesa/src/glapi.c
/shark/trunk/ports/mesa/src/glapi.h
/shark/trunk/ports/mesa/src/glapioffsets.h
/shark/trunk/ports/mesa/src/glapitable.h
/shark/trunk/ports/mesa/src/glapitemp.h
/shark/trunk/ports/mesa/src/glheader.h
/shark/trunk/ports/mesa/src/glprocs.h
/shark/trunk/ports/mesa/src/glthread.c
/shark/trunk/ports/mesa/src/glthread.h
/shark/trunk/ports/mesa/src/hash.c
/shark/trunk/ports/mesa/src/hash.h
/shark/trunk/ports/mesa/src/hint.c
/shark/trunk/ports/mesa/src/hint.h
/shark/trunk/ports/mesa/src/histogram.c
/shark/trunk/ports/mesa/src/histogram.h
/shark/trunk/ports/mesa/src/image.c
/shark/trunk/ports/mesa/src/image.h
/shark/trunk/ports/mesa/src/imports.c
/shark/trunk/ports/mesa/src/imports.h
/shark/trunk/ports/mesa/src/light.c
/shark/trunk/ports/mesa/src/light.h
/shark/trunk/ports/mesa/src/lines.c
/shark/trunk/ports/mesa/src/lines.h
/shark/trunk/ports/mesa/src/macros.h
/shark/trunk/ports/mesa/src/matrix.c
/shark/trunk/ports/mesa/src/matrix.h
/shark/trunk/ports/mesa/src/mmath.c
/shark/trunk/ports/mesa/src/mmath.h
/shark/trunk/ports/mesa/src/mtypes.h
/shark/trunk/ports/mesa/src/pixel.c
/shark/trunk/ports/mesa/src/pixel.h
/shark/trunk/ports/mesa/src/points.c
/shark/trunk/ports/mesa/src/points.h
/shark/trunk/ports/mesa/src/polygon.c
/shark/trunk/ports/mesa/src/polygon.h
/shark/trunk/ports/mesa/src/rastpos.c
/shark/trunk/ports/mesa/src/rastpos.h
/shark/trunk/ports/mesa/src/simple_list.h
/shark/trunk/ports/mesa/src/state.c
/shark/trunk/ports/mesa/src/state.h
/shark/trunk/ports/mesa/src/stencil.c
/shark/trunk/ports/mesa/src/stencil.h
/shark/trunk/ports/mesa/src/texcompress.c
/shark/trunk/ports/mesa/src/texcompress.h
/shark/trunk/ports/mesa/src/texformat.c
/shark/trunk/ports/mesa/src/texformat.h
/shark/trunk/ports/mesa/src/texformat_tmp.h
/shark/trunk/ports/mesa/src/teximage.c
/shark/trunk/ports/mesa/src/teximage.h
/shark/trunk/ports/mesa/src/texobj.c
/shark/trunk/ports/mesa/src/texobj.h
/shark/trunk/ports/mesa/src/texstate.c
/shark/trunk/ports/mesa/src/texstate.h
/shark/trunk/ports/mesa/src/texstore.c
/shark/trunk/ports/mesa/src/texstore.h
/shark/trunk/ports/mesa/src/texutil.c
/shark/trunk/ports/mesa/src/texutil.h
/shark/trunk/ports/mesa/src/texutil_tmp.h
/shark/trunk/ports/mesa/src/varray.c
/shark/trunk/ports/mesa/src/varray.h
/shark/trunk/ports/mesa/src/vpexec.c
/shark/trunk/ports/mesa/src/vpexec.h
/shark/trunk/ports/mesa/src/vpparse.c
/shark/trunk/ports/mesa/src/vpparse.h
/shark/trunk/ports/mesa/src/vpstate.c
/shark/trunk/ports/mesa/src/vpstate.h
/shark/trunk/ports/mesa/src/vsnprintf.c
/shark/trunk/ports/mesa/src/vtxfmt.c
/shark/trunk/ports/mesa/src/vtxfmt.h
/shark/trunk/ports/mesa/src/vtxfmt_tmp.h