summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formatquery.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativMike Mason2015-01-131-1/+15
* mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...Eduardo Lima Mitev2014-12-091-23/+34
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: provide default implementation of QuerySamplesForFormatChris Forbes2013-03-291-0/+15
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-241-5/+7
* mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_GetInternalformativ()Brian Paul2013-01-161-0/+3
* mesa: Add driver method to determine the possible sample countsIan Romanick2013-01-151-4/+27
* mesa: Add skeleton implementation of glGetInternalformativIan Romanick2013-01-151-0/+124