aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* st/xlib: Include the headers in the sources list.Emil Velikov2014-08-281-1/+0
| | | | | | | | Yet another step towards a working 'make dist'. Cc: José Fonseca <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Acked-by: José Fonseca <[email protected]>
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
| | | | | | | | | | This gathers macros that have been included across components into util so that the include chain can be more vertical. In particular, this makes util stand on its own without any dependence whatsoever on the rest of mesa. Signed-off-by: "Jason Ekstrand" <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
* st/glx: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-011-9/+1
| | | | | | | Move glx/{,xlib/}Makefile.am to preserve file list Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]>
* scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-051-4/+6
|
* 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-19/+19
| | | | | | | | | | | | | | | | | | | | | | 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.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+1
| | | | Move glapi to src/mapi/{glapi,es1api,es2api}.
* st/glx: Add xm_st.c to SConscript.Chia-I Wu2010-03-121-0/+1
|
* gallium: introduce target directoryKeith Whitwell2010-03-081-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* xlib: Complete llvmpipe integration.José Fonseca2009-08-291-2/+1
|
* gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul2009-08-121-1/+1
|
* gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul2009-08-121-1/+1
|
* gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul2009-08-121-1/+2
|
* scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer2009-03-091-0/+2
| | | | | Fixes an inconsisten definition of struct xmesa_buffer between there and winsys/xlib, resulting in a crash in XPutImage.
* scons: Build xlib state tracker regardless of DRI settings.José Fonseca2009-02-121-2/+1
|
* scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer2009-02-021-0/+26
Not quite working yet; glxinfo complains about glXChooseVisual being undefined.