summaryrefslogtreecommitdiff
path: root/fb/fbpixmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17fb: Remove 24bpp support (v3)Adam Jackson1-14/+3
2014-11-12Drop trailing whitespacesPeter Hutterer1-3/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-04-30dix: allow pixmap dirty helper to be used for non-shared pixmapsDave Airlie1-0/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-215/+193
2011-04-01fb: drop defines that aren't used/necessary anymore.Dave Airlie1-2/+0
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard1-4/+6
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson1-6/+4
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+2
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-5/+5
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-7/+7
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-7/+7
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+5
2007-11-15Save pixmap allocation hints into the PixmapRec.Aaron Plattner1-2/+5
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+2
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-1/+1
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+0
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2007-04-05devPrivates rework: properly free devPrivates on compatibility structures,Eamon Walsh1-0/+1
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh1-4/+0
2006-08-07Use DrawablePtrs instead of PixmapPtrs for Prepare/Finish access.Aaron Plattner1-1/+1
2006-08-01Wrap libwfb memory access.Aaron Plattner1-3/+3
2006-07-26Add framebuffer access wrapper infrastructure.Aaron Plattner1-0/+6
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-3/+2
2005-09-13Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmapDaniel Stone1-2/+4
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-08-09Move the new render symbols to dixsym.c instead so they are grouped withKristian Høgsberg1-0/+5
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+378