summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* remove PIPE_BIND_TRANSFER_READ/WRITE for compatibility with mesa 12.1Mauro Rossi2016-09-101-5/+0
* android: fix gralloc_drm_pipe building error with mesa 12.1Mauro Rossi2016-08-271-2/+2
* Maintain a list of connector outputsWuZhen2016-06-271-2/+2
* android: fix gralloc_drm_pipe building error with mesa 11.3Mauro Rossi2016-06-131-3/+3
* drm_gralloc: pipe: add error handling for NULL load_pipe_screenRob Herring2016-04-011-9/+13
* gralloc_drm_pipe: ignore mode_quirk_vmwgfxChih-Wei Huang2016-03-181-8/+2
* Revert "Changed format constants to match what vmwgfx driver expects"Chih-Wei Huang2016-03-171-6/+4
* pipe: use gallium loader functionRob Herring2016-03-171-167/+17
* fix pipe building with upstreamRob Herring2016-03-171-2/+2
* gralloc_drm_pipe: remove unnecessary headersChih-Wei Huang2015-06-191-2/+0
* Changed format constants to match what vmwgfx driver expectsPaulo Sergio Travaglia2015-04-191-4/+6
* gralloc_drm_pipe: fix building errors with mesa 10.4Chih-Wei Huang2015-01-221-18/+8
* gralloc_drm_pipe: bail out as soon as the correct screen_create is calledEmil Velikov2015-01-221-1/+7
* freedreno: completely untested initial supportRob Clark2015-01-161-0/+10
* get rid of HAL pixelformats 5551 and 4444Chih-Wei Huang2013-09-251-2/+0
* gralloc_drm: fix building errors with latest mesaChih-Wei Huang2013-04-111-17/+15
* gralloc: change copy api and fix copy function for intelTapani Pälli2013-03-011-14/+13
* gralloc: add NV12 format enum and fb allocation support for itTapani Pälli2012-12-141-0/+1
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due t...Charles Johnson2012-07-101-8/+8
* add support for YUV formatsChia-I Wu2011-10-271-0/+3
* vmwgfx: assorted fixesChia-I Wu2011-08-241-2/+15
* add support for debug.drm.modeChia-I Wu2011-07-301-1/+9
* support other drivers in pipeChia-I Wu2011-07-111-14/+141
* let drivers decide the fb formatChia-I Wu2011-07-111-0/+1
* add (untested) copy support to pipeChia-I Wu2011-06-131-0/+54
* add (untested) pipe supportChia-I Wu2011-06-131-0/+361