summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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 a...Karl Schultz
2003-07-24Project file to build swrast - creates static LIB that is later linked to mak...Karl Schultz
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ...Karl Schultz
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains proj...Karl Schultz
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
2003-06-30DOS updates (Daniel Borca)Brian Paul
2003-06-17 Committing in .Jouk Jansen
2003-06-16DOS updates for new tree (Daniel Borca)Brian Paul
2003-06-16fix include paths (Daniel Borca)Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-27Version defines. include "version.h" in a few files.Brian Paul
2003-05-15autoconf/automake updated for newer versions (bug 734362)Brian Paul
2003-04-21use INDEX8_SPAN_ARGSBrian Paul
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
2003-04-02fix double-memory free in XMesaDestroyContextBrian Paul
2003-04-01s/gl_ctx/mesa/ and misc clean-upsBrian Paul
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
2003-03-30enable 1.4 extensionsBrian Paul
2003-03-29DOS updates from Daniel BorcaBrian Paul
2003-03-27fixed ColorMask problem for front-buffer renderingBrian Paul
2003-03-25remove some unfinished code accidently checked inBrian Paul
2003-03-25histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul
2003-03-24disable prototyped GLX_ARB_render_texture extensionBrian Paul
2003-03-08DOS update (Daniel Borca)Brian Paul
2003-03-04fix GLchan=GLfloat problemsBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-25fix-up pixel_format enum stuffBrian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-02-20latest DOS updates (Daniel Borca)Brian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-02-04DOS updates (Daniel Borca)Brian Paul
2003-01-30Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz