summaryrefslogtreecommitdiff
path: root/windows/VC7/mesa/mesa/mesa.vcproj
AgeCommit message (Collapse)Author
2010-02-25glapi: 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.
2009-12-12Remove grammar module -- no dependencies left.Michal Krol
2009-10-28Merge 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-26windows: added remap.[ch] to project filesBrian Paul
Untested. Other updates may be needed to reflect the current source files.
2009-09-30mesa: rename texformat_tmp.h to texfetch_tmp.hBrian Paul
2009-09-30mesa: move texel fetch/store into new texfetch.[ch] filesBrian Paul
2009-09-19mesa: remove s_imaging.c from buildBrian Paul
2009-09-19mesa: remove s_texstore.c from makefile/project filesBrian Paul
2008-12-15mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functionsBrian Paul
The noise functions were not glsl-specific. Also, ran indent on the code to clean it up.
2008-05-29undo prev change to this VC7 project fileBrian Paul
Meant to update the VC8 project file.
2008-05-29Assorted Windows fixes (Karl Schultz)Brian Paul
2007-09-05updated VC7 project filesChristoph Kubisch
2007-06-28remove t_save_api.c and some other obsolete files, may be moreBrian
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
mipmap.c file.
2006-07-21added arrayobj.[ch] filesBrian Paul
2006-05-19added rbadaptors.[ch] filesBrian Paul
2006-03-29Add newest source code files to project.Karl Schultz
2006-03-01added s_blit.cBrian Paul
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
done with fragment programs nowadays.
2005-11-19removed arbfragparse.[ch] arbvertparse.[ch]Brian Paul
2005-11-16added depthstencil.[ch]Brian Paul
2005-10-19updated for new mm.c, execmem.c filesBrian Paul
2005-09-15replace s_texture.[ch] with s_texcombine.[ch] and s_texfilter.[ch]Brian Paul
2005-07-01VC7 project file for core mesa libKarl Schultz