mesa/glspirv: Add _mesa_spirv_link_shaders() function
[mesa.git] / src / mesa / main / glformats.c
2017-10-12 Eric Anholtmesa: Disallow GL_RED/GL_RG with half-floats on GLES2.
2017-10-10 Eric Anholtmesa: Expose GL_OES_required_internalformat on GLES...
2017-10-10 Eric Anholtmesa: Only expose GLES's EXT_texture_type_2_10_10_10_RE...
2017-01-27 Topi Pohjolainenmeta: Refactor texture format translation
2016-11-09 Kevin Strassermesa/extensions: expose OES_vertex_half_float for ES2
2016-09-07 Ilia Mirkinmain: GL_RGB10_A2UI does not come with GL 3.0/EXT_textu...
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-05-03 Anuj Phogatmesa: Handle astc 3d formats in _mesa_base_tex_format()
2016-05-03 Anuj Phogatmesa: Account for astc 3d formats in _mesa_is_astc_format()
2016-05-03 Anuj Phogatmesa: Add a helper function is_astc_3d_format()
2016-04-23 Topi Pohjolainenmesa/formats: Take luminance into account in component...
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-08 Kenneth Graunkemesa: Add GL_RED and GL_RG to ES3 effective internal...
2016-03-03 Eduardo Lima Mitevmesa/glformats: Consider DEPTH/STENCIL when resolving...
2016-03-03 Eduardo Lima Mitevmesa/glformats: Add a helper function _mesa_is_srgb_for...
2016-03-03 Antia Puentesmesa/main: Extend _mesa_base_format_has_channel to...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
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-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-21 Nanley Cherymesa/glformats: Undo code changes from _mesa_base_tex_f...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Jason Ekstrandmesa: Correctly handle GL_BGRA_EXT in ES3 format_and_ty...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Eduardo Lima Mitevmesa: Use the effective internal format instead for...
2015-09-28 Eduardo Lima Mitevmesa: Move _mesa_base_tex_format() from teximage to...
2015-09-19 Nanley Cherymesa/glformats: refactor compressed format support...
2015-09-18 Tapani Pällimesa: fix errors when reading depth with glReadPixels
2015-09-01 Dave Airliemesa/formats: 8-bit channel integer formats addition
2015-09-01 Dave Airliemesa/formats: add some formats from GL3.3
2015-09-01 Nanley Cherymesa/glformats: recognize ASTC formats as color formats
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Nanley Cherymesa/glformats: recognize ASTC formats as compressed
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-08-12 Oded Gabbaymesa/formats: don't byteswap when building array formats
2015-07-24 Anuj Phogatmesa: Fix typo in a comment
2015-07-24 Anuj Phogatmesa: Add a helper function _mesa_unpack_format_to_base...
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-10 Tapani Pällimesa: add GL_RED, GL_RG support for floating point...
2015-06-10 Tapani Pällimesa: allow unsized formats GL_RG, GL_RED for GLES...
2015-05-26 Brian Paulmesa: add const qualifer on _mesa_is_compressed_format()
2015-04-14 Marius Predutmain: replace __FUNCTION__ with __func__
2015-01-29 Kalyan KondapallyMesa: Add support for HALF_FLOAT_OES type.
2015-01-21 Tobias Klausmannmesa: change assert to unreachable in two format functions
2015-01-19 Tapani Pällimesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
2015-01-12 Samuel Iglesias... mesa: restrict use of GL_ABGR_EXT format to allowed...
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-12 Neil Robertsmesa: Add the format enums for BPTC-compressed images
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...
2014-04-21 Anuj Phogatmesa: Fix error code generation in glReadPixels()
2014-02-11 Ian Romanickmesa: GL_ARB_half_float_pixel is not optional
2014-01-23 Brian Paulmesa: whitespace fixes in glformats.c
2014-01-23 Brian Paulmesa: fix/add some cases in _mesa_get_linear_internalfo...
2013-12-21 Ian Romanickmesa: Clean up bad code formatting left from previous...
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-18 Brian Paulmesa: minor simplification in _mesa_es3_error_check_for...
2013-11-07 Chris Forbesmesa: Add support to _mesa_bytes_per_vertex_attrib...
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-03-09 Matt Turnermesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
2013-01-30 Matt TurnerRevert "mesa: Return INVALID_OPERATION when type is...
2013-01-24 Ian Romanickmesa: Like EXT_texture_compression_dxt1, advertise...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-21 Ian Romanickmesa/es3: Allow unsized depth and depth-stencil formats...
2013-01-17 Ian Romanickmesa/es3: Don't check dimensions in _mesa_es3_error_che...
2013-01-15 Matt Turnermesa: Return INVALID_OPERATION when type is known but...
2013-01-15 Jordan Justenglformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV...
2013-01-15 Matt Turnerglformats: add _mesa_es3_error_check_format_and_type
2013-01-12 Jordan Justenglformats: support _mesa_bytes_per_pixel for 2101010...
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-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-29 Marek Olšákmesa: move some helper functions from fboobject.c to...
2012-10-16 Brian Paulmesa: remove FEATURE_ES test in _mesa_is_compressed_for...
2012-10-01 Oliver McFaddenintel: add support for ANGLE_texture_compression_dxt.
2012-09-26 Brian Paulmesa: move _mesa_es_error_check_format_and_type() to...
2012-09-15 José FonsecaTemporarily revert "mesa: remove remaining FEATURE_...
2012-09-15 Oliver McFaddenmesa: remove remaining FEATURE_* defines where protecte...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_texture_sRGB define.
2012-08-24 Brian Paulmesa: add generic compressed -> uncompressed format...
2012-08-23 Ian Romanickmesa/es: Validate glCompressedTexImage internalFormat...
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
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