summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Collapse)Author
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers.
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-10-02updates from Daniel BorcaBrian Paul
2003-09-30char -> GLubyteAlan Hourihane
2003-09-30add gamma driver - no kernel driver yetAlan Hourihane
(build tested, not physically tested)
2003-09-30add the SiS driver - no kernel driver yetAlan Hourihane
(build tested, but not physically tested)
2003-09-30fix cut & paste errorsAlan Hourihane
2003-09-30add the i830 driver - no kernel driver yetAlan Hourihane
(build tested, but not physically tested)
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane
(build tested, but not physically tested)
2003-09-30mkdir the server directory, as using cvs with -P would prune an emptyAlan Hourihane
directory
2003-09-23remove a _TriangleCaps referenceBrian Paul
2003-09-22apply patch #740145 from SourceForgeBrian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store ↵Karl Schultz
MS studio files as binary
2003-09-18a few less occurances of _TriangleCapsBrian Paul
2003-09-18s/_backface_sign/_BackfaceSign/Brian Paul
2003-09-18Update with current set of gl* entry points.Karl Schultz
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz
2003-09-18Add symbols to export private entry points to osmesa.Karl Schultz
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
vertex arrays.
2003-09-17added call to _mesa_enable_1_5_extensions()Brian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-28Updates from Daniel BorcaBrian Paul
2003-08-24Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl
Adjust makefiles to create depends and not store it in CVS Remove dependency on kernel pci_ids.h
2003-08-23Add missing assembly file from radeon buildJon Smirl
2003-08-23Remove files not used in current MGA driverJon Smirl
2003-08-23update fb makefile for new directory structure, add dependsJon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul
2003-08-22updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2003-08-06Shared dri driver resourcesKeith Whitwell
2003-08-06Not-quite-functional swrast-only dri driverKeith Whitwell
2003-08-06Shared radeon/r200 init codeKeith Whitwell
2003-08-06mga driver, brought over by Jon SmirlKeith Whitwell
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell
2003-08-05Updates from Daniel Borca.Brian Paul
2003-07-26Moved.Karl Schultz
2003-07-26VC 6 Project FileKarl Schultz
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24add symbols needed by osmesa.Karl Schultz
2003-07-24Project file for osmesaKarl Schultz
2003-07-24moved to top of tree.Karl Schultz
2003-07-24fix location of mesa.defKarl Schultz
2003-07-24linker exports defsKarl Schultz
2003-07-24Source code for GDI driver.Karl Schultz
2003-07-24Project file to build gdi driver and OPENGL32.DLL.Karl Schultz
2003-07-24Project file to build tnl - creates static LIB that is later linked to make ↵Karl Schultz
a DLL.
2003-07-24Project file to build swrast - creates static LIB that is later linked to ↵Karl Schultz
make a DLL.
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ↵Karl Schultz
make a DLL.
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains ↵Karl Schultz
projects for building core mesa, backend drivers (e.g., gdi, dx7, ...), GLU, and GLUT. The project files are placed in the appropriate places in the Mesa tree.