summaryrefslogtreecommitdiffstats
path: root/windows/VC8
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '7.8'Brian Paul2010-03-231-2/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/state_trackers/glx/xlib/xm_api.c src/mesa/drivers/dri/intel/intel_blit.c src/mesa/drivers/dri/intel/intel_pixel_copy.c src/mesa/main/version.h
| * Fix potential compilation issue in visual studio project fileKarl Schultz2010-03-221-2/+2
| | | | | | | | | | Add quotes around filespec in post-build event to allow paths with embedded spaces.
* | windows: Add new file to project file.Karl Schultz2010-03-111-0/+4
|/
* windows: fix compilation errors and warningsKarl Schultz2010-03-102-0/+47
|
* windows: Quiet warning by not defining YY_NO_UNISTD_H.Karl Schultz2010-03-101-32/+32
|
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-251-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.
* Turn off 64-bit portability problems detection.Karl Schultz2010-02-111-2/+2
|
* Update Visual Studio Project files to compile the shader compiler and build ↵Karl Schultz2010-02-103-29/+795
| | | | the prebuilt shader header files.
* windows: assorted build fixesBrian Paul2010-01-292-2/+18
| | | | | | | These changes were originally submitted by Karl Schultz for Mesa 7.7-rc2 but weren't applied. (cherry picked from commit 82c76cd16f35f4d903f49761af7eb28a755ad299)
* Remove grammar module -- no dependencies left.Michal Krol2009-12-121-24/+4
|
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-99/+103
|\ | | | | | | | | | | Conflicts: src/mesa/drivers/windows/gdi/mesa.def
| * windows: updated VC8 project fileKarl Schultz2009-11-031-99/+103
| | | | | | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-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
| * | mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul2009-09-301-1/+1
| | |
| * | mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul2009-09-301-0/+8
| | |
* | | windows: added remap.[ch] to project filesBrian Paul2009-10-261-0/+8
|/ / | | | | | | Untested. Other updates may be needed to reflect the current source files.
* | mesa: remove s_imaging.c from buildBrian Paul2009-09-191-4/+0
| |
* | mesa: remove s_texstore.c from makefile/project filesBrian Paul2009-09-191-4/+0
|/
* windows: updated VC8 project filesKarl Schultz2009-07-272-16/+40
| | | | See bug 22882.
* mesa: move shared context state functions to new shared.c fileBrian Paul2009-03-071-0/+8
|
* mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul2009-03-071-0/+8
| | | | A bit of refactoring with an eye toward ES2 and GL 3.1
* swrast: rename s_buffers.c -> s_clear.cBrian Paul2009-03-071-1/+1
|
* windows: fix output dir for glut project fileThomas Henn2009-01-211-4/+4
|
* windows: another round of VC8 project file updatesKarl Schultz2009-01-218-134/+1211
| | | | | New static configs generate DLLs that do not have a dependency on the MSCVR* DLL's.
* Revert "windows: new VC8 projects statically linked against libcmt"Brian Paul2009-01-2110-7580/+0
| | | | | | | This reverts commit bbda892c551e7d3f2d94cc877cc6e80f8568fa99. Static configs rolled into regular project files (in next commit). Provided by Karl Schultz.
* windows: new VC8 projects statically linked against libcmtThomas Henn2009-01-2010-0/+7580
|
* windows: more VC8 project file updatesKarl Schultz2009-01-202-143/+11
| | | | | Make some compiler flags per-file. Remove driverfuncs.c from osmesa project.
* windows: updated VC8 project filesThomas Henn2009-01-195-46/+34
|
* windows: updated VC8 project fileKarl Schultz2009-01-151-1/+18
|
* windows: remove reference to swizzle.c fileBrian Paul2009-01-141-4/+0
|
* windows: updated VC8 project filesThomas Henn2009-01-122-7/+99
|
* windows: added new sources for 7.3 (may be more, needs testing)Brian Paul2009-01-121-0/+40
|
* mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul2008-12-151-8/+8
| | | | | The noise functions were not glsl-specific. Also, ran indent on the code to clean it up.
* added prog_uniform.[ch]Karl Schultz2008-05-291-0/+8
|
* Assorted Windows fixes (Karl Schultz)Brian Paul2008-05-292-8/+12
|
* dependency fixes (bug 13544)Karl Schultz2008-05-271-0/+3
|
* Replace glut_fbc.c with glut_fcb.c (cb=callback)Brian2008-02-251-1/+1
|
* new VC8 project filesBrian2007-04-248-0/+4037