summaryrefslogtreecommitdiff
path: root/src/glamo-driver.c
AgeCommit message (Collapse)Author
2010-06-26Remove x*alloc/xfree calls deprecated in xserver 1.9 RC1Martin Jansa
2009-10-28Make compilation of KMS parts optionalThomas White
Configure with --enable-kms to enable the KMS parts. With this option, the driver will include both traditional (fbdev-based) and KMS drivers, and will choose between the two at runtime depending on the kernel. Without this option, the driver will be exactly as the traditional driver.
2009-10-19Fix use of uninitialised 'pScrn'Thomas White
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-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-07-28De-crashify a few thingsThomas White
2009-07-22Just backing up progressThomas White
2009-07-21Makefile and initialisation stuffThomas White
2009-07-20Initial KMS stuffThomas White
2009-07-07remove useless symbol lists.Lars-Peter Clausen
2009-07-05s,HAS_ENGINE_IOCTLS,HAVE_ENGINE_IOCTLS,gLars-Peter Clausen
2009-07-05Implement support for engine ioctls. The glamo Xorg driver should only touchLars-Peter Clausen
cmdq or 2d registers, so we enable/disable engines through framebuffer ioctls. This needs support from the kernel side.
2009-05-09Only reset those bits which we actually change.Lars-Peter Clausen
2009-05-04Don't try to accelerate 8bit solid fills, because in it's current shape it doesLars-Peter Clausen
not work.
2009-04-26Fix size/offset bugs in the new memory management code.Lars-Peter Clausen
2009-03-11Implement memory managment which allows us to allocate static memory areas inLars-Peter Clausen
the framebuffer without exa.
2009-02-25Make the path to the sysfs state file for the jbt6k47 display driverLars-Peter Clausen
configurable. It can either be set at configure time with --with-jbt6k47-state-path=PATH. Or at runtime in the xorg.conf device section. The option name is StatePath.
2009-02-22Add legacy modesetting path for xorg prior to 1.5.0.0Lars-Peter Clausen
It doesn't support rotation yet.
2009-02-22Map the mmio register ourself and do not rely on xorgs xf86MapVidMem since itLars-Peter Clausen
wont work properly.
2009-02-22Add proper VT switching. Save and restore hardware registers. This should fixLars-Peter Clausen
suspend/resume.
2009-02-19Do proper error messages.Lars-Peter Clausen
2009-02-19Use "Device" as option name to set the path to the framebuffer device.Lars-Peter Clausen
2009-02-19Lots of code cleanup: Remove unused functions, fix naming, fix indent.Lars-Peter Clausen
2009-02-19Add basic RandR 1.2 support.Lars-Peter Clausen
2009-02-01More "we only support 16bit" cleanup.Lars-Peter Clausen
2009-02-01Remove DGA code.Lars-Peter Clausen
2009-01-27glamo neither uses isa nor pci...Lars-Peter Clausen
2009-01-25Let the damm thing compile with -pedantic -Wall -WerrorLars-Peter Clausen
2009-01-08glamo* : call correct initialiation function from kdrive and add more debug infoGraeme Gregory
2009-01-04glamo* : sort out initialisation order for exa/CMDQGraeme Gregory
2009-01-03glamo-driver.c : map the registers inGraeme Gregory
2009-01-01glamo* : keep the symbol loader happyGraeme Gregory
2008-12-31glamo* : keep libtool happyGraeme Gregory