Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | windows: Add new file to project file. | Karl Schultz | |
2010-03-10 | windows: fix compilation errors and warnings | Karl Schultz | |
2010-03-10 | windows: Quiet warning by not defining YY_NO_UNISTD_H. | Karl Schultz | |
2010-02-25 | glapi: Move src/mesa/main/dispatch.c to glapi and rename. | Chia-I Wu | |
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-11 | Turn off 64-bit portability problems detection. | Karl Schultz | |
2010-02-10 | Update Visual Studio Project files to compile the shader compiler and build ↵ | Karl Schultz | |
the prebuilt shader header files. | |||
2010-01-29 | windows: assorted build fixes | Brian Paul | |
These changes were originally submitted by Karl Schultz for Mesa 7.7-rc2 but weren't applied. (cherry picked from commit 82c76cd16f35f4d903f49761af7eb28a755ad299) | |||
2009-12-12 | Remove grammar module -- no dependencies left. | Michal Krol | |
2009-11-04 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/windows/gdi/mesa.def | |||
2009-11-03 | windows: updated VC8 project file | Karl Schultz | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul | |
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-26 | windows: added remap.[ch] to project files | Brian Paul | |
Untested. Other updates may be needed to reflect the current source files. | |||
2009-09-30 | mesa: rename texformat_tmp.h to texfetch_tmp.h | Brian Paul | |
2009-09-30 | mesa: move texel fetch/store into new texfetch.[ch] files | Brian Paul | |
2009-09-19 | mesa: remove s_imaging.c from build | Brian Paul | |
2009-09-19 | mesa: remove s_texstore.c from makefile/project files | Brian Paul | |
2009-07-27 | windows: updated VC8 project files | Karl Schultz | |
See bug 22882. | |||
2009-03-07 | mesa: move shared context state functions to new shared.c file | Brian Paul | |
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | |
A bit of refactoring with an eye toward ES2 and GL 3.1 | |||
2009-03-07 | swrast: rename s_buffers.c -> s_clear.c | Brian Paul | |
2009-01-21 | windows: fix output dir for glut project file | Thomas Henn | |
2009-01-21 | windows: another round of VC8 project file updates | Karl Schultz | |
New static configs generate DLLs that do not have a dependency on the MSCVR* DLL's. | |||
2009-01-21 | Revert "windows: new VC8 projects statically linked against libcmt" | Brian Paul | |
This reverts commit bbda892c551e7d3f2d94cc877cc6e80f8568fa99. Static configs rolled into regular project files (in next commit). Provided by Karl Schultz. | |||
2009-01-20 | windows: new VC8 projects statically linked against libcmt | Thomas Henn | |
2009-01-20 | windows: more VC8 project file updates | Karl Schultz | |
Make some compiler flags per-file. Remove driverfuncs.c from osmesa project. | |||
2009-01-19 | windows: updated VC8 project files | Thomas Henn | |
2009-01-15 | windows: updated VC8 project file | Karl Schultz | |
2009-01-14 | windows: remove reference to swizzle.c file | Brian Paul | |
2009-01-12 | windows: updated VC8 project files | Thomas Henn | |
2009-01-12 | windows: added new sources for 7.3 (may be more, needs testing) | Brian Paul | |
2008-12-15 | mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions | Brian Paul | |
The noise functions were not glsl-specific. Also, ran indent on the code to clean it up. | |||
2008-05-29 | added prog_uniform.[ch] | Karl Schultz | |
2008-05-29 | Assorted Windows fixes (Karl Schultz) | Brian Paul | |
2008-05-27 | dependency fixes (bug 13544) | Karl Schultz | |
2008-02-25 | Replace glut_fbc.c with glut_fcb.c (cb=callback) | Brian | |
2007-04-24 | new VC8 project files | Brian | |