Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Remove MSVS project files. | José Fonseca | 2011-04-23 | 5 | -2384/+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. | ||||
* | glapi: Move src/mesa/main/dispatch.c to glapi and rename. | Chia-I Wu | 2010-02-25 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Remove grammar module -- no dependencies left. | Michal Krol | 2009-12-12 | 1 | -41/+2 |
| | |||||
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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.h | Brian Paul | 2009-09-30 | 1 | -1/+1 |
| | | |||||
| * | mesa: move texel fetch/store into new texfetch.[ch] files | Brian Paul | 2009-09-30 | 1 | -0/+6 |
| | | |||||
* | | windows: added remap.[ch] to project files | Brian Paul | 2009-10-26 | 1 | -0/+6 |
|/ | | | | Untested. Other updates may be needed to reflect the current source files. | ||||
* | mesa: remove s_imaging.c from build | Brian Paul | 2009-09-19 | 1 | -3/+0 |
| | |||||
* | mesa: remove s_texstore.c from makefile/project files | Brian Paul | 2009-09-19 | 1 | -3/+0 |
| | |||||
* | mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions | Brian Paul | 2008-12-15 | 1 | -6/+6 |
| | | | | | The noise functions were not glsl-specific. Also, ran indent on the code to clean it up. | ||||
* | undo prev change to this VC7 project file | Brian Paul | 2008-05-29 | 1 | -956/+422 |
| | | | | Meant to update the VC8 project file. | ||||
* | Assorted Windows fixes (Karl Schultz) | Brian Paul | 2008-05-29 | 1 | -422/+956 |
| | |||||
* | updated VC7 project files | Christoph Kubisch | 2007-09-05 | 5 | -314/+475 |
| | |||||
* | remove t_save_api.c and some other obsolete files, may be more | Brian | 2007-06-28 | 1 | -15/+0 |
| | |||||
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -0/+3 |
| | | | | mipmap.c file. | ||||
* | added arrayobj.[ch] files | Brian Paul | 2006-07-21 | 1 | -0/+3 |
| | |||||
* | added rbadaptors.[ch] files | Brian Paul | 2006-05-19 | 1 | -0/+6 |
| | |||||
* | Add newest source code files to project. | Karl Schultz | 2006-03-29 | 1 | -3/+39 |
| | |||||
* | added s_blit.c | Brian Paul | 2006-03-01 | 1 | -0/+3 |
| | |||||
* | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | 2005-12-14 | 1 | -6/+0 |
| | | | | done with fragment programs nowadays. | ||||
* | removed arbfragparse.[ch] arbvertparse.[ch] | Brian Paul | 2005-11-19 | 1 | -12/+0 |
| | |||||
* | added depthstencil.[ch] | Brian Paul | 2005-11-16 | 1 | -0/+6 |
| | |||||
* | updated for new mm.c, execmem.c files | Brian Paul | 2005-10-19 | 1 | -0/+9 |
| | |||||
* | replace s_texture.[ch] with s_texcombine.[ch] and s_texfilter.[ch] | Brian Paul | 2005-09-15 | 1 | -2/+8 |
| | |||||
* | VC7 project file for osmesa | Karl Schultz | 2005-07-01 | 1 | -0/+168 |
| | |||||
* | VC7 project file for core mesa lib | Karl Schultz | 2005-07-01 | 1 | -0/+1075 |
| | |||||
* | VC7 project file for glu | Karl Schultz | 2005-07-01 | 1 | -0/+752 |
| | |||||
* | VC7 project file for gdi driver | Karl Schultz | 2005-07-01 | 1 | -0/+181 |
| | |||||
* | Visual Studio 7 solution file for mesa lib | Karl Schultz | 2005-07-01 | 1 | -0/+41 |