Benjamin Franzke
1b417e1767
gbm: Add back link flags for udev, dl and glapi
...
They were left out when migrating to automake.
2012-01-26 13:23:25 +01:00
Ander Conselvan de Oliveira
33f8a3cfbe
gbm: fix copy & paste error in gbm_bo_get_handle documentation
2012-01-25 12:21:37 -05:00
Matt Turner
a208468e04
gbm: install libgbm.so into lib
...
This partially reverts commit 90e2568534 .
2012-01-24 11:32:02 -05:00
Benjamin Franzke
468c7ea2ac
targets/gbm: Fix install path
...
GBM_BACKEND_INSTALL_DIR was deleted by commit
06ad64ad29 .
Since we dont need this configurable, use $(INSTALL_LIB_DIR)/gbm now.
2012-01-24 10:12:59 +01:00
Benjamin Franzke
ab52be6826
gbm/Makefile.template: Remove builtin-compile path
...
Builtins are handled by the main gbm Makefile since
06ad64ad29 .
2012-01-24 10:00:52 +01:00
Benjamin Franzke
90e2568534
egl,gbm_gallium: Fix linkage against gbm from automake
...
Add src/gbm/.libs to ldflags.
The gbm lib is src/gbm/.libs/ instead of lib/
as of commit 06ad64ad29 .
2012-01-24 10:00:52 +01:00
Matt Turner
06ad64ad29
automake: src/gbm
...
libgbm.so.1.0.0 (instead of libgbm.so.1.0) is installed now
along with libgbm.so.1 (no change).
2012-01-23 15:18:12 -05:00
Kristian Høgsberg
221c678329
gbm: Validate usage flags in gbm_bo_create_from_egl_image()
...
The entry point is supposed to validate that the EGLImage is suitable for
the passed in usage flags, but that was never implemented.
2012-01-18 15:32:51 -05:00
Rob Bradford
baab68e1a6
gbm: Add documentation for the public facing API
2012-01-13 09:31:24 -05:00
RALOVICH, Kristóf
eeed782ecb
gbm/dri: avoid crash in dri_screen_create
2011-08-04 14:09:34 +02:00
Jørgen Lind
496bf3822a
Make it possible to use gbm with c++
...
NOTE: This is a candiate for 7.11
2011-07-19 16:30:07 -07:00
Chia-I Wu
f36d210c93
targets/gbm: build pipe drivers
...
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]
2011-06-24 16:43:03 +09:00
Benjamin Franzke
48d4a001b3
gbm: Add gallium (drm) backend
2011-06-23 21:07:17 +02:00
Benjamin Franzke
2ff797060d
gbm: Add dri backend
2011-06-23 21:07:17 +02:00
Benjamin Franzke
eddcecbf74
Add gbm (generic/graphics buffer manager)
2011-06-23 21:07:17 +02:00