implement arb_vertex_program in hw for r200. Code contains still some hacks, generic...
[mesa.git] / src / mesa / drivers / dri / savage /
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-04-11 Michal KrolMore GLSL code:
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2005-12-06 Eric AnholtAdd support for GL_EXT_secondary_color. It looks like...
2005-11-19 Brian Paulin run_texnorm_stage() check if the texture unit is...
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-28 Brian Paulupdated assertions (see bug 4590)
2005-09-22 Ian RomanickEnable GL_ARB_texture_mirrored_repeat on Savage4. ...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian Paulminor clean-ups
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-09-01 Brian Pauluse proper datatypes to silence a bunch of warnings
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-13 Ian RomanickEnable support for EXT_stencil_wrap. The code was...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-02 Brian Paulstart removing old (pre-renderbuffer) span code
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Adam JacksonAdd drirenderbuffer.c to COMMON_SOURCES
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-01 Felix KuehlingBumped the Savage driver date (a bit late) to mark...
2005-05-01 Felix KuehlingFixed and cleaned up programming of watermark registers...
2005-04-30 Felix KuehlingAdded S3TC support to the Savage driver with some help...
2005-04-24 Felix KuehlingSoftware fallback for glColorMask. Can be avoided on...
2005-04-23 Felix KuehlingFixed a segfault introduced by Keith's pipeline changes.
2005-04-23 Felix KuehlingTexturing fixes for Savage3D/MX/IX:
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2005-04-21 Felix KuehlingFixed some suspicious pointer casts that caused lots of
2005-04-21 Felix KuehlingFixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based...
2005-03-24 Felix KuehlingFixed segfault due to an off-by-one error in SAVAGE_TEX...
2005-03-23 Felix KuehlingInitialize texture addresses to something valid.
2005-03-14 Felix KuehlingWhen timestamping textures, need to emit the event...
2005-03-13 Felix KuehlingUpdated savage_dri.h from Xorg CVS. This removes defini...
2005-03-12 Felix KuehlingRemoved savagedma.[ch]. They have been unused for a...
2005-03-10 Felix Kuehling- Flush before updating the timestamp of a texture...
2005-03-09 Felix KuehlingIf the texture image changed force emitting the texture...
2005-03-06 Felix KuehlingDon't synchronize after each frame. Allow the GPU to...
2005-03-06 Felix Kuehling- Fixed two bugs related to DMA buffer handling that...
2005-02-23 Felix KuehlingDon't forget to update a heap's timestamp when a textur...
2005-02-23 Felix KuehlingWith Savage DRM version 2.3.x or later use event counte...
2005-02-12 Felix KuehlingFall back properly when GL_COLOR_LOGIC_OP is enabled...
2005-02-12 Felix KuehlingOffset LOD bias by about 0.3 to match software renderin...
2005-02-12 Felix KuehlingMake glean's masked clear test pass.
2005-02-12 Felix KuehlingSavage3D-based chips seem so use a constant tile stride...
2005-02-09 Felix KuehlingFixed stride of incomplete tiles.
2005-02-05 Felix KuehlingDisable vertex DMA on SuperSavages.
2005-02-05 Felix Kuehling- Fixed scissor rectangle not moving with the window...
2005-02-04 Felix KuehlingAdded an option texture_heaps that allows selecting...
2005-02-04 Felix KuehlingMade subtile upload a template. This speeds up tiled...
2005-02-02 Felix KuehlingCheck for heap == NULL before driSetTextureSwapCounterL...
2005-02-02 Felix KuehlingFixed flushing of client-side vertex buffers.
2005-02-02 Felix KuehlingFixed some debug output that was unconditionally enabled.
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 KuehlingFixed initialization of draw destination to front buffe...
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-15 Felix KuehlingConverted to use spantmp2.h.
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 Kuehling* Flush and wait in per-primitive fallback functions...
2005-01-08 Felix KuehlingAdded state debugging option (SAVAGE_DEBUG=state).
2005-01-07 Felix KuehlingFixed: ptex drawing functions were overridden with...
2005-01-05 Felix Kuehling* Fixed handling of scissors
2005-01-03 Felix KuehlingAdded support for floating point depth buffers on Savag...
2005-01-02 Felix KuehlingImproved the performance of software fallbacks by not...
2005-01-01 Felix KuehlingRemoved all direct hardware access (MMIO, BCI) from...
2004-12-23 Felix KuehlingSimplified and optimized _savage_texnorm_stage.
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...
next