summaryrefslogtreecommitdiff
path: root/dix/resource.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-15dix: Fix undefined shift in HashResourceIDAdam Jackson1-2/+2
2018-12-11dix: cache ResourceClientBits() valueOlivier Fourdan1-1/+6
2016-10-28dix: Bump MAXHASHSIZE for the resource db [v2]Keith Packard1-24/+9
2016-10-06Fix id in error when resource does not existPeter Harris1-2/+6
2015-08-24configurable maximum number of clientsOlivier Fourdan1-5/+28
2015-04-21Convert dix/* to new *allocarray functionsAlan Coopersmith1-3/+3
2015-02-10Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith1-4/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-8/+8
2014-09-18Build required portions of registry.c automatically [v2]Keith Packard1-0/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-21/+21
2012-04-18dix: add reference count of the resource to ResourceSizeRecErkki Seppälä1-2/+9
2012-04-18dix: don't use a local wrapper for calling HashResourceIDErkki Seppälä1-15/+15
2012-04-18dix: add hashing functions to resource.h for others to use.Erkki Seppälä1-15/+22
2012-04-18dix: add a mechanism for iterating through all subresourcesErkki Seppälä1-1/+123
2012-04-18render: Report pixmap usage of pictures to resource extension.Rami Ylimäki1-0/+197
2012-03-21Introduce a consistent coding styleKeith Packard1-345/+296
2011-12-12constify strings in resource name registryAlan Coopersmith1-1/+1
2011-04-21dix: silence compiler warningPeter Hutterer1-1/+1
2011-03-28dix: Small refactor to resource deletionAdam Jackson1-18/+16
2011-01-20resource: Fix indentationAdam Jackson1-14/+14
2011-01-20resource: Remove expectID hackAdam Jackson1-7/+0
2011-01-20resource: s/NullResource/NULL/gAdam Jackson1-4/+3
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-2/+0
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+6
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-27/+68
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-15/+15
2010-05-11dix: Update element count in FreeResource*()Kristian Høgsberg1-1/+9
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-2/+6
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
2009-06-24dix/resource: fix use after free in resource code with DRIDave Airlie1-4/+8
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-5/+17
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-5/+34
2009-01-22Remove a bunch of useless casts.Adam Jackson1-6/+5
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-21/+21
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-7/+7
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson1-2/+2
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-5/+0
2008-02-14Silence FreeResource()Adam Jackson1-5/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-117/+48
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-3/+3
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+3
2007-11-05DIX: Remove usage of allocaDaniel Stone1-3/+3
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-31/+2
2007-09-26dix: unify ErrorFs. prepend all with [dix].Peter Hutterer1-2/+2
2007-09-06devPrivates rework: register an offset for every resource type, useEamon Walsh1-0/+2
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-1/+1
2007-08-14dix: remove caching of drawables and graphics contexts. The security checksEamon Walsh1-20/+0