summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-19Implement glamoCopyRegion()Thomas White
2009-09-19Change printf->xf86DrvMsgThomas White
2009-09-19Split DRM command queue handling out to a separate fileThomas White
2009-09-13Fix glamoCreateBuffer(s) (for DRI2)Thomas White
2009-09-11Reduce debugThomas White
2009-08-25Get rid of ModifyPixmapHeader hookThomas White
2009-08-25Change a message from X_WARNING to X_INFOThomas White
2009-08-25Wait after mapping bufferThomas White
2009-08-25Restore composite hooksThomas White
2009-08-25Fix DRI2 registration with recent X serversThomas White
2009-08-25Remove unnecessary variablesThomas White
2009-08-25Fix headers for recent X.orgThomas White
2009-08-22Fix GlamkKernelModesettingAvailable() so that it worksThomas White
2009-08-21Don't unmap on FinishAccess, and return as quickly as possible on re-mapThomas White
2009-08-21Fix DRI2InfoRec problemsThomas White
2009-08-21TypoThomas White
2009-08-21Strip out some RAC and loader stuffThomas White
2009-08-21Handle the new DRI protocol as wellThomas White
2009-08-20EXA synchronisation stuffThomas White
2009-08-18Don't call xf86_reload_cursors()Thomas White
2009-08-18Make the buffer size for very small pixmaps saneThomas White
2009-08-18Reallocate GEM objects when necessaryThomas White
2009-08-12Tidy up headers, formatting and unused codeThomas White
2009-08-09Use libDRM functions instead of bom->funcs etcThomas White
2009-08-09Remove upload/download EXA functions - can't accelerate theseThomas White
2009-08-09Dispatch command buffer when cache is fullThomas White
2009-08-09Small tidy upThomas White
2009-08-06Fix command queue submissionThomas White
2009-07-30Use proper types for cmdq submissionThomas White
2009-07-29Add a missing newlineThomas White
2009-07-28Initialisation no longer segfaults...Thomas White
2009-07-28De-crashify a few thingsThomas White
2009-07-26Cannot accelerate theseThomas White
2009-07-26It all compiles now...Thomas White
2009-07-26Make everything up to glamo-kms-exa.c compileThomas White
2009-07-26Remote crtc.c and output.cThomas White
2009-07-23Just backing up progressThomas 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
2009-07-07remove useless symbol lists.Lars-Peter Clausen
2009-07-05With the recent changes this should not be necessary anymore.Lars-Peter Clausen
2009-07-05Final engine ioctls fixup.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
2009-07-04Don't disable the divider for all memory clocks when disabling the cmdq engine.Lars-Peter Clausen
2009-05-09Don't wait when disabling the cmdq. it causes a wsod for some users.Lars-Peter Clausen