summaryrefslogtreecommitdiff
path: root/src/mesa/main/querymatrix.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-12mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES()Brian Paul1-1/+1
2015-03-12mesa: remove register keyword, add const in _mesa_QueryMatrixxOES()Brian Paul1-3/+2
2015-03-12mesa: reindent querymatrix.cBrian Paul1-114/+115
2015-03-12mesa: move fpclassify work-arounds into c99_math.hBrian Paul1-50/+1
2015-01-28Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand1-1/+50
2015-01-28util: Move the alternate fpclassify implementation to utilJason Ekstrand1-50/+1
2015-01-26mesa: simplify detection of fpclassifyFelix Janda1-11/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-10-22mesa: fixes for MSVC 2013Scott Graham1-0/+2
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-1/+1
2012-11-01dispatch: Make a header to go along with querymatrix.c.Paul Berry1-9/+4
2011-12-27mesa: fpclassify is available on HaikuAlexander von Gluck1-1/+1
2011-08-16mesa: Add Android to list of platforms that define fpclassify()Chad Versace1-1/+1
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt1-4/+0
2010-08-18mesa: fpclassify is available on OpenSolaris.Vinson Lee1-1/+2
2010-08-12mesa: fpclassify is available with MinGW.Vinson Lee1-3/+3
2010-06-30mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD.Chia-I Wu1-1/+2
2010-05-21Add __DragonFly__ in querymatrix for fpclassify()David Shao1-1/+1
2010-05-19fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith1-1/+2
2010-05-14mesa: fpclassify dummy definition is not needed on FreeBSD.Alex Kozlov1-1/+1
2010-05-07mesa: fpclassify dummy definition is not needed on cygwinJon TURNEY1-1/+1
2010-05-05mesa: fpclassify dummy definition not needed on Mac OS X.Vinson Lee1-0/+4
2010-05-04mesa: add a dummy definition for fpclassify() if neededBrian Paul1-0/+10
2010-04-28mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg1-0/+199