summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis
Commit message (Expand)AuthorAgeFilesLines
* comment-out unused varBrian Paul2006-11-011-1/+1
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-182-35/+21
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-152-31/+1
* Revert the SiS and Unichrome DRM version check changes.Thomas Hellström2006-07-111-23/+1
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-104-5/+29
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-083-6/+8
* More GLSL code:Michal Krol2006-04-112-9/+12
* fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger2006-01-301-1/+1
* Bug 4996.Brian Paul2005-11-092-2/+2
* Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt2005-10-264-17/+35
* Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt2005-10-252-5/+6
* Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt2005-10-2511-58/+1894
* Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt2005-10-249-289/+83
* In the last commit I added in a fatal error on unknown base formats so IEric Anholt2005-10-241-0/+14
* Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt2005-10-243-3/+33
* Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt2005-10-245-17/+50
* Turn off the AGP dispatch path yet again, as it seems to be broken (found withEric Anholt2005-10-241-1/+1
* Since we memcpy texture data synchronously to the card, idle the engine beforeEric Anholt2005-10-241-0/+4
* - Add a few more hardware internal formats that are supported. Some remainingEric Anholt2005-10-244-41/+135
* Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt2005-10-242-27/+16
* Fix texenv by moving a misplaced check for being in fallback (should cover onlyEric Anholt2005-10-241-2/+5
* Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt2005-10-242-24/+29
* Fix a typo in a fallback string.Eric Anholt2005-10-241-1/+1
* Add support for GL_EXT_stencil_wrap by guessing that the skip of two values inEric Anholt2005-10-244-7/+32
* Bump driver dates for the crasher fixes yesterday.Eric Anholt2005-10-201-1/+1
* Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt2005-10-194-9/+63
* Remove some long-dead code.Eric Anholt2005-10-194-215/+0
* Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt2005-10-1911-197/+252
* Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt2005-10-182-1/+12
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+2
* 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-6/+8
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-10/+10
* minor clean-upsBrian Paul2005-09-041-2/+1
* SetBuffer, renderbuffer changesBrian Paul2005-09-034-73/+20
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-2/+5
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-282-2/+2
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-9/+7
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-26/+2
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-140/+15
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-28/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-5/+9
* Zero out the ENGPACKET allocated on the stack, to avoid sending uninitializedEric Anholt2005-06-261-0/+2
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* 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-048-34/+179
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-316-20/+3
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-10/+10
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1