Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-30 | mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD. | Chia-I Wu | |
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. | |||
2010-05-21 | Add __DragonFly__ in querymatrix for fpclassify() | David Shao | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-05-19 | fpclassify is available on C99-compliant Solaris releases too | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-05-14 | mesa: fpclassify dummy definition is not needed on FreeBSD. | Alex Kozlov | |
2010-05-07 | mesa: fpclassify dummy definition is not needed on cygwin | Jon TURNEY | |
fpclassify is provided by math.h Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-05-05 | mesa: fpclassify dummy definition not needed on Mac OS X. | Vinson Lee | |
2010-05-04 | mesa: add a dummy definition for fpclassify() if needed | Brian Paul | |
2010-04-28 | mesa: Move glQueryMatrixxOES() implementation to core mesa | Kristian Høgsberg | |