summaryrefslogtreecommitdiff
path: root/hw/xfree86/xaa
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-06xalloc+bzero -> xcallocAdam Jackson2-5/+2
2008-09-02Fix strict-aliasing silliness in XAA.Adam Jackson1-4/+4
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky4-7/+14
2008-08-18Remove xaaTEGlyphBlt.SMathieu Bérard1-964/+0
2008-08-18Remove some unused assembly code and assyntax.hMathieu Bérard1-1/+1
2008-08-03Fix a longstanding XAA CopyPlane bug.Ivaylo Boyadzhiev1-3/+3
2008-06-24Bug #15665: Fix building without Composite.Paul Bender1-0/+2
2008-05-08Bug #13104: Remove broken XAA a1 glyph fast path.Adam Jackson1-144/+0
2008-05-07Bug #13104: XAA: Adapt to glyph storage changes.Adam Jackson1-1/+1
2008-05-06Bug #13104: Don't let XAA glyph pixmaps anywhere near video memory.Adam Jackson1-1/+3
2008-03-22xaa: use xf86ReturnOptValBool instead of xf86IsOptionSetJulien Cristau1-21/+36
2008-02-14Friends don't let friends call xf86AddModuleInfo.Adam Jackson1-25/+1
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh10-44/+46
2007-11-05XFree86: Remove usage of allocaDaniel Stone9-39/+39