Replace ctx->Driver.StencilOp/Func/Mask() functions with
[mesa.git] / src / mesa / drivers / dri / savage / savagestate.c
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-08-13 Ian RomanickEnable support for EXT_stencil_wrap. The code was...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-01 Felix KuehlingFixed and cleaned up programming of watermark registers...
2005-04-24 Felix KuehlingSoftware fallback for glColorMask. Can be avoided on...
2005-04-23 Felix KuehlingTexturing fixes for Savage3D/MX/IX:
2005-04-21 Felix KuehlingFixed some suspicious pointer casts that caused lots of
2005-03-23 Felix KuehlingInitialize texture addresses to something valid.
2005-03-09 Felix KuehlingIf the texture image changed force emitting the texture...
2005-02-12 Felix KuehlingFall back properly when GL_COLOR_LOGIC_OP is enabled...
2005-02-05 Felix Kuehling- Fixed scissor rectangle not moving with the window...
2005-01-23 Felix KuehlingFixed initialization of draw destination to front buffe...
2005-01-16 Felix KuehlingAdded a fast path for emitting unclipped primitives...
2005-01-08 Felix KuehlingAdded state debugging option (SAVAGE_DEBUG=state).
2005-01-05 Felix Kuehling* Fixed handling of scissors
2005-01-03 Felix KuehlingAdded support for floating point depth buffers on Savag...
2005-01-01 Felix KuehlingRemoved all direct hardware access (MMIO, BCI) from...
2004-12-15 Felix KuehlingAdded configuration support to the Savage driver. Three...
2004-12-15 Felix KuehlingFixed initialization of some stencil-related S4 registe...
2004-12-14 Alan Hourihaneuint*t -> u_int*t
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-08 Alex DeucherApply Eric's stencil wrap patch (Eric Anholt)
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-05-03 Dave Airlieget rid of last few XF86DRIClipRect
2004-03-27 Felix KuehlingForgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.
2004-03-26 Felix KuehlingEnable drawing directly to the (now tiled) front buffer.
2004-03-25 Felix KuehlingRecalculate the viewport matrix in savageEmitDrawingRec...
2004-03-25 Felix KuehlingMore state management changes:
2004-03-24 Felix KuehlingMake sure hardware culling is disabled for unfilled...
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-21 Felix KuehlingRemoved some useless definitions, artifacts from the...
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-20 Felix KuehlingCleaned up and fixed stencil fallback.
2004-03-02 Felix KuehlingFixed some small state tracking issues while hunting...
2004-02-29 Felix KuehlingReorganized hardware state data structures and state...
2004-02-26 Felix KuehlingConverted vertex setup to use t_vertex.[ch].
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...