summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2000-11-06test ctx->RenderMode in chooser functions, removed dead codeBrian Paul
2000-11-06added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul
2000-11-05removed obsolete VB varsBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-11-05Reworked to use the new software rasterizer. Optimized line/tri functionsKeith Whitwell
2000-11-05Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell
2000-11-05Lots of changes:Keith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-31Remove dead code in FX driver.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-30 Committing in .Jouk Jansen
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-28Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.Jon Taylor
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26renamed gl_copy_context to _mesa_copy_contextBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-12added some casts (Takaaki Nomura)Brian Paul
2000-09-12Win32 updates (Chris Morley)Brian Paul
2000-09-08removed unused NEW_DRVSTATE flagsBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-08added OSMesaCreateContextExt()Brian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-09-07added xmesa_update_span_funcs()Brian Paul
2000-09-07newly organized Xlib driver filesBrian Paul
2000-08-31fbiRev and tmuRev weren't getting initialized when using Glide3Brian Paul
2000-08-31added more resolutions (Andy Sloane)Brian Paul
2000-08-22 Committing in .Jouk Jansen
2000-08-21use ImageTransferStateBrian Paul
2000-08-13removed all dependencies on XMesaBrian Paul
2000-08-13fixed segfault problem when using MESA_GLX_FXBrian Paul
2000-08-09fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul
2000-08-08updated version to 3.5Brian Paul
2000-08-02updated Phil's email addressBrian Paul
2000-08-02updates from mesa3d@billbaxter.comBrian Paul
2000-07-19a bunch of thread-safety changesBrian Paul
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-06-16replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-06-11Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor
2000-06-08variety of updates to better conform to real GLXBrian Paul
2000-06-05fixed bugs in fxSetupDepthTest()Brian Paul
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-23enable and clean-up of paletted texture codeBrian Paul
2000-05-22update for Glide3Brian Paul