summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Collapse)Author
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.
2003-07-24Removing from this directory. Will be added to new gdi driver directory.Karl Schultz
2003-07-24Remove obsolete file.Karl Schultz
2003-07-17more DOS updates from Daniel BorcaBrian Paul
2003-07-11DOS updates from Daniel BorcaBrian Paul
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-07-02 Committing in .Jouk Jansen
Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ----------------------------------------------------------------------
2003-06-30DOS updates (Daniel Borca)Brian Paul
2003-06-17 Committing in .Jouk Jansen
OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ----------------------------------------------------------------------
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul