aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/osmesa.c
Commit message (Expand)AuthorAgeFilesLines
* Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz2001-09-211-10/+10
* compiler warningsKarl Schultz2001-09-181-14/+14
* hook compressed texture functions into driverBrian Paul2001-09-121-1/+4
* fixed s/w alpha bug 458411Brian Paul2001-09-101-7/+2
* added OSMESA_MAX_WIDTH/HEIGHT queriesBrian Paul2001-08-281-1/+7
* OpenGL 1.3 supportBrian Paul2001-08-281-1/+2
* more work on float colors (still not finished)Brian Paul2001-07-141-4/+4
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-7/+7
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-15/+2
* fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)Brian Paul2001-07-051-3/+4
* support for RGB_565 pixels (Lars Andersson), untestedBrian Paul2001-06-271-3/+212
* replace 255 with CHAN_MAXBrian Paul2001-06-151-7/+7
* fixed a commentBrian Paul2001-06-141-2/+2
* fixed s/w alpha channel bugBrian Paul2001-05-311-2/+2
* New triangle rasterization code. Store per-span initial/step values in theBrian Paul2001-05-141-22/+25
* Driver interface changesKeith Whitwell2001-05-101-1/+3
* More texture image changes.Brian Paul2001-04-041-1/+3
* silence a compiler warningBrian Paul2001-03-291-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-51/+66
* do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is definedBrian Paul2001-03-081-3/+1
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-24/+24
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+6
* added ctx->Driver.ResetLineStipple, misc clean-upBrian Paul2001-02-121-17/+17
* fixed bytesPerValue bug in OSMesaGetDepthBuffer()Brian Paul2001-02-081-2/+5
* Overhaul of texture image handling.Brian Paul2001-02-061-9/+13
* Update implementations of Driver.Clear().Keith Whitwell2001-01-291-144/+143
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-1/+11
* Lots of GLchan datatype changes.Brian Paul2001-01-241-563/+645
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-9/+9
* updated ctx->Driver functions for s/w setupBrian Paul2001-01-161-2/+4
* initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoopBrian Paul2001-01-121-2/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-1/+4
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-1/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-11/+9
* Modified Files:Jouk Jansen2000-11-221-19/+19
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-8/+12
* Minor header file changes to silence warnings.Brian Paul2000-11-171-4/+4
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-5/+8
* removed unused set_color() and set_index() functionsBrian Paul2000-11-141-28/+6
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-68/+80
* test ctx->RenderMode in chooser functionsBrian Paul2000-11-061-9/+20
* removed obsolete VB varsBrian Paul2000-11-051-5/+1
* Reworked to use the new software rasterizer. Optimized line/tri functionsKeith Whitwell2000-11-051-46/+116
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-15/+20
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-16/+16
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-281-3/+3
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-18/+18
* added OSMesaCreateContextExt()Brian Paul2000-09-081-11/+49