summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis
Commit message (Expand)AuthorAgeFilesLines
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-114-6/+6
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-0/+2
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-3/+3
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-4/+6
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-19/+29
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-206-87/+95
* change Data ptr from GLbyte to GLubyte to silence warningsBrian Paul2004-01-181-1/+1
* include texobj.h to silence warningsBrian Paul2004-01-181-0/+1
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* applied Felix's patch for configuration systemBrian Paul2003-12-122-16/+17
* new MakefilesBrian Paul2003-12-121-2/+2
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-113-30/+6
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-21/+26
* Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt2003-12-093-10/+7
* fix _SOLO build problemAlan Hourihane2003-12-051-0/+10
* fix a _SOLO build problemAlan Hourihane2003-12-051-1/+0
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-0430-413/+283
* Import vtx-0-2-branchKeith Whitwell2003-11-242-2/+1
* Fix Makefiles to copy lib to $(TOP)/lib if missingJon Smirl2003-10-201-1/+5
* add the SiS driver - no kernel driver yetAlan Hourihane2003-09-3033-0/+8589