summaryrefslogtreecommitdiff
path: root/Xext/shm.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Replace INITARGS with voidTomas Carnecky1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-8/+8
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-21/+26
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-2/+4
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-1/+1
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-3/+3
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-550/+527
2012-01-26Xext: Warning fix for shm.cJon TURNEY1-1/+1
2011-11-19Fix ShmPutImage for XYBitmapJulien Cristau1-1/+1
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-58/+50
2011-09-21Use internal temp variable for swap macrosMatt Turner1-58/+50
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-5/+1
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-3/+1
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-287/+270
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-11/+11
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-7/+22
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-6/+6
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-6/+6
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-2/+3
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-9/+9
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-11/+11
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-10-28Alloc/free drawables array for each ProcPanoramiXShmGetImage call.Jamey Sharp1-8/+9
2009-10-08Remove static MAXSCREENS limit from Xext/shm.cJamey Sharp1-18/+61
2009-09-29Fix ShmPutImage non-ZPixmap case.Michel Dänzer1-9/+34
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-2/+3
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-16/+18
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-0/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson1-4/+4
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-5/+5
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-28Build fix.Adam Jackson1-1/+1
2008-08-28MIT-SHM pixmaps, if they exist, are ZPixmap.Adam Jackson1-19/+1
2008-08-28Reimplement ShmPutImage.Adam Jackson1-63/+23
2008-07-30Make shmint.h part of the SDK.Aaron Plattner1-3/+3
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard1-5/+0
2008-06-11Un-K&R shm extension.Kristian Høgsberg1-66/+34
2008-06-11CVE-2008-1379 - MIT-SHM arbitrary memory readMatthieu Herrb1-2/+11
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-3/+3
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-3/+3
2008-01-26Merge branch 'master' into mpxPeter Hutterer1-8/+42
2008-01-21CVE-2007-6429: Always test for size+offset wrapping.Matthias Hopf1-6/+6
2008-01-18CVE-2007-6429: Don't spuriously reject <8bpp shm pixmaps.Adam Jackson1-16/+20