summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-22vivante: fix missing composite offsets for CopyWindow()HEADmasterRussell King
2014-11-22build: ensure m4 sub-directory is createdRussell King
2014-09-27packaging: add README and INSTALL filesRussell King
2014-09-27add .rej files to .gitignoreRussell King
2014-09-13src: fix failure to enter VTRussell King
2014-09-13vivante: validate source/destination formatsRussell King
2014-09-13vivante: split out the non-alpha workaroundRussell King
2014-09-12vivante: add updated gal extensionRussell King
2014-09-12vivante: fix composite using non-alpha picturesRussell King
2014-09-12vivante: better solid mask handlingRussell King
2014-09-12vivante: remove unused BoxCopy()Russell King
2014-09-12vivante: fix PutImage() positioning bugRussell King
2014-09-12vivante: fix FillSpans() X coordinateRussell King
2014-09-12vivante: fix PolyFillRectSolid()Russell King
2014-09-12vivante: fetch solid colour and convert to ARGB8888Russell King
2014-09-12vivante: fix temporary composite pixmap to be 32-bit ARGB8888Russell King
2014-09-12vivante: move extraction of foreground colour to separate functionRussell King
2014-09-12vivante: fix PolyPoint() CoordModePreviousRussell King
2014-09-12vivante: vivante_fill() takes the boxes themselves rather than the regionRussell King
2014-09-12vivante: fix Composite repeat handlingRussell King
2014-08-26vivante: fix buggy error path when mapping non-shmem bosRussell King
2014-08-14packaging: only include *_drv.so objects in base packageRussell King
2014-08-14vivante: use xf86ScreenToScrn(pScreen)Russell King
2014-08-14src: use xf86ScreenToScrn(pScreen)Russell King
2014-08-14src: avoid passing the Armada buffer manager for non-Armada hardwareRussell King
2014-08-14vivante: avoid assert() in prepare_cpu_drawable()Russell King
2014-08-03vivante: fix overlapping operationsRussell King
2014-08-02vivante: include alpha channel in pixmapsRussell King
2014-07-23Add vivante support for blending alpha-only solid masksRussell King
2014-07-23Clean up vivante_accel_Composite() a littleRussell King
2014-07-23Add support for imx-drmRussell King
2014-07-23Allocate Xv BOs using 16-bpp allocationsRussell King
2014-07-23Fix bug in vivante pixmap dumping functionsRussell King
2014-07-19Fix FillSpans positioning bugRussell King
2014-07-15Fix CloseScreen bug in src/common_drm.cRussell King
2014-05-10Move compat-api.h headerRussell King
2014-03-21Fix bail out on pictures we don't yet handle in composite methodRussell King
2014-03-21Split out the final blending operationRussell King
2014-03-20Use compat-api.h for glyphsRussell King
2014-03-20Split out the ioctl issuing functionRussell King
2014-03-20Move owner checking into vivante_map_gpu()Russell King
2014-03-20Disable vivante batch processingRussell King
2014-03-20Tidy up commented out gcoHAL_Commit() and indentationRussell King
2014-03-20Ensure DRI2 is closed down at the right pointRussell King
2014-03-20Rename map_dma_buf -> dmabuf_mapRussell King
2014-03-20Move GPU source programming into gal_prepare_gpu()Russell King
2014-03-20Move Picture format into vivante_pixmapRussell King
2013-12-23Fix segfault on X shutdown.Russell King
2013-12-23Avoid bouncing pixmaps between GPU and CPU on ChangeWindowAttributes()Russell King
2013-12-05Remove old/obsolete ioctlsRussell King