summaryrefslogtreecommitdiffstats
path: root/configs/linux-egl
Commit message (Collapse)AuthorAgeFilesLines
* automake: Remove the old static configs system.Eric Anholt2012-06-111-58/+0
| | | | | | | With the incremental automake conversion, we'd broken those that included glx or egl. Reviewed-by: Kenneth Graunke <[email protected]>
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-2/+2
| | | | | | | 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 <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-111-1/+3
| | | | | | | | | | | | | | | | | This an adds --enable-shared-dricore option to configure. When enabled, DRI modules will link against a shared copy of the common mesa routines rather than statically linking these. This saves about 30MB on disc with a full complement of classic DRI drivers. v2: Only enable with a gcc-compatible compiler that handles rpath Handle DRI_CFLAGS without filter-out magic Build shared libraries with the full mklib voodoo Fix typos v3: Resolve conflicts with talloc removal patches Signed-off-by: Christopher James Halse Rogers <[email protected]>
* mesa: remove PROGRAM_DIRS from config filesBrian Paul2010-06-041-1/+0
|
* progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu2010-04-271-1/+1
| | | | | Make sure eglut is built before the demos. This should work more reliably with make -j<N>.
* progs/egl: Move demos a level deeper.Chia-I Wu2010-04-011-1/+1
| | | | Move the demos to "opengl" subdirectory.
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-1/+0
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/softpipe/sp_texture.c src/gallium/drivers/softpipe/sp_winsys.h src/gallium/state_trackers/egl/common/egl_g3d.c src/gallium/state_trackers/egl/x11/native_x11.c src/gallium/state_trackers/egl/x11/native_x11.h src/gallium/state_trackers/egl/x11/native_ximage.c
| * config: drop WINDOW_SYSTEM varGeorge Sapountzis2010-03-061-1/+0
| |
* | gallium: introduce target directoryKeith Whitwell2010-03-081-1/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | Currently there are still at least two functions bundled up inside the winsys concept: a) that of a backend resource manager, sometimes capable of performing present() operations, b) the initialization code/routine for the whole driver stack. The inclusion of (b) makes it difficult to share implementations of (a) between different drivers. For instance, a clean xlib winsys could be of use for software-rasterized VG, GLES, EGL, etc, stacks. But that is only true as long as there is no dependency from the winsys to higher level code, as would be the case when we include (b) in this component. This change creates a new gallium/targets subtree, specifically for implementing the glue needed to build individual driver stacks, and moves that code out of a single example winsys, namely xlib. Other drivers continue to build unchanged, but hopefully can migrate to this structure over time.
* Remove ffb and gamma from configs.Vinson Lee2010-03-031-2/+0
|
* egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-221-6/+0
| | | | | They do not build for a long while and there seems to be no active users. It might be better for them to live in the git histroy.
* mesa: Added linux-egl target, that only builds the i915simple driver and egl ↵Jakob Bornecrantz2008-05-231-0/+65
drivers