summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename vivante_format() to vivante_pict_format()Russell King2013-10-293-9/+9
* Add common utils helpersRussell King2013-10-295-7/+11
* Keep the 'status' field in structures passed to galcoreRussell King2013-10-291-0/+1
* Ensure that all DRM planes are freed on errorRussell King2013-10-291-1/+1
* Fix bad error cleanup in vivante_accel_PutImageRussell King2013-10-291-1/+3
* Fix initial mode settingRussell King2013-10-291-4/+2
* Fix capability check bugRussell King2013-10-291-1/+1
* Remove support for BMM Xv hackRussell King2013-06-301-79/+1
* Probe for hardware cursor supportRussell King2013-06-302-12/+26
* Default to no bus idRussell King2013-06-301-2/+4