summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savage_xmesa.c
AgeCommit message (Expand)Author
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-10-11Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-10Refactor savageXMesaSet{Back,Front}ClipRects.Ian Romanick
2006-11-10Enable GLX_SGI_make_current_read.Ian Romanick
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2005-12-06Add support for GL_EXT_secondary_color. It looks like usingEric Anholt
2005-09-28updated assertions (see bug 4590)Brian Paul
2005-09-22Enable GL_ARB_texture_mirrored_repeat on Savage4. Refactor the code thatIan Romanick
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
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