Removed Driver.Color() and Driver.Index() functions.
[mesa.git] / src / mesa / drivers /
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-13 Brian Paulremoved unused var
2000-11-13 Jon Taylor* Updated the autoconf/automake/libtool build system
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions, removed...
2000-11-06 Brian Pauladded buffer test to xmesa_choose_point(), fixes X...
2000-11-05 Brian Paulremoved obsolete VB vars
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-11-05 Keith WhitwellReworked to use the new software rasterizer. Optimized...
2000-11-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-11-05 Keith WhitwellLots of changes:
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-31 Keith WhitwellRemove dead code in FX driver.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-30 Jouk Jansen Committing in .
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-28 Jon TaylorLots of misc. bugfixes to bring GGIMesa in sync with...
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-05 Brian Paulbetter handling of GLX_DEPTH_SIZE in glXChooseVisual()
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian Paulrenamed gl_copy_context to _mesa_copy_context
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-12 Brian Pauladded some casts (Takaaki Nomura)
2000-09-12 Brian PaulWin32 updates (Chris Morley)
2000-09-08 Brian Paulremoved unused NEW_DRVSTATE flags
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-08 Brian Pauladded OSMesaCreateContextExt()
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-09-07 Brian Pauladded xmesa_update_span_funcs()
2000-09-07 Brian Paulnewly organized Xlib driver files
2000-08-31 Brian PaulfbiRev and tmuRev weren't getting initialized when...
2000-08-31 Brian Pauladded more resolutions (Andy Sloane)
2000-08-22 Jouk Jansen Committing in .
2000-08-21 Brian Pauluse ImageTransferState
2000-08-13 Brian Paulremoved all dependencies on XMesa
2000-08-13 Brian Paulfixed segfault problem when using MESA_GLX_FX
2000-08-09 Brian Paulfixed depth mask bug in fxddClear(DD_DEPTH_BIT)
2000-08-08 Brian Paulupdated version to 3.5
2000-08-02 Brian Paulupdated Phil's email address
2000-08-02 Brian Paulupdates from mesa3d@billbaxter.com
2000-07-19 Brian Paula bunch of thread-safety changes
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-06-14 Brian Pauladded dummy function to silence compiler warning
2000-06-11 Jon TaylorLots of small updates to GGIMesa, tracking LibGGI inter...
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-22 Brian Paulupdate for Glide3
2000-05-19 Brian PaulPass pixel format to xmesa_color_to_pixel(). Compute...
2000-05-05 Brian Paulfixed glDrawBuffer(GL_NONE) bug
2000-05-05 Brian Paulreplaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pi...
2000-05-05 Brian Pauladded check for tmuRam==4 for Voodoo2 (Bernd)
2000-05-04 Brian PaulEnvMode GL_BLEND and tex invalidate changes from Daryll
2000-05-04 Brian Paulconditionally include some fields in the context struct...
2000-05-04 Brian Paulmade fxMesaCurrentCtx static
2000-04-22 Brian Paulcall _mesa_initialize_context()
2000-04-20 Brian Paulupdated RENDERER version
2000-04-20 Brian Paulminor clean-up
2000-04-19 Keith WhitwellUse smooth shaded triangles always. Fix SoF bug.
2000-04-19 Brian Paulminor clean-up
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-15 Brian Paulminor updates
2000-04-15 Brian Paulwrapper for grTexLodBiasValue()
2000-04-14 Brian Paulapplied Bernd's changes to useBGR code
2000-04-11 Brian Paulsilenced warnings in FX_grSstPerfStats()
2000-04-11 Brian Paulfixed bug in XF86 writeRegionClipped()
2000-04-11 Brian Paulfixed stride problem in read_R5G6B5_span
2000-04-10 Brian Pauladded glXGetFBConfigs(), fixed glXChooseFBConfig()
2000-04-07 Brian Paulsilenced a warning
2000-04-07 Brian Paulnew read_R5G5B5_span() function
2000-04-05 Brian Paulnew arguments to XMesaCreateVisual()
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-03-31 Brian Paulfixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
2000-03-31 Brian Paulmask/disable stencil/accum clears in fxDDClear()
2000-03-31 Brian Paulclean-up of info messages
2000-03-31 Brian Paulfixed Voodoo1/2/ stride problem in fxDDReadPixels()
2000-03-31 Brian Paulmisc clean-up
2000-03-31 Brian Pauladded more debugging code
2000-03-31 Brian Pauladded rest of GLX_EXT_visual_rating extension
2000-03-31 Brian Paulminor tweak to GLX_VISUAL_CAVEAT_EXT query
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-30 Brian Pauloptimized glReadPixels()
2000-03-29 Brian Paulnew texture image download code
2000-03-29 Brian Paulfixed some buffer clear bugs
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
2000-03-27 Jon TaylorMinor fixups
2000-03-23 Brian Pauladded new texture image functions, minor clean-up
2000-03-23 Brian Pauladded some comments and new texture image functions
2000-03-22 Brian Pauladded Daryll's patches for texture alignment
next