Age | Commit message (Expand) | Author |
2004-12-07 | fixed an include path | Daniel Borca |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-11-15 | moved windoze specific code outside drivers/glide/ | Daniel Borca |
2004-11-08 | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul |
2004-10-12 | SWTC trick, enabled new extensions | Daniel Borca |
2004-09-17 | rearrange a couple of lines of code to avoid compilation error in VC 6, | Karl Schultz |
2004-08-30 | remove CR | Daniel Borca |
2004-08-25 | ICD update from Gregor Anich | Brian Paul |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-08-25 | Windows ICD driver code (patch 1014800) | Brian Paul |
2004-08-14 | Update Visual Studio Project file for src tree updates. | Karl Schultz |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell |
2004-05-10 | fixed bugs in fxddtex.c | Daniel Borca |
2004-04-20 | add SciTech's GLDirect driver for Windows. | Alan Hourihane |
2004-01-27 | Add new driverfuncs. | Karl Schultz |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2004-01-14 | Replace with version generated from new python script. | Karl Schultz |
2004-01-13 | add new entrypoints | Karl Schultz |
2004-01-07 | Mingw3 prototypes | Daniel Borca |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell |
2003-11-04 | fix AccessViolation bug (#835861) | Brian Paul |
2003-09-19 | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz |
2003-09-18 | Update with current set of gl* entry points. | Karl Schultz |
2003-09-18 | Copy the DLL files to the lib directory instead of libexec. | Karl Schultz |
2003-09-18 | Add symbols to export private entry points to osmesa. | Karl Schultz |
2003-08-30 | Generate browse info for Debug version. | Karl Schultz |
2003-08-05 | Updates from Daniel Borca. | Brian Paul |
2003-07-26 | Moved. | Karl Schultz |
2003-07-25 | cleanup - add comments and sort names. | Karl Schultz |
2003-07-24 | add symbols needed by osmesa. | Karl Schultz |
2003-07-24 | Project file for osmesa | Karl Schultz |
2003-07-24 | moved to top of tree. | Karl Schultz |
2003-07-24 | fix location of mesa.def | Karl Schultz |
2003-07-24 | linker exports defs | Karl Schultz |
2003-07-24 | Source code for GDI driver. | Karl Schultz |
2003-07-24 | Project file to build gdi driver and OPENGL32.DLL. | Karl Schultz |
2003-07-24 | Project file to build tnl - creates static LIB that is later linked to make a... | Karl Schultz |
2003-07-24 | Project file to build swrast - creates static LIB that is later linked to mak... | Karl Schultz |
2003-07-24 | Project file to build core mesa - creates static LIB that is later linked to ... | Karl Schultz |
2003-07-24 | Visual Studio Workspace file for building Mesa. This workspace contains proj... | Karl Schultz |
2003-07-24 | Removing from this directory. Will be added to new gdi driver directory. | Karl Schultz |
2003-07-24 | Remove obsolete file. | Karl Schultz |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2003-01-30 | Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba) | Karl Schultz |
2003-01-15 | Fix SourceForge bug 664908. wglDescribePixelFormat should return the | Karl Schultz |
2002-10-29 | update versioning/extensions for OpenGL 1.4 / Mesa 5.0 | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-14 | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul |
2002-10-11 | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul |
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul |