History log of /external/mesa3d/src/mesa/main/querymatrix.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3752fa63bf8b16524ef2840866445247044e07d 27-Dec-2011 Alexander von Gluck <kallisti5@unixzen.com> mesa: fpclassify is available on Haiku

Reviewed-by: Brian Paul <brianp@vmare.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/querymatrix.c
3c9f172fe801a8e954a40affc38942b628b81bda 15-Aug-2011 Chad Versace <chad@chad-versace.us> mesa: Add Android to list of platforms that define fpclassify()

This is a fix for the Android build.

Signed-off-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/src/mesa/main/querymatrix.c
73578ba9c4938db3a23198c3a2ddf843cfc4f700 10-Sep-2010 Eric Anholt <eric@anholt.net> mesa: Remove SGI_color_matrix.

Another optional ARB_imaging subset extension.
/external/mesa3d/src/mesa/main/querymatrix.c
e1c7f3af0cb6769ef20a954459cfb87b9f99b4d6 18-Aug-2010 Vinson Lee <vlee@vmware.com> mesa: fpclassify is available on OpenSolaris.

There is no explicit predefined macro to distinguish between OpenSolaris
and Solaris. This patch assumes that the difference is in the compilers.
OpenSolaris uses GCC and not the Sun Studio compiler. Assume that the
availability of fpclassify is due to GCC.

This patch was not tested on Solaris. It would break the build on
Solaris with GCC if GCC on Solaris does not have fpclassify.
/external/mesa3d/src/mesa/main/querymatrix.c
06928ba3c343eee7098442fe387eaacd4933c401 13-Aug-2010 Vinson Lee <vlee@vmware.com> mesa: fpclassify is available with MinGW.

This patch fixes the MinGW build.
/external/mesa3d/src/mesa/main/querymatrix.c
2f0b01826dbae60fed60c0d744d42a1a4cde4a84 29-Jun-2010 Chia-I Wu <olv@lunarg.com> mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD.

Patch from Brad Smith <brad@comstyle.com>

The attached patch allows the GL_OES_query_matrix function to use the
systems fpclassify() for OpenBSD and NetBSD.
/external/mesa3d/src/mesa/main/querymatrix.c
d2fa95a4c08ba32237cff1d5b5d28b35f7d3d753 21-May-2010 David Shao <davshao@gmail.com> Add __DragonFly__ in querymatrix for fpclassify()

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/querymatrix.c
beb5e1c807bbe90adc7490a043de623d7a3e6e4e 18-May-2010 Alan Coopersmith <alan.coopersmith@oracle.com> fpclassify is available on C99-compliant Solaris releases too

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/querymatrix.c
34c20fd4f5a542222aef5a008f0fe64d8c447794 14-May-2010 Alex Kozlov <spam@rm-rf.kiev.ua> mesa: fpclassify dummy definition is not needed on FreeBSD.
/external/mesa3d/src/mesa/main/querymatrix.c
f350b106171795fec39ed47ef34a451949c84c33 07-May-2010 Jon TURNEY <jon.turney@dronecode.org.uk> mesa: fpclassify dummy definition is not needed on cygwin

fpclassify is provided by math.h

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/querymatrix.c
8191e5ae65e9dc05727235a5dd5d96f00702b852 05-May-2010 Vinson Lee <vlee@vmware.com> mesa: fpclassify dummy definition not needed on Mac OS X.
/external/mesa3d/src/mesa/main/querymatrix.c
791c3395ab2da8a20306bd1195e17040ea31d95b 05-May-2010 Brian Paul <brianp@vmware.com> mesa: add a dummy definition for fpclassify() if needed
/external/mesa3d/src/mesa/main/querymatrix.c
87eb66775949af6e9512daf7e4665c1cfa6b8745 25-Apr-2010 Kristian Høgsberg <krh@bitplanet.net> mesa: Move glQueryMatrixxOES() implementation to core mesa
/external/mesa3d/src/mesa/main/querymatrix.c