Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gbm: track buffer format through DRI drivers | Jesse Barnes | 2012-02-22 | 3 | -3/+121 |
| | | | | | | | | | | | | 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 |
| | |||||
* | automake: src/gbm | Matt Turner | 2012-01-23 | 2 | -96/+6 |
| | | | | | libgbm.so.1.0.0 (instead of libgbm.so.1.0) is installed now along with libgbm.so.1 (no change). | ||||
* | gbm: Add documentation for the public facing API | Rob Bradford | 2012-01-13 | 3 | -2/+162 |
| | |||||
* | Make it possible to use gbm with c++ | Jørgen Lind | 2011-07-19 | 1 | -0/+9 |
| | | | | NOTE: This is a candiate for 7.11 | ||||
* | gbm: Add gallium (drm) backend | Benjamin Franzke | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | gbm: Add dri backend | Benjamin Franzke | 2011-06-23 | 2 | -0/+8 |
| | |||||
* | Add gbm (generic/graphics buffer manager) | Benjamin Franzke | 2011-06-23 | 10 | -0/+807 |