summaryrefslogtreecommitdiff
path: root/hw/xfree86/xaa
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Remove XAADaniel Stone42-24493/+0
2012-07-02Add pixman to module dependencies for pixman_region_* functionsAlan Coopersmith1-1/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-25/+23
2012-05-21xaa: convert pScrn->pScreen to use accessor.Dave Airlie2-3/+3
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie5-9/+9
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard39-16285/+15720
2012-01-09Always install xaa sdk headersAdam Jackson1-0/+4
2011-12-08Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+4
2011-12-09xfree86: include xorg-config.h from xaalocal.hPeter Hutterer1-0/+4
2011-12-07Merge remote-tracking branch 'airlied/reviewed-fixes'Keith Packard1-0/+1
2011-12-06xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-05Fix gcc warnings about redundant declarations of fallback functionsAlan Coopersmith1-0/+3
2011-10-15xfree86: Link modules with -moduleJeremy Huddleston1-1/+1
2011-03-17Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class"Keith Packard1-5/+5
2011-03-08dix: Remove usage_hint from pixmaps, store it in ->drawable.classAdam Jackson1-5/+5
2011-01-05Call SourceValidate even if src == dstVille Syrjälä1-2/+1
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-1/+2
2010-12-07Enable silent rules for cat and echo.Cyril Brulebois1-26/+26
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-2/+0
2010-09-13Delete redundant GC initializations.Jamey Sharp1-5/+0
2010-09-13Delete xaaWrapper.Jamey Sharp3-489/+2
2010-09-13Delete unused devPrivate field from GCFuncs and GCOps.Jamey Sharp2-2/+0
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard1-1/+11
2010-06-22Revert "mi: Remove unused overlay support"Keith Packard1-1/+28
2010-06-20mi: Remove unused overlay supportMikhail Gusarov1-28/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-3/+3
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov6-24/+13
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard4-17/+27
2010-06-05Rename region macros to eliminate screen argumentKeith Packard20-131/+131
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-3/+3
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-4/+4
2010-05-12Kill DoChangeGC in favor of dixChangeGC.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov20-95/+95
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard7-40/+0
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+4
2009-08-04Add support for RENDER BGRA formats.Michel Dänzer1-4/+16
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer3-5/+5
2009-02-03Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".Aaron Plattner1-1/+3
2009-01-11xfree86: ANSI cleanupsJulien Cristau2-6/+2
2009-01-08XAA: Disable offscreen pixmaps by default.Adam Jackson1-3/+6
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade39-357/+356
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade31-128/+131
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade13-22/+23
2008-11-27Add missing includeJulien Cristau1-1/+1
2008-11-25Remove unused XAAAvailableOptionsAdam Jackson1-9/+0
2008-11-25Warning fix.Adam Jackson1-0/+4
2008-11-07XAA PixmapOps: Sync before accessing unwrapped callbacks.Luc Verhaegen3-3/+9
2008-10-26xaa: Fix compiler warning (implicit declaration)Julien Cristau2-1/+4