summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Changed format constants to match what vmwgfx driver expects"Chih-Wei Huang2016-03-171-6/+4
* Android.mk: remove unneeded static librariesRob Herring2016-03-171-3/+0
* Build pipe support by defaultRob Herring2016-03-171-9/+4
* WIP: synchronize gralloc entry pointsRob Clark2016-03-171-15/+55
* Add gralloc_drm_get_prime_fd functionRob Herring2016-03-173-0/+11
* pipe: use gallium loader functionRob Herring2016-03-173-280/+23
* fix pipe building with upstreamRob Herring2016-03-171-2/+2
* add padding to gralloc_drm_handle_tWuZhen2016-01-061-1/+4
* Merge remote-tracking branch 'x86/lollipop-x86' into marshmallow-x86Chih-Wei Huang2015-11-141-3/+6
|\
| * fix GRALLOC_DRM_HANDLE_NUM_INTS definition for 64-bitMauro Rossi2015-11-141-3/+6
* | Revert "gralloc: Remove localized hw specific pixel format"Chih-Wei Huang2015-10-102-2/+2
* | drm_gralloc: Add drm_gralloc actions to gralloc_drm.hSean Paul2015-10-101-0/+8
|/
* WIP: always use gralloc_drm_get_pid()Rob Clark2015-10-061-1/+1
* android: export drm_gralloc headersMauro Rossi2015-09-181-0/+3
* Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86Chih-Wei Huang2015-07-271-2/+0
|\
| * gralloc_drm_pipe: remove unnecessary headersChih-Wei Huang2015-06-191-2/+0
* | Correct the casting type for radeon drm callsPaulo Sergio Travaglia2015-07-261-2/+2
* | Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86Chih-Wei Huang2015-05-112-1/+59
|\ \ | |/
| * Include newer/missing chipset familiesPaulo Sergio Travaglia2015-05-112-1/+59
* | gralloc_drm: make GRALLOC_USAGE_SW_READ_OFTEN be a valid usageChih-Wei Huang2015-04-301-2/+3
* | Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86Chih-Wei Huang2015-04-301-20/+1
|\ \ | |/
| * do not use pipe driver for r600gChih-Wei Huang2015-04-291-8/+0
| * remove unnecessary paths in LOCAL_C_INCLUDESChih-Wei Huang2015-04-291-12/+1
* | Enable radeonsi on Android-x86Paulo Sergio Travaglia2015-04-301-1/+1
* | Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86Chih-Wei Huang2015-04-199-128/+454
|\ \ | |/
| * Changed format constants to match what vmwgfx driver expectsPaulo Sergio Travaglia2015-04-192-4/+9
| * nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILINGChih-Wei Huang2015-01-291-1/+1
| * gralloc_drm_pipe: fix building errors with mesa 10.4Chih-Wei Huang2015-01-222-19/+11
| * add radeonsi to pci_id_driver_map.hChih-Wei Huang2015-01-221-0/+7
| * nouveau: bring some sw_indicator loveEmil Velikov2015-01-221-4/+34
| * nouveau: update against libdrm_nouveau-2.0Emil Velikov2015-01-221-91/+139
| * all: Cleanup duplicated macros.Emil Velikov2015-01-224-7/+1
| * gralloc_drm_pipe: bail out as soon as the correct screen_create is calledEmil Velikov2015-01-221-1/+7
| * gralloc_drm: bail out early when we find the driverEmil Velikov2015-01-221-11/+16
| * freedreno: completely untested initial supportRob Clark2015-01-165-0/+234
| * gralloc_drm: improve logChih-Wei Huang2015-01-011-7/+12
* | fix building issues of 64-bit targetsChih-Wei Huang2015-01-203-9/+10
* | enable multiarch buildsChih-Wei Huang2015-01-201-2/+2
|/
* radeon: fix tiling config for family older than 06xxpstglia2014-05-191-4/+9
* get rid of HAL pixelformats 5551 and 4444Chih-Wei Huang2013-09-252-4/+0
* radeon: update chipinfo and remove outdated headersChih-Wei Huang2013-08-048-541/+161
* r600g: fix building errors with the latest mesaChih-Wei Huang2013-07-221-0/+2
* gralloc_drm_intel: fix i915 issues: failed to exec batchChih-Wei Huang2013-07-171-2/+10
* allow to force graphics modeSomebody2013-07-171-20/+137
* TEMP HACK: make non-standalone surfaceflinger workChih-Wei Huang2013-07-171-0/+1
* change hal name to gralloc.drmChih-Wei Huang2013-07-171-1/+1
* Fix refcounting of mapped bo'sAndy Ross2013-06-121-0/+1
* gralloc: map HAL format RGBX_8888 to drm format XBGR8888Tapani Pälli2013-05-211-1/+2
* gralloc: provide methods for hwc to change handle of a planeTapani Pälli2013-05-134-4/+37
* Merge "gralloc: check possible crtcs of plane against primary output"Matthew K Gumbel2013-05-092-0/+30
|\