summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga
Commit message (Expand)AuthorAgeFilesLines
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* Fix bug #8799.Ian Romanick2006-10-302-22/+8
* Refactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackClipRects.Ian Romanick2006-10-301-33/+8
* Get DRI drawable from framebuffer object.Ian Romanick2006-10-303-10/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-4/+13
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-152-15/+1
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* make mgaSetFence() and mgaWaitFence() staticBrian Paul2006-05-231-2/+2
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-1/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-3/+3
* make some funcs staticBrian Paul2005-09-141-2/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+2
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-14/+35
* minor clean-upsBrian Paul2005-09-041-2/+1
* SetBuffer, renderbuffer changesBrian Paul2005-09-032-113/+18
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-2/+1
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-153-10/+24
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-9/+7
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+15
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-263-32/+14
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-41/+13
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-23/+3
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-30/+49
* Fix linux-solo build for mga check-inJon Smirl2005-06-161-0/+1
* Adds support for MGA DRM version 3.2.Ian Romanick2005-06-144-73/+134
* Pull hardware locking out into SpanRenderStart/Finish rather thanEric Anholt2005-05-301-10/+20
* Add the description of the no_rast option fallback so that MGA_DEBUG=fallEric Anholt2005-05-301-1/+2
* Add the no_rast debug option, which I used in some testing.Eric Anholt2005-05-302-1/+10
* In addition to dead-code removal and other clean-up, bump the required DDXIan Romanick2005-05-183-87/+83
* More comments. More dead-code removed. More clean-up.Ian Romanick2005-05-184-87/+66
* Rearranged some code and added some comments to mgaAllocDmaLow. TheIan Romanick2005-05-161-7/+15
* Remove some unused structure fields, add some comments, and ifdef out someIan Romanick2005-05-124-18/+49
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-047-20/+163
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-22/+4
* Fixing memset on ia64 & other archsDave Airlie2005-03-051-2/+3
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-7/+7
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-143-4/+3
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-5/+3
* Fixed off by one errors in clipping.Ville Syrjala2004-10-161-2/+2
* Convert MGA driver to use new spantmp2.h interface.Ian Romanick2004-10-151-70/+27
* Use the driFillInModes utility function.Ian Romanick2004-10-041-85/+32