summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-20Fix sizes of arrays for buffer object referencesHEADmasterThomas White1-2/+2
2011-07-19glamo-drm: define GLAMO_CMDQ_MAX_COUNT instead of magic constant 1024Martin Jansa1-5/+11
2010-06-30glamo-output: initialize mode name to NULL with callocMartin Jansa1-1/+1
2010-06-28Rationalise and fix KMS enable/disable configure optionThomas White2-7/+7
2010-06-26Remove x*alloc/xfree calls deprecated in xserver 1.9 RC1Martin Jansa8-35/+35
2010-05-26drm headers moved from drm dir to libdrmMartin Jansa2-5/+5
2010-05-07Remove -pedantic from CFLAGSThomas White1-1/+1
2010-04-25Support newer modesetting callbacks to allow rotationThomas White2-0/+130
2010-03-08Translate KMS pixel clock values -> X valuesThomas White2-2/+2
2010-02-18Support DRI2InfoRec version 2 if that's all that's available, 3 if possible, ...Thomas White1-1/+5
2009-11-08Sigh. Try again...Thomas White1-2/+2
2009-11-08Fix the fix...Thomas White1-1/+1
2009-11-08Fix previous commitThomas White1-1/+1
2009-11-08Support both old and new sysfs layout in GlamoKernelModesettingAvailable()Thomas White1-11/+36
2009-10-29Add DRM librariesThomas White1-0/+1
2009-10-28Make compilation of KMS parts optionalThomas White3-10/+43
2009-10-28Merge branch 'kms'Thomas White17-27/+2393
2009-10-28Reduce excessive waits when resetting enginesThomas White1-2/+2
2009-10-28Reduce excessive waits when resetting enginesThomas White1-2/+2
2009-10-19Fix use of uninitialised 'pScrn'Thomas White1-3/+3
2009-09-19Remove RAC stuffThomas White1-7/+0
2009-09-19Remove more debugThomas White1-23/+0
2009-09-19Remove a debug statementThomas White1-3/+0
2009-09-19Implement glamoCopyRegion()Thomas White1-2/+49
2009-09-19Change printf->xf86DrvMsgThomas White1-4/+12
2009-09-19Split DRM command queue handling out to a separate fileThomas White4-73/+154
2009-09-13Fix glamoCreateBuffer(s) (for DRI2)Thomas White3-41/+135
2009-09-11Reduce debugThomas White1-9/+1
2009-08-25Get rid of ModifyPixmapHeader hookThomas White3-28/+17
2009-08-25Change a message from X_WARNING to X_INFOThomas White1-2/+2
2009-08-25Wait after mapping bufferThomas White1-0/+2
2009-08-25Restore composite hooksThomas White1-4/+43
2009-08-25Fix DRI2 registration with recent X serversThomas White1-2/+8
2009-08-25Remove unnecessary variablesThomas White1-5/+0
2009-08-25Fix headers for recent X.orgThomas White5-6/+3
2009-08-22Fix GlamkKernelModesettingAvailable() so that it worksThomas White1-0/+1
2009-08-21Don't unmap on FinishAccess, and return as quickly as possible on re-mapThomas White1-18/+7
2009-08-21Fix DRI2InfoRec problemsThomas White1-6/+5
2009-08-21TypoThomas White1-2/+2
2009-08-21Strip out some RAC and loader stuffThomas White2-14/+0
2009-08-21Handle the new DRI protocol as wellThomas White1-2/+41
2009-08-21Use $PKG_CONFIG instead of pkg-configThomas White1-1/+1
2009-08-20EXA synchronisation stuffThomas White2-10/+65
2009-08-18Don't call xf86_reload_cursors()Thomas White1-3/+0
2009-08-18Make the buffer size for very small pixmaps saneThomas White1-2/+4
2009-08-18Reallocate GEM objects when necessaryThomas White1-9/+28
2009-08-12Tidy up headers, formatting and unused codeThomas White8-60/+31
2009-08-09Use libDRM functions instead of bom->funcs etcThomas White1-20/+13
2009-08-09Remove upload/download EXA functions - can't accelerate theseThomas White1-16/+2
2009-08-09Dispatch command buffer when cache is fullThomas White1-25/+37