Age | Commit message (Collapse) | Author |
|
These two drivers are small in size. Making them built-in should
simplify packaging.
|
|
In preparation for making egl_dri2 built-in. It also handles
symbol lookup error: /usr/local/lib/egl/egl_dri2.so: undefined symbol:
_glapi_get_proc_address
more gracefully.
|
|
This lets the egl_dri2 driver initialize on just a DRM fd.
|
|
Move glapi to src/mapi/{glapi,es1api,es2api}.
|
|
Running pkg-config in Makefiles is bad form, since it doesn't respect the
PKG_CONFIG_PATH value set at ./configure time.
|
|
|