History log of /external/mesa3d/src/glx/tests/Makefile.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d63e946587bb104e2b320fbebafe25bb969d01b8 29-Dec-2012 Johannes Obermayr <johannesobermayr@gmx.de> tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).

Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
(cherry picked from commit ebcabb88cfd19b35cd1b0a327fa055fff0c1b2be)

Additionally it fixes the missing $(top_srcdir)/include in
src/glsl/tests/Makefile.am

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59383
/external/mesa3d/src/glx/tests/Makefile.am
421dda800de3aff588e97ccb6398b94e780590cd 19-Sep-2012 Matt Turner <mattst88@gmail.com> build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
(cherry picked from commit b6651ae6ad314a93287e431a41f5c7a8f8f6c855)

Conflicts:

src/mesa/main/tests/Makefile.am
/external/mesa3d/src/glx/tests/Makefile.am
f5dffb7e36487ff8a012725aaf78a4b7d3169102 01-Aug-2012 Ian Romanick <ian.d.romanick@intel.com> glx: Don't rely on struct _glapi_table

When --enable-shared-glapi is used, all non-ABI entries in the table are
lies. There are two completely separate code generation paths used to
assign dispatch offset. Neither has any clue about the other.
Unsurprisingly, the can't agree on what offsets to assign.

This adds a bunch of overhead to __glXNewIndirectAPI, but this function
is called at most once.

The test ExtensionNopDispatch was removed. There was just no way to
make this test work with the information provided in shared-glapi.
Since indirect_glx.c uses _glapi_get_proc_offset now, it was also
impossible to make the tests work without shared-glapi. So much pain.

This fixes indirect rendering with shared-glapi.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/tests/Makefile.am
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/tests/Makefile.am
3c22f7941288699e040c8841e57aa81563616c55 24-May-2012 Ian Romanick <ian.d.romanick@intel.com> glx/tests: Add unit tests for generated code in indirect_init.c

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/glx/tests/Makefile.am
4c270f9c6b1594d06d2d78542ba1908be941b629 24-May-2012 Ian Romanick <ian.d.romanick@intel.com> glx/tests: Add unit tests for generated code in indirect_size.c

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/glx/tests/Makefile.am
ae376f056791607017908e726b14ce1202edc33b 30-May-2012 Ian Romanick <ian.d.romanick@intel.com> glx/tests: Rename test as glx-test

This matches the existing test in src/glsl/tests.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/glx/tests/Makefile.am
2e8c866f104202a1c05a7036b44b0c8c434b9ef3 24-May-2012 Ian Romanick <ian.d.romanick@intel.com> glx: Move tests from tests/glx to src/glx/tests

This matches the organization of other unit tests in Mesa.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/glx/tests/Makefile.am