summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/querymatrix.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES()Brian Paul2015-03-121-1/+1
* mesa: remove register keyword, add const in _mesa_QueryMatrixxOES()Brian Paul2015-03-121-3/+2
* mesa: reindent querymatrix.cBrian Paul2015-03-121-114/+115
* mesa: move fpclassify work-arounds into c99_math.hBrian Paul2015-03-121-50/+1
* Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand2015-01-281-1/+50
* util: Move the alternate fpclassify implementation to utilJason Ekstrand2015-01-281-50/+1
* mesa: simplify detection of fpclassifyFelix Janda2015-01-261-11/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: fixes for MSVC 2013Scott Graham2013-10-221-0/+2
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-1/+1
* dispatch: Make a header to go along with querymatrix.c.Paul Berry2012-11-011-9/+4
* mesa: fpclassify is available on HaikuAlexander von Gluck2011-12-271-1/+1
* mesa: Add Android to list of platforms that define fpclassify()Chad Versace2011-08-161-1/+1
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-4/+0
* mesa: fpclassify is available on OpenSolaris.Vinson Lee2010-08-181-1/+2
* mesa: fpclassify is available with MinGW.Vinson Lee2010-08-121-3/+3
* mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD.Chia-I Wu2010-06-301-1/+2
* Add __DragonFly__ in querymatrix for fpclassify()David Shao2010-05-211-1/+1
* fpclassify is available on C99-compliant Solaris releases tooAlan Coopersmith2010-05-191-1/+2
* mesa: fpclassify dummy definition is not needed on FreeBSD.Alex Kozlov2010-05-141-1/+1
* mesa: fpclassify dummy definition is not needed on cygwinJon TURNEY2010-05-071-1/+1
* mesa: fpclassify dummy definition not needed on Mac OS X.Vinson Lee2010-05-051-0/+4
* mesa: add a dummy definition for fpclassify() if neededBrian Paul2010-05-041-0/+10
* mesa: Move glQueryMatrixxOES() implementation to core mesaKristian Høgsberg2010-04-281-0/+199