summaryrefslogtreecommitdiff
path: root/fb/fbscreen.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17fb: Remove 24bpp support (v3)Adam Jackson1-58/+13
2014-10-09fb: fb{Map,Unmap}Window -> fb{Realize,Unrealize}WindowAdam Jackson1-2/+2
2014-07-03fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313Keith Packard1-1/+2
2014-06-04fb: fix screen pixmap leak on server resetBrendan King1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-5/+5
2012-10-25Use new pixman_glyph_cache_t API that will be in pixman 0.28.0Søren Sandmann Pedersen1-0/+1
2012-07-05Use new screen-specific privates for fb window and gc privatesKeith Packard1-2/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-131/+107
2011-04-04mi: fix memory leak in miInitVisualsTiago Vignatti1-4/+0
2011-04-01fb: drop defines that aren't used/necessary anymore.Dave Airlie1-6/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-3/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-7/+7
2010-03-21fb: fbFinishScreenInit: leaked_storage: Variable "(visuals|depths)" goes out ...Oliver McFadden1-0/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-9/+9
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-8/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-9/+9
2008-07-17Dead code removalDaniel Stone1-4/+0
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+0
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-2/+0
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-3/+3
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-6/+0
2007-07-05Clean up unused #ifdefs from fb.Adam Jackson1-32/+1
2006-07-26Add framebuffer access wrapper infrastructure.Aaron Plattner1-0/+40
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-4/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-2/+2
2004-05-16xc/programs/Xserver/fb/fb.hAlan Coopersmith1-3/+3
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/+297