Added an option texture_heaps that allows selecting which texture heaps
[profile/ivi/mesa.git] / src / mesa / drivers / dri / savage / savage_xmesa.c
2005-02-04 Felix KuehlingAdded an option texture_heaps that allows selecting...
2005-02-02 Felix KuehlingCheck for heap == NULL before driSetTextureSwapCounterL...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-29 Felix Kuehling* Fixed uploading of textures of certain sizes.
2005-01-24 Felix KuehlingConverted the Savage texture management to use Ian...
2005-01-23 Felix KuehlingMy last attempt to fix polygon offsets with the reverse...
2005-01-22 Felix KuehlingFixed polygon offset with reversed viewport depth range.
2005-01-21 Felix KuehlingSmall cleanup:
2005-01-20 Felix Kuehling* Added options for disabling the fast path (render...
2005-01-20 Felix KuehlingAdded support for ELTS to the _savage_render_stage...
2005-01-16 Felix KuehlingAdded a fast path for emitting unclipped primitives...
2005-01-13 Felix KuehlingMake sure DMA buffers are released in savageDestroyCont...
2005-01-10 Felix KuehlingFixes to cope with the lack of AGP textures. This is...
2005-01-08 Felix KuehlingAdded state debugging option (SAVAGE_DEBUG=state).
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-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 KuehlingMoved some code from savageCreateContext to savageInitD...
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-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-03-24 Felix KuehlingMissing in last commit.
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-07 Felix KuehlingFixed two small problems in the vertex setup.
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 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...