summaryrefslogtreecommitdiff
path: root/hw/xfree86/exa/exa_render.c
AgeCommit message (Expand)AuthorFilesLines
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