summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/glformats: Undo code changes from _mesa_base_tex_format() moveNanley Chery2015-10-211-141/+8
* mesa: Correctly handle GL_BGRA_EXT in ES3 format_and_type checksJason Ekstrand2015-10-071-2/+19
* mesa: Use the effective internal format instead for validationEduardo Lima Mitev2015-09-281-0/+151
* mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev2015-09-281-0/+505
* mesa/glformats: refactor compressed format support functionNanley Chery2015-09-191-79/+40
* mesa: fix errors when reading depth with glReadPixelsTapani Pälli2015-09-181-1/+6
* mesa/formats: 8-bit channel integer formats additionDave Airlie2015-09-021-0/+8
* mesa/formats: add some formats from GL3.3Dave Airlie2015-09-021-0/+24
* mesa/glformats: recognize ASTC formats as color formatsNanley Chery2015-08-311-0/+28
* mesa/glformats: recognize ASTC formats as compressedNanley Chery2015-08-261-0/+29
* mesa: don't enable online compression for ASTC formatsNanley Chery2015-08-261-0/+41
* mesa/formats: don't byteswap when building array formatsOded Gabbay2015-08-121-11/+3
* mesa: Fix typo in a commentAnuj Phogat2015-07-241-1/+1
* mesa: Add a helper function _mesa_unpack_format_to_base_format()Anuj Phogat2015-07-241-0/+44
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-3/+3
* mesa: add GL_RED, GL_RG support for floating point texturesTapani Pälli2015-06-101-3/+34
* mesa: allow unsized formats GL_RG, GL_RED for GLES 3.0 with half floatTapani Pälli2015-06-101-0/+4
* mesa: add const qualifer on _mesa_is_compressed_format()Brian Paul2015-05-261-1/+1
* main: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-291-4/+43
* mesa: change assert to unreachable in two format functionsTobias Klausmann2015-01-211-1/+1
* mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli2015-01-191-0/+2
* mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez2015-01-121-15/+46
* mesa: Add helper to convert a GL format and type to a mesa (array) format.Iago Toral Quiroga2015-01-121-0/+277
* mesa: Expose compute_component_mapping as _mesa_compute_component_mappingIago Toral Quiroga2015-01-121-0/+197
* mesa: Add the format enums for BPTC-compressed imagesNeil Roberts2014-08-121-0/+10
* mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat2014-08-041-0/+71
* mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat2014-08-041-0/+56
* mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat2014-08-041-0/+37
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-35/+0
* Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts2014-06-131-30/+0
* mesa: Fix error code generation in glReadPixels()Anuj Phogat2014-04-211-0/+16
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-111-18/+6
* mesa: whitespace fixes in glformats.cBrian Paul2014-01-231-75/+51
* mesa: fix/add some cases in _mesa_get_linear_internalformat()Brian Paul2014-01-231-1/+7
* mesa: Clean up bad code formatting left from previous commitIan Romanick2013-12-201-1/+1
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-5/+1
* mesa: minor simplification in _mesa_es3_error_check_format_and_type()Brian Paul2013-12-181-3/+1
* mesa: Add support to _mesa_bytes_per_vertex_attrib for 10_11_11 format.Chris Forbes2013-11-081-0/+5
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-081-1/+1
* Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner2013-01-301-11/+1
* mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick2013-01-231-5/+3
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+2
* mesa/es3: Allow unsized depth and depth-stencil formats in ES3Ian Romanick2013-01-201-2/+5
* mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_typeIan Romanick2013-01-171-8/+1
* mesa: Return INVALID_OPERATION when type is known but not allowedMatt Turner2013-01-151-1/+11
* glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3Jordan Justen2013-01-141-0/+8
* glformats: add _mesa_es3_error_check_format_and_typeMatt Turner2013-01-141-0/+439