summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* initial code for render-to-textureBrian Paul2003-01-144-12/+100
|
* fix fog stride bugs (Michel Danzer)Brian Paul2003-01-131-6/+6
|
* fix some float/ubyte mistakes (Daniel Borca)Brian Paul2003-01-082-4/+4
|
* obsoleteBrian Paul2002-12-192-139/+0
|
* DOS updatesBrian Paul2002-12-193-0/+467
|
* DOS updates from Daniel Borca.Brian Paul2002-12-188-403/+1376
|
* bring in a few AGP-related bits from 4.0.4Brian Paul2002-11-182-7/+37
|
* enable 1.4 extensionsBrian Paul2002-11-181-1/+1
|
* bump version to 5.1Brian Paul2002-11-141-3/+3
|
* Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul2002-11-142-360/+111
|
* fix compilation problem (Philippe Houdoin)Brian Paul2002-11-131-7/+4
|
* Lots of clean-ups.Brian Paul2002-11-131-1512/+843
| | | | | Use new s_spantemp.h to generate all the span functions. Updated triangle functions (#define NAME, etc)
* moved function declaration into the template, define the NAME to specify the ↵Brian Paul2002-11-132-491/+263
| | | | function names
* check for NULL span argumentBrian Paul2002-11-131-4/+4
|
* compilation fixesBrian Paul2002-11-1110-37/+38
|
* changes to vishandle usage to prevent segfault in some circumstancesBrian Paul2002-11-103-41/+73
|
* minor multi-sample clean-upsBrian Paul2002-11-051-4/+14
|
* Updates for DOS driver from Daniel Borca.Brian Paul2002-11-052-131/+116
|
* misc driver updates (Daniel Borca)Brian Paul2002-11-045-14/+16
|
* use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul2002-10-304-99/+77
|
* s/BZERO/_mesa_bzero/Brian Paul2002-10-301-2/+2
|
* more version bumpsBrian Paul2002-10-292-5/+5
|
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-293-7/+8
|
* updated email addressesBrian Paul2002-10-2910-19/+19
|
* added some casts for mallocs (bug 630379)Brian Paul2002-10-291-2/+2
|
* wrapped a few more C library functionsBrian Paul2002-10-253-37/+37
|
* #include fixesBrian Paul2002-10-252-2/+3
|
* include GL/glx.hBrian Paul2002-10-251-3/+4
|
* Header file clean-up:Brian Paul2002-10-2418-83/+36
| | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
* Fix projtex interp bugKeith Whitwell2002-10-231-2/+2
|
* patches from Gerk Huisma for float-channel renderingBrian Paul2002-10-171-7/+7
|
* applied Philippe Houdoin's patch, plus minor clean-upsBrian Paul2002-10-171-75/+27
|
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of ↵Brian Paul2002-10-148-14/+16
| | | | _mesa_swapbuffers)
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-117-22/+23
| | | | | | | Replaced ctx->Color._DriverDrawBuffer with swrast->CurrentBuffer. Replaced ctx->Pixel._DriverReadBuffer with ctx->Pixel._ReadSrcMask. swrast->Driver.SetBuffer() takes FRONT/BACK_LEFT/RIGHT_BIT values now. Added tokens and code for GL_AUX buffers, for completeness.
* lineloop fixKeith Whitwell2002-10-111-8/+16
|
* disable XMesaCreatePBuffer() for XFree86Brian Paul2002-10-091-1/+5
|
* finally get rid of ctx->Texture._ReallyEnabled fieldBrian Paul2002-10-081-1/+1
|
* change fog from GLfloat to GLfloat[4] (like other vertex attribs)Brian Paul2002-10-081-7/+9
|
* added missing dispatch code for new AGP-related functionsBrian Paul2002-10-083-5/+23
|
* import from DRI CVSBrian Paul2002-10-082-0/+1252
|
* Pbuffers seem to work!Brian Paul2002-10-053-109/+202
|
* more work on fbconfig/pbuffer supportBrian Paul2002-10-053-233/+223
|
* GLfloat/GLchan updatesBrian Paul2002-10-051-18/+22
|
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-0412-57/+119
| | | | | | Also changed parameter types for some driver functions (like ctx->Driver.Clear- Color). Updated all the device drivers. Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime.
* Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)Karl Schultz2002-10-041-2/+8
|
* new texture compression infrastructureBrian Paul2002-09-276-31/+53
|
* fix bug in index_mask() (bug 609837)Brian Paul2002-09-231-1/+2
|
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-664/+855
|
* pull-in changes from DRI/Mesa-4.0.4Brian Paul2002-09-172-27/+85
|
* Mark destroyed context as not current. (Frank Warmerdam)Karl Schultz2002-09-121-1/+4
|