summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2005-08-30Remove existing broken maxX/maxY code for composite (results in infiniteEric Anholt4-59/+95
2005-08-26Add diagnostic messages for exaDriverInit failure cases.Adam Jackson3-9/+39
2005-08-24Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case.Eric Anholt5-17/+49
2005-08-24Fix a bug where NULL could be dereferenced during the pixmap kick-outEric Anholt1-3/+3
2005-08-24Bugzilla #4090: Introduce getters for pixmap pitch and offset, toEric Anholt4-1/+65
2005-08-24Bugzilla #4089: Fix crashes in !EXA_OFFSCREEN_PIXMAPS case by not trying toEric Anholt3-0/+21
2005-08-14- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignmentEric Anholt5-12/+13
2005-08-08Mon Aug 8 13:39:45 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-0/+4
2005-08-08Add autogenerated source files and other various non-CVS material toKeith Packard1-2/+10
2005-08-06Last bits of changes to make exa build properly in the modular server.Chris Lee2-1/+2
2005-08-06EXA support in the modular build.Chris Lee3-3/+3
2005-08-06Adding exa support to the modular server.Chris Lee1-0/+8
2005-07-09Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon aZack Rusin5-9/+66
2005-07-08mark drawable as dirty on copying/painting windowsZack Rusin3-132/+105
2005-07-08heh, oops (thanks Thomas)Zack Rusin3-66/+45
2005-07-07Check vtSema before accelerating primitives and sync in fallbacks only ifZack Rusin4-12/+180
2005-07-04remove the temporary debugging outputZack Rusin3-9/+0
2005-07-04This fixes the close screen mess (crash reported by Thomas). Also hide theZack Rusin6-128/+205
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone3-3/+3
2005-07-01removing all debugging output from the default build :)Zack Rusin4-21/+23
2005-07-01Leave debugging output for only the interested parties.Zack Rusin1-1/+1
2005-07-01Missed this. Spotted by Thomas.Zack Rusin1-2/+2
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin8-0/+5588