summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage
AgeCommit message (Expand)Author
2005-01-24Converted the Savage texture management to use Ian's common texmem code.Felix Kuehling
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
2005-01-22Fixed polygon offset with reversed viewport depth range.Felix Kuehling
2005-01-21Small cleanup:Felix Kuehling
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
2005-01-16Added a fast path for emitting unclipped primitives directly to aFelix Kuehling
2005-01-15Converted to use spantmp2.h.Felix Kuehling
2005-01-13Make sure DMA buffers are released in savageDestroyContext. UsuallyFelix Kuehling
2005-01-10Fixes to cope with the lack of AGP textures. This is all that's neededFelix Kuehling
2005-01-08* Flush and wait in per-primitive fallback functions. Fixes flickeringFelix Kuehling
2005-01-08Added state debugging option (SAVAGE_DEBUG=state).Felix Kuehling
2005-01-07Fixed: ptex drawing functions were overridden with standard drawingFelix Kuehling
2005-01-05* Fixed handling of scissorsFelix Kuehling
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling
2005-01-02Improved the performance of software fallbacks by not waiting for idleFelix Kuehling
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling
2004-12-23Simplified and optimized _savage_texnorm_stage.Felix Kuehling
2004-12-22Enabled hardware rendering of 1D textures. No need for a software fallback.Felix Kuehling
2004-12-22- Fake projective textures on a single texture unit. A fallback is onlyFelix Kuehling
2004-12-17Made debugging output controllable via environment variableFelix Kuehling
2004-12-17Added a TNL pipeline stage that normalizes texture coordinates as aFelix Kuehling
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-15Added configuration support to the Savage driver. Three options areFelix Kuehling
2004-12-15Fixed GL_CLAM_TO_EDGE. It's not supported in hardware. Use GL_CLAMPFelix Kuehling
2004-12-15Fixed initialization of some stencil-related S4 registers, which wasFelix Kuehling
2004-12-15Moved some code from savageCreateContext to savageInitDriver, where itFelix Kuehling
2004-12-15Fixed some missing uint8_t -> u_int8_t.Felix Kuehling
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-08Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher
2004-10-07Fix emitting fog without secondary color and vice-versa.Felix Kuehling
2004-10-04Add some Savage3D stencil documentation based on discussions during theIan Romanick
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-05-24WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.Felix Kuehling
2004-05-03get rid of last few XF86DRIClipRectDave Airlie
2004-04-22Fix order of EMIT_4UB_4F declarationsKeith Whitwell
2004-04-08make note about needing to fix the drm driver to enable SAVAGE_CMD_DMAAlan Hourihane
2004-03-27Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling
2004-03-25Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling
2004-03-25More state management changes:Felix Kuehling
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling
2004-03-24Missing in last commit.Felix Kuehling