Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-16 | Also PUBLICize the config option table | Adam Jackson | |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson | |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-09-25 | Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang | Eric Anholt | |
the hardware. Re-enable AGP by default. | |||
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | |
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own. | |||
2004-06-08 | * Convert to use t_vertex.c instead of sis_vb.[ch] | Eric Anholt | |
* Don't dispatch vertices directly to MMIO; queue them up in dma-like buffers first. This makes things more uniform between AGP and MMIO paths, cleans up some locking ugliness, and makes the driver look more like other drivers. * Don't use the AGP Cmd buffer provided by the server. Instead allocate one in the client, which avoids the need for lots of synchronization stuff. * Mark some MMIO accesses volatile that should have been. * Disable the AGP submission path by default (agp_disable=true) due to unresolved issues in the new code. The old code had its own (serious) errors with AGP, so this is not really a step backwards. | |||
2004-06-07 | Add NEW_INTERFACE bits. | Eric Anholt | |
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl | |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2003-12-12 | applied Felix's patch for configuration system | Brian Paul | |
2003-12-09 | Remove usleeps from sis driver. We probably aren't doing anyone a service | Eric Anholt | |
sleeping with the lock held. Also, rename cEngineState to engineState since it isn't a char any more. | |||
2003-12-05 | fix _SOLO build problem | Alan Hourihane | |
2003-12-04 | merge latest DRI sis driver changes from the DRI trunk | Alan Hourihane | |
2003-09-30 | add the SiS driver - no kernel driver yet | Alan Hourihane | |
(build tested, but not physically tested) |