mesa/configs
Chia-I Wu e8c7d7598f glapi: Fix OpenGL and OpenGL ES interop.
When --enable-shared-glapi is specified, libGL will share libglapi with
OpenGL ES instead of defining its own copy of glapi.  This makes sure an
app will get only one copy of glapi in its address space.

The new option is disabled by default.  When enabled, libGL and libglapi
must be built from the same source tree and distributed together.  This
requirement comes from the fact that the dispatch offsets used by these
libraries are re-assigned whenever GLAPI XMLs are changed.

For GLX, indirect rendering for has_different_protocol() functions is
tricky.  A has_different_protocol() function is assigned only one
dispatch offset, yet each entry point needs a different protocol opcode.
It cannot be supported by the shared glapi.  The fix to this is to make
glXGetProcAddress handle such functions specially before calling
_glapi_get_proc_address.

Note that these files are automatically generated/re-generated

 src/glx/indirect.c
 src/glx/indirect.h
 src/mapi/glapi/glapi_mapi_tmp.h
2011-01-20 17:15:50 +08:00
..
.gitignore autoconf: Initial support for an autoconf configuration 2007-12-07 14:34:27 -08:00
aix New bin/minstall script - a minimal replacement for 'install'. 2006-10-19 20:09:05 +00:00
aix-64 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
aix-64-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
aix-gcc Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
aix-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
autoconf.in glapi: Fix OpenGL and OpenGL ES interop. 2011-01-20 17:15:50 +08:00
beos glew: Drop glew now that we don't need it for the progs 2010-06-08 02:07:24 +02:00
bluegene-osmesa mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
bluegene-xlc-osmesa mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
catamount-osmesa-pgi mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
config.mgw Convert crlf->lf line endings. 2008-02-28 16:34:32 +09:00
darwin glew: Drop glew now that we don't need it for the progs 2010-06-08 02:07:24 +02:00
darwin-fat-32bit Darwin: Fixed small error in darwin config files 2008-03-10 16:03:29 -07:00
darwin-fat-all Darwin: Fixed small error in darwin config files 2008-03-10 16:03:29 -07:00
default glapi: Fix OpenGL ES 1.1 and 2.0 interop. 2011-01-20 17:15:50 +08:00
freebsd Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
freebsd-dri glew: Drop glew now that we don't need it for the progs 2010-06-08 02:07:24 +02:00
freebsd-dri-amd64 Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
freebsd-dri-x86 Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
hpux9 Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux9-gcc Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux10 Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux10-gcc Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
hpux10-static Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-32 Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-32-static Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-32-static-nothreads Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-64 Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-64-static Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-ia64 Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
hpux11-ia64-static Fixes from Christopher Bell: 2006-09-06 13:49:17 +00:00
irix6-64 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
irix6-64-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
irix6-n32 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
irix6-n32-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
irix6-o32 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
irix6-o32-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
linux configs: Warn about pointer arithmetic. 2009-11-27 17:06:12 +00:00
linux-alpha Add -fno-strict-aliasing workaround for Linux GCC targets 2007-10-31 09:47:39 -07:00
linux-alpha-static configs: Always use -fPIC for shared libraries, never for static 2007-10-31 14:19:20 -07:00
linux-cell glew: Drop glew now that we don't need it for the progs 2010-06-08 02:07:24 +02:00
linux-cell-debug cell: add -DDEBUG flag, fixes to Cell Makefiles 2008-09-03 09:31:36 -06:00
linux-debug Squashed commit of the following: 2010-04-10 16:05:54 +01:00
linux-dri configs: remove egl-swrast target from linux-dri config 2010-09-22 09:30:16 -06:00
linux-dri-debug Kill off trident. 2009-10-22 12:57:13 -07:00
linux-dri-ppc Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
linux-dri-x86 Add -msse and -msse2 to the *-x86 configs. 2008-10-01 10:25:41 +09:00
linux-dri-x86-64 Remove ffb and gamma from configs. 2010-03-03 19:03:45 -08:00
linux-dri-xcb glew: Drop glew now that we don't need it for the progs 2010-06-08 02:07:24 +02:00
linux-egl mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-fbdev mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-i965 gallium: introduce target directory 2010-03-08 19:11:35 +00:00
linux-ia64-icc LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
linux-ia64-icc-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
linux-icc Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
linux-icc-static Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
linux-indirect glew: Drop glew now that we don't need it for the progs 2010-06-08 02:07:24 +02:00
linux-llvm mesa/llvm: use llvm-config --cppflags 2010-12-06 10:11:00 -07:00
linux-llvm-debug llvmpipe: added linux-llvm-debug configuration 2009-12-18 11:17:06 -07:00
linux-opengl-es mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-osmesa mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-osmesa-static mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-osmesa16 mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-osmesa16-static mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-osmesa32 mesa: remove PROGRAM_DIRS from config files 2010-06-04 17:47:53 -06:00
linux-ppc Massive refactor of (most of) the Linux config files. This reduces 2005-07-02 07:38:40 +00:00
linux-ppc-static configs: Always use -fPIC for shared libraries, never for static 2007-10-31 14:19:20 -07:00
linux-profile Update x86's static and profile configs. 2007-09-28 18:18:50 +01:00
linux-sparc Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
linux-sparc5 Make sure that _GNU_SOURCE is enabled in the linux configs that set 2006-08-24 18:06:37 +00:00
linux-static mesa: update linux-static, linux-x86-static configs 2009-04-30 17:04:01 -06:00
linux-ultrasparc Make sure that _GNU_SOURCE is enabled in the linux configs that set 2006-08-24 18:06:37 +00:00
linux-x86 Add -msse and -msse2 to the *-x86 configs. 2008-10-01 10:25:41 +09:00
linux-x86-32 Restore linux-x86-32 config for Brian. 2005-07-08 21:55:56 +00:00
linux-x86-64 Simplify makefile boilerplate code. 2008-02-19 14:06:11 +09:00
linux-x86-64-debug actually add debug to the debug config 2009-05-01 12:51:01 -04:00
linux-x86-64-profile Update x86's static and profile configs. 2007-09-28 18:18:50 +01:00
linux-x86-64-static Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
linux-x86-debug remove -DMESA_DEBUG 2005-11-10 05:10:49 +00:00
linux-x86-profile Update x86's static and profile configs. 2007-09-28 18:18:50 +01:00
linux-x86-static mesa: update linux-static, linux-x86-static configs 2009-04-30 17:04:01 -06:00
netbsd Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
openbsd Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
osf1 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
osf1-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
solaris-x86 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
solaris-x86-gcc Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
solaris-x86-gcc-static Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
sunos4 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos4-gcc Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
sunos4-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos5 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos5-64-gcc 64-bit build for sunos5 w/ gcc 2006-04-03 16:09:53 +00:00
sunos5-gcc Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
sunos5-smp LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos5-v8 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos5-v8-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos5-v9 LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
sunos5-v9-cc-g++ Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00
sunos5-v9-static LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
ultrix-gcc Add -fno-strict-aliasing workaround for all GCC targets 2007-11-01 06:03:31 -07:00