History log of /external/mesa3d/src/glx/single2.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99fee476a102be898a1a093c037e06382f90a5b9 01-Aug-2012 Ian Romanick <ian.d.romanick@intel.com> glx: Don't use glapitable.h at all

When --enable-shared-glapi is used, all non-ABI entries in the table are
lies. Avoiding the use of glapitable.h avoids the lies. The only
entries used in this code are entries that are ABI. For these, the ABI
offset can be used directly.

Since this code is in src/glx, it can't use src/mesa/main/dispatch.h to
get the pretty names for these offsets.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/single2.c
765ed3a6a9317607311bac1dcb0edee13ebcee16 09-Jan-2012 Paul Berry <stereotype441@gmail.com> glx: Suppress unused variable warning for cmdlen

No functional change. In the function
__indirect_glAreTexturesResident(), the variable cmdlen is only used
if USE_XCB is not defined. This patch avoids a compile warning in the
event that USE_XCB is defined.

v2: just move cmdlen declaration inside the #else part.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
/external/mesa3d/src/glx/single2.c
b5022ad03584f119b27c143b53e7ed80e8c12ffb 25-Oct-2010 Chia-I Wu <olv@lunarg.com> glapi: Do not use glapidispatch.h.

glapidispatch.h exists so that core mesa (libmesa.a) can be built for
DRI drivers or for non-DRI drivers as a compile time decision (whether
IN_DRI_DRIVER is defined). It is of no use to glapi. This commit also
drops the use of glapidispatch.h in glx and libgl-xlib as they are
considered extensions to glapi when it comes to defining public GL
entries.
/external/mesa3d/src/glx/single2.c
c356f5867f2c1fad7155df538b9affa8dbdcf869 28-Jul-2010 Kristian Høgsberg <krh@bitplanet.net> glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
/external/mesa3d/src/glx/single2.c
57c378a531a18d4ae97e04caa9e7bda19593db7e 12-Mar-2010 Alan Coopersmith <alan.coopersmith@sun.com> glx/single2.c: Don't call __builtin_expect on non-gnu compilers

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
/external/mesa3d/src/glx/single2.c
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/glx/single2.c