summaryrefslogtreecommitdiff
path: root/src/glamo-kms-driver.c
AgeCommit message (Collapse)Author
2010-04-25Support newer modesetting callbacks to allow rotationThomas White
2009-11-08Sigh. Try again...Thomas White
2009-11-08Fix the fix...Thomas White
2009-11-08Fix previous commitThomas White
2009-11-08Support both old and new sysfs layout in GlamoKernelModesettingAvailable()Thomas White
2009-09-11Reduce debugThomas White
This removes some unnecessary and unhelpful log messages.
2009-08-25Get rid of ModifyPixmapHeader hookThomas White
This has the effect of fixing text rendering, and also makes the code a lot clearer.
2009-08-25Fix headers for recent X.orgThomas White
I think this breaks compatability with older versions. Some kind of conditional thing should be done.
2009-08-22Fix GlamkKernelModesettingAvailable() so that it worksThomas White
2009-08-21Strip out some RAC and loader stuffThomas White
This is necessary to keep up with the latest Xorg-server developments. It works with the latest Git master of the server, which we want to use for the great speedups arising from mixed mode EXA pixmap handling. Please let me know if it breaks on older versions...
2009-08-12Tidy up headers, formatting and unused codeThomas White
2009-08-09Small tidy upThomas White
2009-07-28Initialisation no longer segfaults...Thomas White
2009-07-28De-crashify a few thingsThomas White
2009-07-26It all compiles now...Thomas White
2009-07-26Make everything up to glamo-kms-exa.c compileThomas White
2009-07-23Make glamo-kms-driver.c compileThomas White
2009-07-22ExaClose->GlamoKMSExaCloseThomas White
2009-07-22Drop in most of the rest of the codeThomas White
2009-07-22Just backing up progressThomas White
2009-07-21Makefile and initialisation stuffThomas White
2009-07-20Initial KMS stuffThomas White