Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | windows: fix output dir for glut project file | Thomas Henn | 2009-01-21 | 1 | -4/+4 |
| | |||||
* | windows: another round of VC8 project file updates | Karl Schultz | 2009-01-21 | 8 | -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 Paul | 2009-01-21 | 10 | -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 libcmt | Thomas Henn | 2009-01-20 | 10 | -0/+7580 |
| | |||||
* | windows: more VC8 project file updates | Karl Schultz | 2009-01-20 | 2 | -143/+11 |
| | | | | | Make some compiler flags per-file. Remove driverfuncs.c from osmesa project. | ||||
* | windows: updated VC8 project files | Thomas Henn | 2009-01-19 | 5 | -46/+34 |
| | |||||
* | windows: updated VC8 project file | Karl Schultz | 2009-01-15 | 1 | -1/+18 |
| | |||||
* | windows: remove reference to swizzle.c file | Brian Paul | 2009-01-14 | 1 | -4/+0 |
| | |||||
* | windows: updated VC8 project files | Thomas Henn | 2009-01-12 | 2 | -7/+99 |
| | |||||
* | windows: added new sources for 7.3 (may be more, needs testing) | Brian Paul | 2009-01-12 | 1 | -0/+40 |
| | |||||
* | mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions | Brian Paul | 2008-12-15 | 2 | -14/+14 |
| | | | | | 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. | ||||
* | added prog_uniform.[ch] | Karl Schultz | 2008-05-29 | 1 | -0/+8 |
| | |||||
* | Assorted Windows fixes (Karl Schultz) | Brian Paul | 2008-05-29 | 3 | -430/+968 |
| | |||||
* | dependency fixes (bug 13544) | Karl Schultz | 2008-05-27 | 1 | -0/+3 |
| | |||||
* | Replace glut_fbc.c with glut_fcb.c (cb=callback) | Brian | 2008-02-25 | 3 | -3/+3 |
| | |||||
* | 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 | 2 | -19/+0 |
| | |||||
* | new VC8 project files | Brian | 2007-04-24 | 8 | -0/+4037 |
| | |||||
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 2 | -0/+7 |
| | | | | mipmap.c file. | ||||
* | added arrayobj.[ch] files | Brian Paul | 2006-07-21 | 2 | -0/+11 |
| | |||||
* | Add x86sse.h. | Michal Krol | 2006-05-30 | 1 | -0/+4 |
| | |||||
* | added rbadaptors.[ch] files | Brian Paul | 2006-05-19 | 2 | -0/+14 |
| | |||||
* | Remove carriage returns. | Michal Krol | 2006-04-25 | 1 | -2/+2 |
| | |||||
* | Add bitset.h. | Michal Krol | 2006-04-04 | 1 | -0/+4 |
| | |||||
* | Add newest source code files to project. | Karl Schultz | 2006-03-29 | 1 | -3/+39 |
| | |||||
* | Repair corrupted file and remove rogue 'test' project. | Karl Schultz | 2006-03-29 | 1 | -19/+4 |
| | |||||
* | More GLSL code: | Michal Krol | 2006-03-14 | 1 | -0/+29 |
| | | | | | - add texture sampling support; - fix assembly codegen bugs; | ||||
* | added s_blit.c | Brian Paul | 2006-03-01 | 2 | -0/+7 |
| | |||||
* | More GLSL code: | Michal Krol | 2006-02-27 | 5 | -12/+1876 |
| | | | | | | | | | | | | | - add x86 code generator; - add full support for uniforms in ARB_shader_objects; - add assembly instruction: global_addr; - reorganize #includes; - built-in uniforms accessed by index, rather than by name; - add some entries to x86sse rtasm; - add configurations to VC6 projects: 'Release x86' and 'Debug x86'; - #define SLANG_X86 active only on VC6 x86 builds; - introduce code export table for a shader; - remove GNU license from the noise library; | ||||
* | More GLSL code: | Michal Krol | 2006-02-21 | 1 | -0/+16 |
| | | | | | | | - uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos); - fix bugs and optimize array size handling; - 2D texture sampling (needs Enable(TEXTURE_2D) to work); - decrease built-in library assembly size by 30%. | ||||
* | More GLSL code. | Michal Krol | 2006-02-18 | 1 | -0/+8 |
| | | | | | | - general constructors allowed; - implement noise functions (from Stefan Gustavson - thanks!) - cosmetic stuff. | ||||
* | Add s_arbshader.c, s_arbshader.h. | Michal Krol | 2006-02-15 | 1 | -0/+8 |
| | |||||
* | Add tnl\t_vb_arbshader.c. | Michal Krol | 2006-02-13 | 1 | -0/+4 |
| | |||||
* | Add shader/slang/slang_compile_*.* files. | Michal Krol | 2006-01-30 | 1 | -0/+32 |
| | |||||
* | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul | 2005-12-14 | 2 | -14/+0 |
| | | | | done with fragment programs nowadays. | ||||
* | reapply recent changes with Visual Studio instead of direct text editing. | Karl Schultz | 2005-12-08 | 1 | -5/+5 |
| | |||||
* | removed arbfragparse.[ch] arbvertparse.[ch] | Brian Paul | 2005-11-19 | 2 | -28/+0 |
| | |||||
* | added depthstencil.[ch] | Brian Paul | 2005-11-16 | 2 | -0/+14 |
| | |||||
* | added mm.c mm.h execmem.c | Brian Paul | 2005-10-20 | 1 | -0/+12 |
| | |||||
* | 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 | 2 | -4/+18 |
| | |||||
* | VC7 project file for building glut lib | Karl Schultz | 2005-07-01 | 1 | -0/+322 |
| | |||||
* | VC7 project file for gears demo | Karl Schultz | 2005-07-01 | 1 | -0/+154 |
| | |||||
* | VC7 Solution file for building glut and demos | Karl Schultz | 2005-07-01 | 1 | -0/+27 |
| | |||||
* | 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 |
| |