mesa: fix malformed assertion in _image_format_class_to_glenum()
[mesa.git] / src / mesa / main / shaderimage.c
2016-03-08 Brian Paulmesa: fix malformed assertion in _image_format_class_to...
2016-03-03 Antia Puentesmesa/shaderimage: Added func to get the GL_IMAGE_CLASS...
2016-03-03 Antia Puentesmesa/shaderimage: Make is_image_format_supported public
2016-01-08 Jose Fonsecamesa/main: Avoid `void function returning a value`...
2015-10-09 Francisco Jerezmesa: Get rid of texture-dependent image unit derived...
2015-10-09 Francisco Jerezmesa: Skip redundant texture completeness checking...
2015-10-09 Francisco Jerezmesa: Expose function to calculate whether a shader...
2015-10-03 Marek Olšákmesa: remove Driver.BindImageTexture
2015-08-20 Francisco Jerezmesa: Refuse to bind a mutable texture object to an...
2015-08-20 Francisco Jerezmesa: Initialize image unit state to different defaults...
2015-08-20 Francisco Jerezmesa: Reset image unit state to the default values...
2015-08-20 Francisco Jerezmesa: Reject image formats not supported by GLES.
2015-08-20 Francisco Jerezmesa: Don't lose track of the shader image layer origin...
2015-08-17 Marta Lofstedtmesa: Implement glMemoryBarrierByRegion
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-05-04 Francisco Jerezmesa: Update image unit state when glBindImageTexture...
2015-05-04 Francisco Jerezmesa: Initialize image units to default state on contex...
2015-05-04 Francisco Jerezmesa: Validate original image internal format rather...
2015-05-04 Francisco Jerezmesa: Call _mesa_test_texobj_completeness() before...
2015-05-04 Francisco Jerezmesa: Add support for binding a buffer texture to a...
2015-05-04 Francisco Jerezmesa: Export shader image format to mesa format convers...
2014-10-23 Alon Levymesa/shaderimage.c: fix inconsistent sign warning
2014-05-02 Fredrik Höglundmesa: Implement glBindImageTextures
2014-05-02 Fredrik Höglundglapi: Add infrastructure for ARB_multi_bind
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-15 Francisco Jerezmesa: Validate image units when the texture state changes.
2014-01-15 Francisco Jerezmesa: Implement the GL entry points defined by ARB_shad...