mesa/formatquery: Added INTERNALFORMAT_PREFERRED pname
[mesa.git] / src / mesa / main / formatquery.c
2016-03-03 Eduardo Lima Mitevmesa/formatquery: Added INTERNALFORMAT_PREFERRED pname
2016-03-03 Antia Puentesmesa/formatquery: Added the INTERNALFORMAT_SUPPORTED...
2016-03-03 Antia Puentesmesa/formatquery: Added a func to check <internalformat...
2016-03-03 Antia Puentesmesa/formatquery: Added func to check if the 'resource...
2016-03-03 Antia Puentesmesa/main: Added empty skeleton of glGetInternalformati64v
2016-03-03 Antia Puentesmesa/formatquery: Added boilerplate code to extend...
2016-03-03 Antia Puentesmesa/formatquery: Added a func to check if the <target...
2016-03-03 Antia Puentesmesa/formatquery: Added function to set 'unsupported...
2016-03-03 Antia Puentesmesa/formatquery: Added function to validate parameters
2016-03-03 Eduardo Lima Mitevmesa: Completely remove QuerySamplesForFormat from...
2016-03-03 Eduardo Lima Mitevmesa/formatquery: Use new driver hook QueryInternalFormat
2016-03-03 Eduardo Lima Mitevmesa/formatquery: Remove tracking of number of elements...
2016-03-03 Eduardo Lima Mitevmesa: Add a default QueryInternalFormat() function...
2016-02-18 Ilia Mirkinmesa: allow multisampled format info to be returned...
2015-08-03 Marta Lofstedtmesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLE
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-01-13 Mike Masonmesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ
2014-12-09 Eduardo Lima Mitevmesa: Returns zero samples when querying GL_NUM_SAMPLE_...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-29 Chris Forbesmesa: provide default implementation of QuerySamplesFor...
2013-03-24 Chris Forbesmesa: allow internalformat_query with multisample textu...
2013-01-17 Brian Paulmesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_G...
2013-01-16 Ian Romanickmesa: Add driver method to determine the possible sampl...
2013-01-16 Ian Romanickmesa: Add skeleton implementation of glGetInternalformativ