Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -4/+4 |
* | mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ | Mike Mason | 2015-01-13 | 1 | -1/+15 |
* | mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f... | Eduardo Lima Mitev | 2014-12-09 | 1 | -23/+34 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: provide default implementation of QuerySamplesForFormat | Chris Forbes | 2013-03-29 | 1 | -0/+15 |
* | mesa: allow internalformat_query with multisample texture targets | Chris Forbes | 2013-03-24 | 1 | -5/+7 |
* | mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_GetInternalformativ() | Brian Paul | 2013-01-16 | 1 | -0/+3 |
* | mesa: Add driver method to determine the possible sample counts | Ian Romanick | 2013-01-15 | 1 | -4/+27 |
* | mesa: Add skeleton implementation of glGetInternalformativ | Ian Romanick | 2013-01-15 | 1 | -0/+124 |