Fix typo
[mesa.git] / src / mesa / drivers /
2001-03-05 Keith WhitwellFix typo
2001-03-05 Keith WhitwellAdd missing cases for viewport transform. Remove INVAL...
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-01 Brian Paulfixed mistake in alpha buffer clear test
2001-03-01 Keith WhitwellUncomment some defaults.
2001-03-01 Keith WhitwellBugfixes for vertex format, templates
2001-03-01 Brian Pauladded s/w alpha buffer clearing
2001-02-28 Keith WhitwellTemplates are in working order.
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-24 Keith WhitwellTemplate work
2001-02-22 Brian Paulremoved some bogus code
2001-02-19 Brian Paulplug in fallback teximage DD functions
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian Pauladded MESA_GLX_FORCE_CI env var (useful for conformance...
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-13 Brian Paulfixed a few CI mode span bugs and a dither bug
2001-02-12 Brian Pauladded ctx->Driver.ResetLineStipple, misc clean-up
2001-02-08 Brian Paulfixed bytesPerValue bug in OSMesaGetDepthBuffer()
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-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
2001-02-06 Brian Paulmisc updates to match latest device driver changes
2001-01-29 Brian Paulfixed inverted Y coord for dithering in write_span_DIT...
2001-01-29 Keith WhitwellUpdate implementations of Driver.Clear().
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 Brian Paulupdated ctx->Driver functions for s/w setup
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-12 Brian Paulinitialize Driver.RenderPrimitive to _swsetup_RenderPri...
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith Whitwellrevert XMesaCreateContext changes
2001-01-08 Keith WhitwellBring the FX driver into line with core mesa changes.
2001-01-08 Keith WhitwellModify X11 driver and fake glx to store a GLcontext
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-03 Jon TaylorAdded missing #include "mmath.h"
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-28 Jon TaylorFixed GGIMesa build problems.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-15 Brian Pauladded more GLX extension function stubs
2000-12-14 Brian Pauladded some more GLX extension entrypoints (fix GLUT...
2000-12-13 Brian Pauluse inverted Y coordinate for choosing dither value...
2000-12-13 Brian Paultweaked truecolor dither kernel setup code
2000-12-08 Brian Paulfixed bug 123918: glXCopySubBuffer() y position off...
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-23 Jon TaylorMore auto* build system updates
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Committing in .
2000-11-22 Jon TaylorMore auto* build system fixes
2000-11-22 Jon Taylorswrast setup fixes
2000-11-21 Jon TaylorMore auto* build fixes
2000-11-19 Jon Taylor* More work on the auto* build system
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-18 Jon Taylor* Auto* build fixes
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-16 Jon TaylorSmall compile fix
2000-11-14 Brian Paulmore Driver.Color, Driver.Index updates
2000-11-14 Brian Paulremoved unused set_color() and set_index() functions
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
next