Chop out more dead code.
[mesa.git] / src / mesa / drivers / dri / savage /
2004-12-22 Felix KuehlingEnabled hardware rendering of 1D textures. No need...
2004-12-22 Felix Kuehling- Fake projective textures on a single texture unit...
2004-12-17 Felix KuehlingMade debugging output controllable via environment...
2004-12-17 Felix KuehlingAdded a TNL pipeline stage that normalizes texture...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-15 Felix KuehlingAdded configuration support to the Savage driver. Three...
2004-12-15 Felix KuehlingFixed GL_CLAM_TO_EDGE. It's not supported in hardware...
2004-12-15 Felix KuehlingFixed initialization of some stencil-related S4 registe...
2004-12-15 Felix KuehlingMoved some code from savageCreateContext to savageInitD...
2004-12-15 Felix KuehlingFixed some missing uint8_t -> u_int8_t.
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-07 Felix KuehlingFix emitting fog without secondary color and vice-versa.
2004-10-04 Ian RomanickAdd some Savage3D stencil documentation based on discus...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-05-24 Felix KuehlingWAIT_IDLE_EMPTY in savageSwapBuffers until real frame...
2004-05-03 Dave Airlieget rid of last few XF86DRIClipRect
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-04-08 Alan Hourihanemake note about needing to fix the drm driver to enable...
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 KuehlingMissing in last commit.
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-21 Felix Kuehlingctx->Const.MaxTextureLevels is not the highest mipmap...
2004-03-21 Felix KuehlingImproved MaxTextureLevel computation to take the nr...
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 KuehlingFixed texture LOD bias.
2004-03-20 Felix KuehlingFixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_B...
2004-03-20 Felix KuehlingCleaned up and fixed stencil fallback.
2004-03-08 Felix KuehlingCleaned up and slightly optimized the texture upload...
2004-03-08 Felix KuehlingSwapout textures who's space is claimed by a new textur...
2004-03-07 Felix KuehlingFixed texture tiling format for 8bit texels on ProSavag...
2004-03-07 Felix KuehlingRewrote tiled texture upload. Small mipmap levels work...
2004-03-07 Felix KuehlingFixed two small problems in the vertex setup.
2004-03-04 Felix KuehlingSmall texture management fixes. Should get rid of asser...
2004-03-04 Felix KuehlingClearing rectangle was one too big in each direction.
2004-03-02 Felix KuehlingCope with float colors in VERT_SET_RGBA and VERT_SET_SP...
2004-03-02 Felix KuehlingFixed some small state tracking issues while hunting...
2004-02-29 Felix KuehlingCorrected the maximum vertex size argument of _tnl_init...
2004-02-29 Felix KuehlingReorganized hardware state data structures and state...
2004-02-26 Felix KuehlingSet ctx->Const.MaxTexture[Image/Coord]Units correctly...
2004-02-26 Felix KuehlingAdapt the VERT_SET/COPY/SAVE/RESTORE_RGBA/SPEC macros...
2004-02-26 Felix KuehlingForgot to remove savagevb.h in last commit.
2004-02-26 Felix KuehlingConverted vertex setup to use t_vertex.[ch].
2004-02-25 Felix KuehlingCall _tnl_allow_pixel/vertex_fog in savageCreateContext...
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...