scons: Unbreak mingw build.
[mesa.git] / Makefile
2011-08-27 Ian Romanickmesa: Remove support for BeOS
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-22 Paul Berryglsl: Add unit tests for lower_jumps.cpp
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Brian Paulmesa: remove depend files from tarballs
2011-07-14 José Fonsecamake: Fix program/lex.yy.c & friends generation.
2011-07-14 José FonsecaSquashed commit of the following:
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Brian Paulmesa: bump version to 7.12 (devel)
2011-06-23 Benjamin FranzkeAdd gbm (generic/graphics buffer manager)
2011-06-22 Thierry Vignaudmesa: add missing DRI Makefiles to tarball
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Brian Paulmesa: add include/c99/*.h files to tarballs
2011-06-08 Jeremy Huddlestonapple: Dead code removal
2011-06-07 Benjamin FranzkeAdd intel pci id lists
2011-06-06 Jeremy Huddlestonapple: Package applegl source into MesaLib tarball
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-31 Benjamin FranzkeFiuxp make tarballs for wayland-egl/drm
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Thierry Vignaudmesa: fix tarball creation
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-19 Brian PaulMakefile: add missing Scons files
2011-04-19 Thierry VignaudMakefile: add missing .cpp, .ll, .yy files
2011-04-17 Thierry VignaudFix mesa tarball creation again
2011-04-05 Ian Romanickmesa: Include GIT SHA1 in GL version string
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Ian RomanickGenerate lexer and parser files for tarball creation...
2011-03-01 Ian Romanickmesa: Fix some quirkiness of make tarballs
2011-03-01 Ian Romanickmesa: Remove nonexistent files from distribution list
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-28 Brian Paulmesa: omit VC8 project files from tarball
2011-01-28 Thierry VignaudFix missing files in Mesa tarballs.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Vinson Leemesa: bump version to 7.11
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-15 Julien CristauMakefile: don't include the same files twice in the...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-29 Marek OlšákMakefile: ensure Gallium's Makefile.xorg and SConscript...
2010-09-27 Ian Romanickdri: Ensure that DRI driver cpp files are in tarballs
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-18 Vinson Leemesa: bump version to 7.10
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 Chia-I WuAdd missing files to the tarball file lists.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-24 Brian Paulmesa: remove non-existant files from tarball list
2010-08-20 Eric AnholtRemove remnants of the old glsl compiler.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-06-11 Brian Paulmesa: rename src/mesa/shader/ to src/mesa/program/
2010-06-11 Brian Paulmesa: move shader/slang/* sources to main/slang/*
2010-06-09 Carl WorthMerge remote branch 'kwg/fixes'
2010-06-08 Jakob Bornecrantzglew: Drop glew now that we don't need it for the progs
2010-06-07 Kristian HøgsbergRemove last bits of progs/ infrastructure
2010-06-04 Brian Paulmesa: remove old references to demo files and progs...
2010-06-02 Carl Worthtest suite: Add expected output for every test.
2010-05-29 Carl WorthMerge branch 'take-2'
2010-05-27 Carl WorthImplement token pasting of integers.
2010-05-19 Carl WorthAdd a wrapper function around the lexer.
2010-05-14 Carl WorthProvide implementation for macro arguments containing...
2010-05-14 Carl WorthMakefile: Make "make test" depend on the main program.
2010-05-13 Carl WorthAdd support for the structure of function-like macros.
2010-05-12 Carl WorthConvert lexer to talloc and add xtalloc wrappers.
2010-05-12 Carl WorthFix defines involving both literals and other defined...
2010-05-10 Carl WorthAdd a very simple test for the pre-processor.
2010-05-10 Carl WorthMakefile: Enable debugging of parser.
2010-05-10 Carl WorthAdd hash table implementation from glsl2 project.
2010-05-10 Carl WorthAdd some compiler warnings and corresponding fixes.
2010-05-10 Carl WorthAdd the tiniest shell of a flex/bison-based parser.
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-22 Chia-I Wuprogs: Remove remaining EGL demos.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-08 Chia-I WuUpdate file list for the tarballs.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
next