History log of /external/mesa3d/src/glx/create_context.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6882381a2efbdf06b7002d11468c94b9964c2bc8 04-Jul-2012 Eric Anholt <eric@anholt.net> mesa: Require current libxcb.

Without that, people with buggy apps that looked at just the server
string for GLX_ARB_create_context would call this function that just
threw an error when you tried to make a context. Google shows plenty
of complaints about this.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/create_context.c
f9e1295cffc3cf096611e193cca016326715e6ca 17-Mar-2012 Jeremy Huddleston <jeremyhu@apple.com> darwin: Build create_context.c

Fixes a build regression from: 588042a8ec4ea91a952c07a0768516fd590758f4

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/create_context.c
4becf676e0b09b421821b6895251549ec98d4e5d 03-Jan-2012 Ian Romanick <ian.d.romanick@intel.com> glx: More hacking around versions of XCB that lack GLX_ARB_create_context support

Detect whether a new enough version of XCB is installed at configure
time. If it is not, don't enable the extension and don't build the
unit tests.

v2: Move the AM_CONDIATION outside the case-statement so that it is
invoked even for non-GLX builds. This prevents build failures with
osmesa, for example.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Tested-by: Robert Hooker <robert.hooker@canonical.com>
/external/mesa3d/src/glx/create_context.c
f433fe015e903424d25673ebfe5dcb115381d753 03-Jan-2012 Ian Romanick <ian.d.romanick@intel.com> glx: Hack around versions of XCB that lack GLX_ARB_create_context support

A lot of tests in 'make check' will fail under these circumstances,
but at least the build should work.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/glx/create_context.c
588042a8ec4ea91a952c07a0768516fd590758f4 30-Nov-2011 Ian Romanick <ian.d.romanick@intel.com> glx: Initial implementation of glXCreateContextAttribsARB

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/create_context.c