summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1125-27/+2
|\
| * mesa/dri: User standard integer types.José Fonseca2008-06-241-2/+2
| * Remove CVS keywords.José Fonseca2008-05-2625-25/+0
* | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+6
* | replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-2/+2
* | only use __x86_64__, not __amd64__ (bug 15503)Brian Paul2008-04-141-1/+1
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-60/+33
* | Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+3
* | Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* | Fix sis_dri on ia64.Adam Jackson2008-02-151-0/+2
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-063-16/+19
* | Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* | Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-45/+27
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-12/+11
* | s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806)Brian2007-08-021-1/+3
|/
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* merge current trunk into vbo branchAlan Hourihane2006-11-024-15/+7
* switch remaining drivers over to vboKeith Whitwell2006-10-313-7/+7
* 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