summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* mga driver, brought over by Jon SmirlKeith Whitwell2003-08-0635-0/+12199
|
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-0641-0/+22884
|
* Updates from Daniel Borca.Brian Paul2003-08-051-1/+4
|
* Moved.Karl Schultz2003-07-264-1449/+0
|
* VC 6 Project FileKarl Schultz2003-07-261-0/+119
|
* cleanup - add comments and sort names.Karl Schultz2003-07-251-88/+118
|
* add symbols needed by osmesa.Karl Schultz2003-07-241-0/+3
|
* Project file for osmesaKarl Schultz2003-07-241-0/+121
|
* moved to top of tree.Karl Schultz2003-07-241-104/+0
|
* fix location of mesa.defKarl Schultz2003-07-241-1/+1
|
* linker exports defsKarl Schultz2003-07-241-0/+492
|
* Source code for GDI driver.Karl Schultz2003-07-244-0/+4649
|
* Project file to build gdi driver and OPENGL32.DLL.Karl Schultz2003-07-241-0/+129
|
* Project file to build tnl - creates static LIB that is later linked to make ↵Karl Schultz2003-07-241-0/+252
| | | | a DLL.
* Project file to build swrast - creates static LIB that is later linked to ↵Karl Schultz2003-07-241-0/+360
| | | | make a DLL.
* Project file to build core mesa - creates static LIB that is later linked to ↵Karl Schultz2003-07-241-0/+716
| | | | make a DLL.
* Visual Studio Workspace file for building Mesa. This workspace contains ↵Karl Schultz2003-07-241-0/+104
| | | | 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.
* Removing from this directory. Will be added to new gdi driver directory.Karl Schultz2003-07-244-4630/+0
|
* Remove obsolete file.Karl Schultz2003-07-247-7788/+0
|
* more DOS updates from Daniel BorcaBrian Paul2003-07-177-23/+540
|
* DOS updates from Daniel BorcaBrian Paul2003-07-111-13/+16
|
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-3/+9
|
* Committing in .Jouk Jansen2003-07-022-0/+11
| | | | | | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* DOS updates (Daniel Borca)Brian Paul2003-06-301-0/+75
|
* Committing in .Jouk Jansen2003-06-172-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ----------------------------------------------------------------------
* DOS updates for new tree (Daniel Borca)Brian Paul2003-06-1620-7489/+7540
|
* fix include paths (Daniel Borca)Brian Paul2003-06-162-37/+38
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0510-10/+0
|
* Version defines. include "version.h" in a few files.Brian Paul2003-05-271-3/+2
|
* autoconf/automake updated for newer versions (bug 734362)Brian Paul2003-05-151-1/+0
|
* use INDEX8_SPAN_ARGSBrian Paul2003-04-211-9/+3
|
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-042-5/+36
| | | | | and depth checks are done via ctx->Driver.TestProxyTexImage(). This allows more flexiblity, like supporting larger, non-cubic 3D textures.
* fix double-memory free in XMesaDestroyContextBrian Paul2003-04-021-6/+3
|
* s/gl_ctx/mesa/ and misc clean-upsBrian Paul2003-04-011-27/+33
|
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-017-264/+279
|
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-012-3/+10
| | | | | allow drivers to implement C++-like inheritance via containment. Lots of assorted clean-ups related to texture objects.
* enable 1.4 extensionsBrian Paul2003-03-301-2/+2
|
* DOS updates from Daniel BorcaBrian Paul2003-03-291-101/+90
|
* fixed ColorMask problem for front-buffer renderingBrian Paul2003-03-271-4/+5
|
* remove some unfinished code accidently checked inBrian Paul2003-03-251-4/+1
|
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-2/+6
|
* disable prototyped GLX_ARB_render_texture extensionBrian Paul2003-03-241-4/+5
|
* DOS update (Daniel Borca)Brian Paul2003-03-0820-24/+25
|
* fix GLchan=GLfloat problemsBrian Paul2003-03-041-7/+13
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-0110-25/+17
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* fix-up pixel_format enum stuffBrian Paul2003-02-251-23/+24
|
* casts to silence g++ warningsBrian Paul2003-02-252-7/+7
|
* latest DOS updates (Daniel Borca)Brian Paul2003-02-2020-211/+4121
|
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-175-121/+123
|
* DOS updates (Daniel Borca)Brian Paul2003-02-046-96/+194
|