fixed RBGA ifdef typo
[mesa.git] / src / mesa / drivers / glide /
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-19 Brian Paulplug in fallback teximage DD functions
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-07 Brian Paulnew texture image routines work now
2001-02-06 Brian Paulupdated texture image handling - STILL UNTESTED
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith WhitwellBring the FX driver into line with core mesa changes.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Brian Paulminor changes to fix compiler warnings
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
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-10 Brian Paulminor changes to silence compiler warnings
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 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
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-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-08 Brian Paulremoved unused NEW_DRVSTATE flags
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-08-31 Brian PaulfbiRev and tmuRev weren't getting initialized when...
2000-08-31 Brian Pauladded more resolutions (Andy Sloane)
2000-08-21 Brian Pauluse ImageTransferState
2000-08-09 Brian Paulfixed depth mask bug in fxddClear(DD_DEPTH_BIT)
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-22 Brian Paulupdate for Glide3
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-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-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-07 Brian Paulsilenced a warning
2000-04-07 Brian Paulnew read_R5G5B5_span() function
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 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-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
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
2000-03-22 Brian Paulupdated renderer string version to 20000322
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-19 Brian Paulremoved GL_FXMESA_global_texture_lod_bias extension
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Paulimplemented FX_grSstPerfStats()
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Pauldepth buffer change, BGR/RGB setup change
2000-03-03 Brian Paulclean-up warnings
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-02-25 Brian Paulfixed front/back buffer stride problem for XF86DRI
2000-02-25 Brian Paulnew fxDDClear(), fxDDDrawBitmp(), example extension...
2000-02-22 Brian Pauldisabled an fprintf in FX_grSstQueryHardware()
2000-02-16 Brian Paulupdate fog near/far bug fix
2000-02-16 Brian Paulupdated with changes from DRI project CVS
2000-02-13 Brian Paulinitialize fxMesa->verbose with MESA_FX_INFO env var
next