summaryrefslogtreecommitdiffstats
path: root/include/hardware/hwcomposer_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* HWC 1.1: add FRAMEBUFFER_TARGET layer typeJesse Hall2012-08-161-0/+4
| | | | Change-Id: I61965c343dceb4137bc439b49ea90ec13183b719
* Introduce HWC_DEVICE_API_VERSION_1_0Jesse Hall2012-06-181-1/+1
| | | | | | | The new version adds an acquire and release fence to each layer, providing explicit producer->hwc and hwc->producer synchronization. Change-Id: Ibd6e3c7b3515c012c767246e6d6514274fdef01d
* split hwcomposer.hMathias Agopian2012-05-131-0/+148
hwcomposer_defs.h now contains enums, which are essentially names. This won't change when we rev the h/w composer API (new ones will be added instead). we do this to avoid having to abstract all these constants in higher level APIs; instead hwcomposer_defs.h can be included without exposing the hwcomposer's data structures (which are a lot more fragile wrt. backward compatibility) Change-Id: Ifb514f64de02a599fdd2d31c188327209ccb0ffc