Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gbm: Add gbm_surface interface | Ander Conselvan de Oliveira | 2012-03-28 | 1 | -3/+104 |
| | | | | | | | | | | | | The idea here is to be able to create an egl window surface from a gbm_surface. This avoids the need for the surfaceless extension and lets the EGL platform handle buffer allocation, while keeping the user in charge of somehow presenting the buffers (using kms page flipping, for example). gbm_surface_lock_front_buffer() locks a surface's front buffer and returns a gbm bo representing it. This bo should later be returned to the gbm surface using gbm_surface_release_buffer(). | ||||
* | gbm: track buffer format through DRI drivers | Jesse Barnes | 2012-02-22 | 1 | -0/+13 |
| | | | | | | | | | | | | GBM needs the buffer format in order to communicate with DRM and clients for things like scanout. So track the DRI format requested in the various back ends and use it to return the DRI format back to GBM when requested. GBM will then map this into the GBM surface type (which is in turn based on the DRM fb format list). Signed-off-by: Jesse Barnes <[email protected]> | ||||
* | gbm: fix copy & paste error in gbm_bo_get_handle documentation | Ander Conselvan de Oliveira | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | gbm: Add documentation for the public facing API | Rob Bradford | 2012-01-13 | 1 | -0/+104 |
| | |||||
* | Add gbm (generic/graphics buffer manager) | Benjamin Franzke | 2011-06-23 | 1 | -0/+190 |