Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gbm: Add back link flags for udev, dl and glapi | Benjamin Franzke | 2012-01-26 | 1 | -1/+3 |
| | | | | They were left out when migrating to automake. | ||||
* | gbm: fix copy & paste error in gbm_bo_get_handle documentation | Ander Conselvan de Oliveira | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | gbm: install libgbm.so into lib | Matt Turner | 2012-01-24 | 2 | -1/+5 |
| | | | | This partially reverts commit 90e256853418eaaba3717f930cc6a331e4099056. | ||||
* | targets/gbm: Fix install path | Benjamin Franzke | 2012-01-24 | 1 | -2/+2 |
| | | | | | | GBM_BACKEND_INSTALL_DIR was deleted by commit 06ad64ad29e7aa9e2d001f6bd1f8c1c1f77050b8. Since we dont need this configurable, use $(INSTALL_LIB_DIR)/gbm now. | ||||
* | gbm/Makefile.template: Remove builtin-compile path | Benjamin Franzke | 2012-01-24 | 1 | -10/+0 |
| | | | | | Builtins are handled by the main gbm Makefile since 06ad64ad29e7aa9e2d001f6bd1f8c1c1f77050b8. | ||||
* | egl,gbm_gallium: Fix linkage against gbm from automake | Benjamin Franzke | 2012-01-24 | 1 | -2/+2 |
| | | | | | | Add src/gbm/.libs to ldflags. The gbm lib is src/gbm/.libs/ instead of lib/ as of commit 06ad64ad29e7aa9e2d001f6bd1f8c1c1f77050b8. | ||||
* | automake: src/gbm | Matt Turner | 2012-01-23 | 7 | -146/+46 |
| | | | | | libgbm.so.1.0.0 (instead of libgbm.so.1.0) is installed now along with libgbm.so.1 (no change). | ||||
* | gbm: Validate usage flags in gbm_bo_create_from_egl_image() | Kristian Høgsberg | 2012-01-18 | 1 | -0/+11 |
| | | | | | The entry point is supposed to validate that the EGLImage is suitable for the passed in usage flags, but that was never implemented. | ||||
* | gbm: Add documentation for the public facing API | Rob Bradford | 2012-01-13 | 3 | -2/+162 |
| | |||||
* | gbm/dri: avoid crash in dri_screen_create | RALOVICH, Kristóf | 2011-08-04 | 1 | -0/+2 |
| | |||||
* | 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 | ||||
* | targets/gbm: build pipe drivers | Chia-I Wu | 2011-06-24 | 1 | -5/+5 |
| | | | | | | | Build pipe drivers here instead of using those built by the soon-to-be-removed targets/egl. [with an update by Benjamin Franzke to use --{start|end}-group] | ||||
* | gbm: Add gallium (drm) backend | Benjamin Franzke | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | gbm: Add dri backend | Benjamin Franzke | 2011-06-23 | 6 | -0/+575 |
| | |||||
* | Add gbm (generic/graphics buffer manager) | Benjamin Franzke | 2011-06-23 | 13 | -0/+900 |