Age | Commit message (Expand) | Author | Files | Lines |
2006-12-19 | EXA: Lots of damage tracking fixes.exa-damagetrack | Michel Dänzer | 1 | -18/+18 |
2006-12-19 | exaGlyphs: mark dirty for software path also. | George Sapountzis | 1 | -3/+3 |
2006-12-19 | Merge branch 'master' into exa-damagetrack | Michel Dänzer | 1 | -26/+97 |
2006-12-19 | EXA: Compare backing pixmaps instead of drawables against driver limits. | Michel Dänzer | 1 | -6/+11 |
2006-08-12 | Call exaTryComponentAlphaHelper() for solid src also. | George Sapountzis | 1 | -17/+76 |
2006-07-03 | Fix bugs in support for new repeatTypes in XAA and EXA. | Eric Anholt | 1 | -1/+4 |
2006-06-24 | Bug #6911: Check return value of exaGetPixelFromRGBA(). | George Fufutos | 1 | -2/+6 |
2006-06-12 | Track per-drawable damage to minimize UTS and DFS transfers. | Michel Dänzer | 1 | -5/+12 |
2006-04-27 | Improve EXA fallback debugging output to include the locations of pixmaps. | Eric Anholt | 1 | -1/+1 |
2006-04-27 | In drawing glyphs, shortcut our way to exaComposite instead of going | Eric Anholt | 1 | -59/+56 |
2006-04-26 | Add a helper for the Component Alpha Over case, which breaks the operation | Eric Anholt | 1 | -13/+62 |
2006-04-26 | Fix a bug in the intersection computation that could concievably cause | Eric Anholt | 1 | -1/+4 |
2006-04-25 | Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs, | Eric Anholt | 1 | -1/+94 |
2006-03-31 | Add an option to EXA for the DDX to request that EXA hide the pixmap's | Eric Anholt | 1 | -0/+43 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 1 | -12/+59 |
2006-03-14 | Pull code for getting the (0,0) pixel from a pixmap out to a separate | Eric Anholt | 1 | -16/+3 |
2006-03-09 | Coverity #349: Fall back to software early if pSrc->pDrawable is NULL, or | Eric Anholt | 1 | -7/+10 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 1 | -35/+33 |
2006-02-23 | Remove redundant composite op reduction, done in Render now. | Adam Jackson | 1 | -18/+0 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 1 | -9/+7 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 1 | -16/+3 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 1 | -1/+1 |
2005-10-12 | Use proper access size when reading pixel based on bpp of the source pixmap | Benjamin Herrenschmidt | 1 | -3/+13 |
2005-10-09 | Don't try the accelerated glyphs path for component-alpha text (which I | Eric Anholt | 1 | -2/+5 |
2005-10-06 | Clients tend to set picture->repeat when not necessary. Most HW cannot | Benjamin Herrenschmidt | 1 | -4/+24 |
2005-10-06 | Bug #4699: Correct some memory leaks in EXA and damage related to region | Eric Anholt | 1 | -0/+1 |
2005-10-04 | Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to do | Eric Anholt | 1 | -0/+2 |
2005-09-30 | sparse cleanups. s/0/NULL/ and mark a few things static. | Adam Jackson | 1 | -3/+3 |
2005-09-21 | Bug #4541: Fix text drawing in the case where a list contains no | Eric Anholt | 1 | -1/+9 |
2005-09-21 | - Change migration-in rule slightly: previously, if your score was less | Eric Anholt | 1 | -3/+2 |
2005-09-18 | Break EXA ABI while we still can. Add coordinates to the UploadToScreen | Eric Anholt | 1 | -8/+15 |
2005-09-17 | - Don't try to upload 0 byte-per-pixel (PICT_a1) data using | Eric Anholt | 1 | -17/+225 |
2005-09-11 | Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called | Eric Anholt | 1 | -6/+3 |
2005-09-11 | Simplify life for EXA drivers by reducing some {Con,Dis}joint ops. | Adam Jackson | 1 | -0/+17 |
2005-08-30 | Remove existing broken maxX/maxY code for composite (results in infinite | Eric Anholt | 1 | -56/+11 |
2005-08-06 | Last bits of changes to make exa build properly in the modular server. | Chris Lee | 1 | -1/+1 |
2005-07-07 | Check vtSema before accelerating primitives and sync in fallbacks only if | Zack Rusin | 1 | -0/+12 |
2005-07-01 | Adding the new acceleration architecture: Exa. It's meant to replace XAA in | Zack Rusin | 1 | -0/+572 |