History log of /external/mesa3d/src/gallium/state_trackers/egl/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f2c87cc8f50d0a0ec3c9be1ddf6cf035002e5c7 17-Jul-2012 Elvis Lee <kwangwoong.lee@lge.com> st/egl: Fix build for wayland includes

common/native_wayland_drm_bufmgr_helper.c fails to find wayland-server.h

Signed-off-by: Elvis Lee <kwangwoong.lee@lge.com>
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
041ff4c731a00a0316d963456e2428146a01c709 05-Oct-2011 Brian Paul <brianp@vmware.com> egl: restore missing \ in Makefile
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
3db309aecee57d7e0055a49a0e12a491a554347b 01-Oct-2011 Stéphane Marchesin <marcheu@chromium.org> configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.

Us poor souls who cross compile mesa want to be able to specify which pkg-config to pick, or at least just change one place.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
a5f8d37be141fac5c4ac605163a552ac64324e15 20-Sep-2011 Chia-I Wu <olv@lunarg.com> st/egl: add support for null platform

The backend calls null_sw_create() to create sw_winsys. And that is
pretty much it...
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
737bd7367e5a99cf64ec4bfc4420e3380b60878f 30-May-2011 Benjamin Franzke <benjaminfranzke@googlemail.com> st/egl: Hookup gbm for drm backend
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
184bb09ff5cf2715dfee91e25ec20cbaa2e4445c 30-Apr-2011 Benjamin Franzke <benjaminfranzke@googlemail.com> st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,wayland
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
e71920929e3933b007b0bd2358def91df1447eb3 03-Mar-2011 Benjamin Franzke <benjaminfranzke@googlemail.com> egl/wayland: Move wayland-egl into a subdir

This hopefully fixes wayland-egl's dependency
resolution for autogenerated wayland-drm headers.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
6b369c4c7cd8a52f99bbff2a57fb316b33a87495 21-Feb-2011 Benjamin Franzke <benjaminfranzke@googlemail.com> egl: Add EGL_WL_bind_wayland_display
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
381ea0d67a6d84a34d23571c49bbf4339ffda364 04-Feb-2011 Benjamin Franzke <benjaminfranzke@googlemail.com> st/egl: Add wayland platform
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
8e630fad7260ea9e0c2792f4424a0c1ab0353cc9 01-Nov-2010 Thomas Hellstrom <thellstrom@vmware.com> st/egl: Fix build for include files in nonstandard places

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
e7424d72405a1cb1fb5ac625b340043aaa9f88be 19-Sep-2010 Chia-I Wu <olv@lunarg.com> st/egl: Rename kms backend to drm.

The main use of the backend is to support EGL_MESA_drm_display. drm
should be a better name.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
1288d5c39234e7c54ae2fbb81dd788c98c62a7b3 23-Aug-2010 Chia-I Wu <olv@lunarg.com> st/egl: Fix r300/r600 support in KMS backend.

When the kernel driver name is radeon, ask the loader for r300 or r600
depending on the PCI ID.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
d5ab243d5a5bacbd2ba615d40f13c8ab37364745 29-Jun-2010 Chia-I Wu <olv@lunarg.com> st/egl: Move module loading code to targets.

Several changes are made. libegl.a no longer defines _eglMain. It
defines functions to create and destroy a _EGLDriver instead. The
creation function is called by the targets. It takes an egl_g3d_loader
as its argument. The loader is defined by the targets and is in charge
of creating st_api and pipe_screen. This allows us to move the module
loading code to targets. Lastly, the modules are now loaded as the
respective contexts are created.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
d8e0e114567ec19fd59f974080a418dc959cc9b6 29-Jun-2010 Chia-I Wu <olv@lunarg.com> st/egl: Reorganize targets.

Merge all targets into targets/egl/. The target produces
egl_gallium_<HW>.so for each pipe driver and st_<API>.so for each client
APIs. This enables us to further merge egl_gallium_<HW>.so into
egl_gallium.so later.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
ea05299ce54ea0463626277907cab8e849884740 17-Jun-2010 Chia-I Wu <olv@lunarg.com> st/egl: One driver per hardware.

Merge multiple egl_<platform>_<pipe>.so into a single
egl_gallium_<pipe>.so. The environment variable EGL_PLATFORM is now
used to modify the return value of _eglGetNativePlatform.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
da39d5d3b46c55f88a2f051368e09284732fd440 17-Jun-2010 Chia-I Wu <olv@lunarg.com> egl: s/EGL_DISPLAY/EGL_PLATFORM/.

A platform is already used to mean a window system in EGL. No need to
use a different term.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
71580edc017f8feb667953df5a6e0792557672e1 03-Jun-2010 Chia-I Wu <olv@lunarg.com> st/egl: Add fbdev backend.

The backend is pure software. It implements EGL_MESA_screen_surface
extension, and is kept simple by only exporting the current mode.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
22c2e57cbb0fd5ed6856a7350672fa01c02b00ca 03-Jun-2010 Chia-I Wu <olv@lunarg.com> st/egl: Move sw screen creation to native helper.

The code is shared by ximage and gdi backend.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
296adbd545b8efd38c9ed508166b2de2764a444b 25-Apr-2010 Chia-I Wu <olv@lunarg.com> glapi: Move to src/mapi/.

Move glapi to src/mapi/{glapi,es1api,es2api}.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
88be2171e7336201e5ee97ade36ba3de4fe939bf 18-Apr-2010 Dan Nicholson <dbn.lists@gmail.com> egl: Pass flags to locate Xlib headers and libraries

eglplatform.h pulls in Xlib.h on X11 platforms. Likewise, the egl glx
driver and egl programs needs to link to libX11. Make sure we use the
locations the user told us about.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
6e8897ff9f90601ebf6eed500ad942c11b54d1f7 09-Feb-2010 Kristian Høgsberg <krh@bitplanet.net> Retire miniglx and move the actual glx code up to src/glx
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
5f08eff2a769e27df37fc00e46797e70a54727bb 05-Feb-2010 Chia-I Wu <olvaffe@gmail.com> egl: Remove egl_xdri.

egl_xdri steals code from src/glx/x11/. This makes it broken from time
to time when there is a bigger change to the GLX code. As egl_dri2 has
been merged, which also functions as a DRI2 driver loader, remove
egl_xdri for good.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
3c967a920718c2a74996ac23b8c1964915db88c2 22-Jan-2010 Chia-I Wu <olvaffe@gmail.com> st/egl_g3d: Rename to st/egl.

Simply the name to egl.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
52d7b2cedee44fbd9a0e6405b974c62898bed169 22-Jan-2010 Chia-I Wu <olvaffe@gmail.com> st/egl: Remove the egl state tracker.

The egl_g3d state tracker has support for KMS, and the support is based
on the egl state tracker. As egl_g3d provides more features, it should
be better to keep only egl_g3d to unify the efforts.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
c4538e326a99fde3996f21866497f92ec14086df 15-May-2009 Jakob Bornecrantz <wallbraker@gmail.com> st/egl: Use proper Makefile
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
f2a5c6b42ce0272db10aff3fd476b1371912b0f4 25-Feb-2009 Brian Paul <brianp@vmware.com> egl: remove compiler flags from CFLAGS

The incoming CFLAGS already has -fPIC and -Wall. Don't want -g here either.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
501d6d49dd37597ef65dd8b62a8c7982e735143c 25-Feb-2009 Brian Paul <brianp@vmware.com> egl: add comment/reminder to fix the CFLAGS in this Makefile
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
afe139f629251f38afd5b477d5b00f47d17da60f 25-Feb-2009 Benjamin Close <Benjamin.Close@clearchain.com> gallium: Fix build when exiting CFLAGS contains a path with different gl.h

If a path is in CFLAGS when building and that path contains gl.h
then the wrong gl.h is used when building. This can lead to very
confusing errors. The solution is rather than postpend the CFLAGS
we prepend the paths as expected allowing compilation to occur
as intended

Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
afe24b94b3dee11ccda238ed82ed58ae46fb918b 12-Feb-2009 Jakob Bornecrantz <wallbraker@gmail.com> egl: Doesn't depend on xorg or pixman
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
25ac2801d758b299dcbc6d4fb3fd62370cdb8d0a 13-Feb-2009 Benjamin Close <Benjamin.Close@clearchain.com> galium: Makefile fixes: -Werror=implicit-function-declaration -> -Werror-implicit-function-declaration

Found-By: Tinderbox
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
277bf235f169c5ab885028360a5dfdf6a970616a 11-Feb-2009 Dan Nicholson <dbn.lists@gmail.com> Add external pixman CFLAGS after all internal include paths

With the pixman CFLAGS at the beginning of the command line, my build
was picking up the glcore.h from glproto, which doesn't have any of the
TFP fields in __GLcontextmodes.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
/external/mesa3d/src/gallium/state_trackers/egl/Makefile
7047f1755f88d6b1f424904e692edbd03a9d190b 18-Jan-2009 Jakob Bornecrantz <wallbraker@gmail.com> egl: Add a egl state_tracker that use Gallium

This works on top Gallium and KMS. The only thing that
does not work currently is swap buffers for shown mesa
screens. So the only fun thing this will produce is a
white screen.

The driver wishing to us the state_tracker needs to
implement the intrace as define in drm_api.h located
in gallium/include/state_tracker. And also have a
working KMS implementation.
/external/mesa3d/src/gallium/state_trackers/egl/Makefile