summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savage_xmesa.c
AgeCommit message (Expand)Author
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-08-13Enable support for EXT_stencil_wrap. The code was already there, but theIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-30Added S3TC support to the Savage driver with some help from Mark Cass'sFelix Kuehling
2005-04-23Texturing fixes for Savage3D/MX/IX:Felix Kuehling
2005-04-21Fixed some suspicious pointer casts that caused lots ofFelix Kuehling
2005-03-06Don't synchronize after each frame. Allow the GPU to be one frameFelix Kuehling
2005-03-06- Fixed two bugs related to DMA buffer handling that showed up with theFelix Kuehling
2005-02-23With Savage DRM version 2.3.x or later use event counters for textureFelix Kuehling
2005-02-05Disable vertex DMA on SuperSavages.Felix Kuehling
2005-02-05- Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling
2005-02-04Added an option texture_heaps that allows selecting which texture heapsFelix Kuehling
2005-02-02Check for heap == NULL before driSetTextureSwapCounterLocation.Felix Kuehling
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-29* Fixed uploading of textures of certain sizes.Felix Kuehling
2005-01-24Converted the Savage texture management to use Ian's common texmem code.Felix 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-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-08Added state debugging option (SAVAGE_DEBUG=state).Felix Kuehling
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix 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-15Moved some code from savageCreateContext to savageInitDriver, where itFelix 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-02added support for GL_ARB_draw_buffersBrian Paul
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-03-24Missing in last commit.Felix Kuehling
2004-03-21ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling
2004-03-21Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-07Fixed two small problems in the vertex setup.Felix Kuehling
2004-02-29Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling
2004-02-26Set ctx->Const.MaxTexture[Image/Coord]Units correctly. Fixes corruption in q3.Felix Kuehling