summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/osmesa
AgeCommit message (Expand)Author
2000-11-05Reworked to use the new software rasterizer. Optimized line/tri functionsKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08added OSMesaCreateContextExt()Brian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-04-22call _mesa_initialize_context()Brian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-04-04use BCOPY macro on FreeBSDBrian Paul
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-17removed old Depth buffer pointer varBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-01-15Added occlusion test code. Follows the HP proposed occlusion test extension.Randy Frank
2000-01-14GLcontext is now nested in OSMesaContextBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-12-17removed old thread codeBrian Paul
1999-12-10pass new args to gl_create_framebuffer()Brian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-11initial changes for Mesa 3.3Brian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-08-19Initial revisionjtg