more r500 vs r300 kickin
[mesa.git] / src / mesa / drivers / dri / savage /
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-22 Roland Scheideggerfix GL_LINE_LOOP with drivers using own render pipeline...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-03-21 Brianmerge from master
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Roland Scheideggerenable ARB_vertex_buffer_object for more dri drivers
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-16 Brian Paulremove unused imesa local var to silence warnings
2006-11-10 Ian RomanickBump driver date.
2006-11-10 Ian RomanickRefactor savageXMesaSet{Back,Front}ClipRects.
2006-11-10 Ian RomanickEnable GLX_SGI_make_current_read.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-08-12 Ian RomanickAdd comments explaining a couple "mystery" bits.
2006-06-09 Roland Scheideggershuffle some code to make some assertions in the _savag...
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.
next