summaryrefslogtreecommitdiff
path: root/include/privates.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-10dbe: Fold the window private private into the window privateAdam Jackson1-1/+0
2012-07-05privates: Allow device privates to be allocated after server startKeith Packard1-1/+1
2012-07-05Add screen-specific privates.Keith Packard1-1/+53
2012-03-21Introduce a consistent coding styleKeith Packard1-34/+46
2011-05-27"privates.h", line 198: warning: void function cannot return valueAlan Coopersmith1-1/+1
2010-12-06Add fence sync driver interfaceJames Jones1-0/+1
2010-09-18Introduce per-object per-screen privates.Jamey Sharp1-11/+40
2010-08-09Correct function name in dixRegisterPrivateKey commentsAlan Coopersmith1-2/+2
2010-07-01Cast void* to pointer* to appease some compilers.James Jones1-1/+1
2010-06-05Add dixCreatePrivateKey APIKeith Packard1-0/+12
2010-06-05Change devPrivates implementation.Keith Packard1-36/+80
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-52/+138
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-14/+4
2010-05-13Remove devPrivates init and delete callback lists.Keith Packard1-27/+1
2010-04-30dix: Improve documentation of the DIX private data functions.Aaron Plattner1-7/+57
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-11/+11
2008-09-12Array-index based devPrivates implementation.Eamon Walsh1-1/+1
2008-06-13Make devPrivates lookup functions ABI instead of static inlines.Eamon Walsh1-53/+8
2007-09-06devPrivates rework: register an offset for every resource type, useEamon Walsh1-1/+8
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-10/+0
2007-08-16devPrivates rework: Nevermind, can't const due to return value warnings.Eamon Walsh1-3/+3
2007-08-16devPrivates rework: add const qualifier to key type.Eamon Walsh1-3/+3
2007-08-16devPrivates rework: use camelcase standard for name of key type.Eamon Walsh1-11/+11
2007-03-08devPrivates rework: pass address of pointer to private callbacks instead ofEamon Walsh1-1/+1
2007-03-08devPrivates rework: redo field offset registration, drop RC_PRIVATES class.Eamon Walsh1-2/+3
2007-03-08devPrivates rework: redo interface again, dropping parent and type parametersEamon Walsh1-14/+4
2007-03-08devPrivates rework: hook up new mechanism in backwards-compatibility modeEamon Walsh1-0/+10
2007-03-05devPrivates rework: redo interface and implementation.Eamon Walsh1-22/+104
2007-02-23devPrivates rework: add dix header file containing new interface.Eamon Walsh1-0/+77