summaryrefslogtreecommitdiff
path: root/vc4.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16minigbm: make drv_add_combinations return nothingGurchetan Singh1-5/+2
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh1-2/+2
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-2/+2
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-1/+1
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh1-2/+3
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-1/+1
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh1-1/+1
2017-09-26minigbm: add a default (*bo_unmap) implementationGurchetan Singh1-0/+1
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-4/+2
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh1-3/+9
2017-03-31minigbm: fix long lines missed by clang-formatGurchetan Singh1-2/+1
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-14/+11
2017-03-30minigbm: work with strides, not widthsGurchetan Singh1-1/+8
2017-03-16minigbm: rework flag APIGurchetan Singh1-12/+4
2017-02-08minigbm: Add VC4 backendNiklas Schulze1-0/+93