summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis
AgeCommit message (Expand)Author
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-02-15Fix sis_dri on ia64.Adam Jackson
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-08-02s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)Brian
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger
2007-03-06Fix/improve framebuffer object reference counting.Brian
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-07-11Revert the SiS and Unichrome DRM version check changes.Thomas Hellström
2006-07-10The SiS and Unichrome drivers assume that the handle to theThomas Hellström
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-04-11More GLSL code:Michal Krol
2006-01-30fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger
2005-11-09Bug 4996.Brian Paul
2005-10-26Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it'sEric Anholt
2005-10-25Move the front.offset setting above a check to shortcut reallocating buffers ifEric Anholt
2005-10-25Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox'sEric Anholt
2005-10-24Cut a bunch of code by not trying to precompute the blit commands and insteadEric Anholt
2005-10-24In the last commit I added in a fatal error on unknown base formats so IEric Anholt
2005-10-24Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightlyEric Anholt
2005-10-24Add support for GL_EXT_secondary_color, tested with seccolor test.Eric Anholt
2005-10-24Turn off the AGP dispatch path yet again, as it seems to be broken (found withEric Anholt
2005-10-24Since we memcpy texture data synchronously to the card, idle the engine beforeEric Anholt
2005-10-24- Add a few more hardware internal formats that are supported. Some remainingEric Anholt
2005-10-24Fix the GL_BLEND case (and remove the fallback associated with it) by convertingEric Anholt
2005-10-24Fix texenv by moving a misplaced check for being in fallback (should cover onlyEric Anholt
2005-10-24Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat,Eric Anholt
2005-10-24Fix a typo in a fallback string.Eric Anholt
2005-10-24Add support for GL_EXT_stencil_wrap by guessing that the skip of two values inEric Anholt
2005-10-20Bump driver dates for the crasher fixes yesterday.Eric Anholt
2005-10-19Make SiS a little more like other drivers: Add SIS_DEBUG (only option beingEric Anholt
2005-10-19Remove some long-dead code.Eric Anholt
2005-10-19Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, allEric Anholt
2005-10-18Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04minor clean-upsBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
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-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger