summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vivante: move extraction of foreground colour to separate functionRussell King2014-09-121-9/+10
* vivante: fix PolyPoint() CoordModePreviousRussell King2014-09-121-8/+18
* vivante: vivante_fill() takes the boxes themselves rather than the regionRussell King2014-09-121-26/+15
* vivante: fix Composite repeat handlingRussell King2014-09-121-5/+20
* vivante: fix buggy error path when mapping non-shmem bosRussell King2014-08-261-0/+1
* vivante: use xf86ScreenToScrn(pScreen)Russell King2014-08-142-3/+3
* src: use xf86ScreenToScrn(pScreen)Russell King2014-08-141-1/+1
* src: avoid passing the Armada buffer manager for non-Armada hardwareRussell King2014-08-143-10/+26
* vivante: avoid assert() in prepare_cpu_drawable()Russell King2014-08-141-1/+0
* vivante: fix overlapping operationsRussell King2014-08-031-3/+15
* vivante: include alpha channel in pixmapsRussell King2014-08-021-4/+5
* Add vivante support for blending alpha-only solid masksRussell King2014-07-231-20/+98
* Clean up vivante_accel_Composite() a littleRussell King2014-07-231-12/+11
* Add support for imx-drmRussell King2014-07-232-2/+18
* Allocate Xv BOs using 16-bpp allocationsRussell King2014-07-231-3/+8
* Fix bug in vivante pixmap dumping functionsRussell King2014-07-231-2/+8
* Fix FillSpans positioning bugRussell King2014-07-191-4/+4
* Fix CloseScreen bug in src/common_drm.cRussell King2014-07-151-3/+3
* Move compat-api.h headerRussell King2014-05-102-2/+2
* Fix bail out on pictures we don't yet handle in composite methodRussell King2014-03-211-26/+46
* Split out the final blending operationRussell King2014-03-211-59/+70
* Use compat-api.h for glyphsRussell King2014-03-201-4/+1
* Split out the ioctl issuing functionRussell King2014-03-201-2/+8
* Move owner checking into vivante_map_gpu()Russell King2014-03-202-1/+4
* Disable vivante batch processingRussell King2014-03-203-1/+45
* Tidy up commented out gcoHAL_Commit() and indentationRussell King2014-03-201-4/+1
* Ensure DRI2 is closed down at the right pointRussell King2014-03-201-4/+4
* Rename map_dma_buf -> dmabuf_mapRussell King2014-03-202-3/+3
* Move GPU source programming into gal_prepare_gpu()Russell King2014-03-201-27/+10
* Move Picture format into vivante_pixmapRussell King2014-03-202-34/+32
* Fix segfault on X shutdown.Russell King2013-12-231-2/+3
* Avoid bouncing pixmaps between GPU and CPU on ChangeWindowAttributes()Russell King2013-12-231-21/+29
* Remove old/obsolete ioctlsRussell King2013-12-052-102/+0
* Convert Armada DRM CRTC into a set of library functionsRussell King2013-12-046-777/+939
* compat-api stuff addedSergey Bolshakov2013-12-0410-63/+180
* Only call vivante_free_pixmap() if we are running acceleratedRussell King2013-12-041-1/+3
* Add error reporting for gco2D_DisableAlphaBlend() callRussell King2013-10-301-1/+6
* Move the drm fd into our crtc structureRussell King2013-10-302-15/+17
* Avoid passing 'drm' to armada_bo_alloc_framebuffer()Russell King2013-10-301-4/+5
* Clean up drmc->drm->fdRussell King2013-10-301-4/+3
* Separate out connector/output handingRussell King2013-10-304-409/+442
* Move cursor maximum width/height to private crtc info structureRussell King2013-10-292-12/+13
* Avoid setting up a brush when none is requiredRussell King2013-10-291-10/+3
* Wrap udev structures up in its own structureRussell King2013-10-292-12/+16
* Remove unused 'phys' and 'last_phys' members from Xv driverRussell King2013-10-291-8/+0
* Move bo map/unmap to vivante_utils.cRussell King2013-10-293-42/+56
* Cleanup pixmap freeingRussell King2013-10-291-6/+2
* Provide a function to unmap bo-mapped objectsRussell King2013-10-291-9/+14
* Move checks out of vivante_unmap_gpu()Russell King2013-10-292-12/+10
* Only call vivante_map_gpu() if the pixmap isn't already mapped to the GPU.Russell King2013-10-292-29/+26