summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2008-09-23exa: disable shared pixmapsJulien Cristau1-0/+10
2008-08-29Reimplement ShmPutImage.Adam Jackson3-108/+0
2008-08-17exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26Maarten Maathuis1-1/+1
2008-07-02Set driverPriv immediately on CreatePixmap.Alan Hourihane1-8/+6
2008-06-30Wrap AddTraps in exa and damage.Keith Packard3-0/+26
2008-06-09EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.Michel Dänzer1-1/+3
2008-06-09EXA: Don't migrate twice in exaImageGlyphBlt.Michel Dänzer1-12/+2
2008-06-09EXA: Don't suggest exaCopyDirty be inlined.Michel Dänzer1-1/+1
2008-06-09EXA: Specify region used for source pixmap migration in exaCopyNtoN.Michel Dänzer1-21/+31
2008-06-09EXA: Set pixmap->accel_blocked on the screen pixmap, too.Tilman Sauerbeck2-0/+33
2008-06-09EXA: Update sys_pitch/fb_pitch in exaModifyPixmapHeader.Tilman Sauerbeck1-15/+28
2008-06-09EXA: Offscreen memory eviction improvements.Michel Dänzer2-15/+36
2008-04-15EXA: Update pixmaps' accel_blocked field in ModifyPixmapHeader.Tilman Sauerbeck1-21/+32
2008-04-15EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8.Tilman Sauerbeck1-0/+3
2008-04-07EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.Fredrik Höglund1-48/+58
2008-04-07EXA: Improve the algorithm used for tracking offscreen pixmap use.Fredrik Höglund3-23/+16
2008-04-07EXA: Fix TS origin computation when implementing RenderComposite with tiling.Owen W. Taylor1-4/+6
2008-02-27EXA: Let the driver decide what repeat/extend types are supported.Maarten Maathuis1-2/+0
2008-02-20EXA: Fix Render acceleration in copy and tiling cases.Eric Anholt1-6/+10
2008-01-14exa: make the prototype for exaGetPixmapFirstPixel() publicBernardo Innocenti2-3/+3
2008-01-04Fix Line drawing with CapNotLast set in PolySegment.Alan Hourihane1-0/+8
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+1
2007-11-17exa: set driverPriv to NULL before it might get used later with garbageBen Skeggs1-0/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh2-8/+26
2007-11-07EXA: Disable problematic optimization of dest pixmap migration by default.Michel Dänzer2-8/+26
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh3-13/+14
2007-11-05EXA: Remove usage of allocaDaniel Stone1-2/+2
2007-11-05EXA: Remove usage of allocaDaniel Stone1-7/+7
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner2-4/+5
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh5-360/+25
2007-10-23EXA: Fix off-by-one in polyline drawing.Pierre Willenbrock1-1/+1
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt2-263/+3
2007-10-19Merge branch 'master' into glyph-pixmapsEric Anholt5-9/+39
2007-10-18EXA: Skip empty glyphs.Michel Dänzer1-0/+1
2007-10-18EXA: Don't attempt to move in pixmaps that can't be accelerated.Michel Dänzer3-2/+20
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh5-139/+186
2007-10-08EXA: dude, don't validation driver hooks twice !Dodji Seketeli1-48/+0
2007-10-04EXA: Disable 1x1 pixmap fill optimization for drivers that handle pixmaps.Michel Dänzer1-6/+5
2007-10-03Merge Xephyr-XV/GL stuff into masterDodji Seketeli1-0/+48
2007-10-03exa: direct access to the pixmap sys ptr is bad if the pixmap isn't mappedDave Airlie1-3/+5
2007-10-03exa: add new flags to denote driver handles all pixmap migration/hidingDave Airlie3-4/+13
2007-10-03exa: make sure we set fb_ptr to NULLDave Airlie1-2/+3
2007-10-02Merge branch 'glyph-pixmaps'Eric Anholt2-99/+5
2007-10-02Add basic Exa driver entry point validation.Dodji Seketeli1-0/+48
2007-10-02exa: increase minor version number for pixmap allocation hooksDave Airlie1-1/+1
2007-10-02exa: only setup offscreen allocator if driver doesn't provide CreatePixmapKristian Høgsberg1-27/+35
2007-10-02exa: add hooks for drivers to take over pixmap allocationDave Airlie2-27/+91
2007-10-02exa: add a pixmap private pointer for drivers to retrieve.Dave Airlie3-0/+15
2007-09-27EXA: Added back the maxPitchPixels initialization code.Tilman Sauerbeck1-0/+15
2007-09-27EXA: Remove bogus pitch checks.Michel Dänzer1-34/+0