glthread: track instance divisor changes
[mesa.git] / src / mesa / main / glformats.h
2019-10-17 Eric Anholtmesa: Refactor the entirety of _mesa_format_matches_for...
2018-12-03 Erik Faye-Lundmesa/main: rename format-check function
2018-10-23 Eduardo Lima Mitevmesa/glformats: Remove redundant helper _mesa_base_form...
2018-04-25 Tapani Pällimesa: GL_EXT_texture_norm16 extension plumbing
2018-04-12 Marek Olšákmesa: include mtypes.h less
2017-01-27 Topi Pohjolainenmeta: Refactor texture format translation
2016-07-12 Ilia Mirkinmesa: etc2 online compression is unsupported, don't...
2016-07-08 Kenneth Graunkemesa: Mark R*32F formats as filterable when an extensio...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Kenneth Graunkemesa: Add color renderable/texture filterable format...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-03 Eduardo Lima Mitevmesa/glformats: Add a helper function _mesa_is_srgb_for...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-28 Ilia Mirkinmesa: support GL_RED/GL_RG in ES2 contexts when driver...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Eduardo Lima Mitevmesa: Move _mesa_base_tex_format() from teximage to...
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-24 Anuj Phogatmesa: Add a helper function _mesa_unpack_format_to_base...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-26 Brian Paulmesa: add const qualifer on _mesa_is_compressed_format()
2015-01-29 Kalyan KondapallyMesa: Add support for HALF_FLOAT_OES type.
2015-01-12 Iago Toral Quirogamesa: Add helper to convert a GL format and type to...
2015-01-12 Iago Toral Quirogamesa: Expose compute_component_mapping as _mesa_compute...
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_unorm()
2014-08-05 Anuj Phogatmesa: Add a helper function _mesa_is_enum_format_unsized()
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_snorm()
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-13 Neil RobertsRemove _mesa_is_type_integer and _mesa_is_enum_format_o...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-01-17 Ian Romanickmesa/es3: Don't check dimensions in _mesa_es3_error_che...
2013-01-15 Matt Turnerglformats: add _mesa_es3_error_check_format_and_type
2013-01-12 Jordan Justenglformats: add _mesa_base_format_component_count
2013-01-12 Jordan Justenglformats: add functions to detect signed/unsigned...
2012-12-13 Paul Berrymesa: Fix computation of default vertex attrib stride...
2012-11-29 Marek Olšákmesa: move some helper functions from fboobject.c to...
2012-09-26 Brian Paulmesa: move _mesa_es_error_check_format_and_type() to...
2012-08-24 Brian Paulmesa: add generic compressed -> uncompressed format...
2012-07-24 Brian Paulmesa: move _mesa_error_check_format_and_type() to glfor...
2012-07-24 Brian Paulmesa: move more format helper functions to glformats.c
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-21 Jordan Justenmesa: add glformats integer type/format detection routines