summaryrefslogtreecommitdiff
path: root/windows/VC8/mesa/mesa/mesa.vcproj
AgeCommit message (Collapse)AuthorFilesLines
2011-04-23docs: Remove MSVS project files.José Fonseca1-2434/+0
They were totally broken for several releases. scons now builds everything the project files built and more, and can be kept up-to-date with little effort.
2010-03-11windows: Add new file to project file.Karl Schultz1-0/+4
2010-03-10windows: Quiet warning by not defining YY_NO_UNISTD_H.Karl Schultz1-32/+32
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu1-4/+4
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
2010-02-10Update Visual Studio Project files to compile the shader compiler and build ↵Karl Schultz1-28/+476
the prebuilt shader header files.
2010-01-29windows: assorted build fixesBrian Paul1-2/+10
These changes were originally submitted by Karl Schultz for Mesa 7.7-rc2 but weren't applied. (cherry picked from commit 82c76cd16f35f4d903f49761af7eb28a755ad299)
2009-12-12Remove grammar module -- no dependencies left.Michal Krol1-24/+4
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul1-99/+103
Conflicts: src/mesa/drivers/windows/gdi/mesa.def
2009-11-03windows: updated VC8 project fileKarl Schultz1-99/+103
Signed-off-by: Brian Paul <brianp@vmware.com>
2009-10-28Merge branch 'texformat-rework'Brian Paul1-1/+9
Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c
2009-10-26windows: added remap.[ch] to project filesBrian Paul1-0/+8
Untested. Other updates may be needed to reflect the current source files.
2009-09-30mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul1-1/+1
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul1-0/+8
2009-09-19mesa: remove s_imaging.c from buildBrian Paul1-4/+0
2009-09-19mesa: remove s_texstore.c from makefile/project filesBrian Paul1-4/+0
2009-07-27windows: updated VC8 project filesKarl Schultz1-16/+36
See bug 22882.
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul1-0/+8
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-0/+8
A bit of refactoring with an eye toward ES2 and GL 3.1
2009-03-07swrast: rename s_buffers.c -> s_clear.cBrian Paul1-1/+1
2009-01-21windows: another round of VC8 project file updatesKarl Schultz1-17/+195
New static configs generate DLLs that do not have a dependency on the MSCVR* DLL's.
2009-01-20windows: more VC8 project file updatesKarl Schultz1-133/+2
Make some compiler flags per-file. Remove driverfuncs.c from osmesa project.
2009-01-15windows: updated VC8 project fileKarl Schultz1-1/+18
2009-01-14windows: remove reference to swizzle.c fileBrian Paul1-4/+0
2009-01-12windows: updated VC8 project filesThomas Henn1-6/+91
2009-01-12windows: added new sources for 7.3 (may be more, needs testing)Brian Paul1-0/+40
2008-12-15mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul1-8/+8
The noise functions were not glsl-specific. Also, ran indent on the code to clean it up.
2008-05-29added prog_uniform.[ch]Karl Schultz1-0/+8
2007-04-24new VC8 project filesBrian1-0/+1753