summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formatquery.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLEMarta Lofstedt2015-08-031-1/+3
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-4/+4
* 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