summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* scons: Fix missing gbm symbols in st/egl.José Fonseca2012-05-121-3/+5
|
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-0/+1
|
* st/egl: Fix scons buildBenjamin Franzke2011-06-231-0/+4
|
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-121-11/+27
| | | | | | | | Update SConscripts to re-enable or add support for EGL on windows and x11 platforms respectively. targets/egl-gdi is replaced by targets/egl-static, where "-static" means pipe drivers and state trackers are linked to statically by egl_gallium, and egl_gallium is a built-in driver of libEGL. There is no more egl_gallium.dll on Windows.
* scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-051-3/+0
|
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-26/+27
| | | | | | | | | | | | | | | | | | | | | | Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
* st/egl: Fix win32 build.Chia-I Wu2010-08-191-0/+1
| | | | Add new source files to SConscripts.
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-0/+3
| | | | | | 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.
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-311-0/+1
| | | | | There is only resource_surface for now. It helps manage the resources of a software-based native surface such as XImage or GDI.
* st/egl: Add GDI backend.Chia-I Wu2010-05-311-0/+31
The backend uses Windows GDI driver to provide a software EGL implementation on Windows.