summaryrefslogtreecommitdiff
path: root/exa/exa_render.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-12Use proper access size when reading pixel based on bpp of the source pixmapBenjamin Herrenschmidt1-3/+13
2005-10-09Don't try the accelerated glyphs path for component-alpha text (which IEric Anholt1-2/+5
2005-10-06Clients tend to set picture->repeat when not necessary. Most HW cannotBenjamin Herrenschmidt1-4/+24
2005-10-06Bug #4699: Correct some memory leaks in EXA and damage related to regionEric Anholt1-0/+1
2005-10-04Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to doEric Anholt1-0/+2
2005-09-30sparse cleanups. s/0/NULL/ and mark a few things static.Adam Jackson1-3/+3
2005-09-21Bug #4541: Fix text drawing in the case where a list contains noEric Anholt1-1/+9
2005-09-21- Change migration-in rule slightly: previously, if your score was lessEric Anholt1-3/+2
2005-09-18Break EXA ABI while we still can. Add coordinates to the UploadToScreenEric Anholt1-8/+15
2005-09-17- Don't try to upload 0 byte-per-pixel (PICT_a1) data usingEric Anholt1-17/+225
2005-09-11Add a pair of hooks, PrepareAccess() and FinishAccess(), which get calledEric Anholt1-6/+3
2005-09-11Simplify life for EXA drivers by reducing some {Con,Dis}joint ops.Adam Jackson1-0/+17
2005-08-30Remove existing broken maxX/maxY code for composite (results in infiniteEric Anholt1-56/+11
2005-08-06Last bits of changes to make exa build properly in the modular server.Chris Lee1-1/+1
2005-07-07Check vtSema before accelerating primitives and sync in fallbacks only ifZack Rusin1-0/+12
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin1-0/+572