aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-1/+1
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-231-0/+5
* mesa/main: Expose EXT_texture_compression_s3tc_srgbGurchetan Singh2019-02-011-1/+2
* mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák2018-12-041-1/+12
* mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák2018-12-041-5/+14
* mesa/main: correct validation for GL_RGB565Erik Faye-Lund2018-12-041-1/+3
* mesa/main: split float-texture support checking in twoErik Faye-Lund2018-12-031-12/+27
* mesa/main: do not allow EXT_texture_sRGB_R8 enums before gles3Erik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow sRGB texture enums before gles3Erik Faye-Lund2018-12-031-1/+1
* mesa/main: do not allow snorm-texture enums before gles3Erik Faye-Lund2018-12-031-1/+1
* mesa/main: do not allow floating-point texture enums on gles1Erik Faye-Lund2018-12-031-10/+10
* mesa/main: do not allow type_2_10_10_10_REV enums before gles3Erik Faye-Lund2018-12-031-3/+3
* mesa/main: do not allow MESA_ycbcr_texture enums on glesErik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow EXT_texture_shared_exponent enums before gles3Erik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow rg-textures enums before gles3Erik Faye-Lund2018-12-031-11/+11
* mesa/main: do not allow EXT_packed_float enums before gles3Erik Faye-Lund2018-12-031-3/+3
* mesa/main: do not allow ARB_depth_buffer_float enums before gles3Erik Faye-Lund2018-12-031-3/+3
* mesa/main: do not allow integer-texture enums before gles3Erik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow ARB_texture_rgb10_a2ui enums before gles3Erik Faye-Lund2018-12-031-6/+6
* mesa/main: do not allow stencil-texture enums on gles1Erik Faye-Lund2018-12-031-1/+2
* mesa/main: do not allow depth-texture enums on gles1Erik Faye-Lund2018-12-031-1/+2
* mesa/main: do not allow astc enums on gles1Erik Faye-Lund2018-12-031-3/+3
* mesa/main: do not allow etc2 enums on gles1Erik Faye-Lund2018-12-031-1/+1
* mesa/main: do not allow s3tc enums on gles1Erik Faye-Lund2018-12-031-5/+2
* mesa/main: use _mesa_has_FOO_bar for compressed format checksErik Faye-Lund2018-12-031-12/+6
* mesa/main: clean up integer texture checkErik Faye-Lund2018-12-031-16/+11
* mesa/main: clean up ES2_compatibility checkErik Faye-Lund2018-12-031-1/+1
* mesa/main: clean up OES_texture_float_linear checkErik Faye-Lund2018-12-031-1/+1
* mesa/main: clean up S3_s3tc checkErik Faye-Lund2018-12-031-5/+3
* mesa/main: rename format-check functionErik Faye-Lund2018-12-031-6/+6
* mesa/core: Add definitions and translations for EXT_texture_sRGB_R8Gert Wollny2018-11-021-3/+14
* mesa: expose EXT_texture_compression_s3tc on GLESMarek Olšák2018-10-301-0/+11
* mesa/glformats: Remove redundant helper _mesa_base_format_component_countEduardo Lima Mitev2018-10-231-27/+0
* mesa: enable EXT_render_snorm extensionTapani Pälli2018-08-131-0/+9
* mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)Marek Olšák2018-05-291-0/+2
* mesa: GL_EXT_texture_norm16 extension plumbingTapani Pälli2018-04-251-1/+59
* mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.Eric Anholt2017-10-121-0/+4
* mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt2017-10-101-16/+63
* mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.Eric Anholt2017-10-101-1/+2
* meta: Refactor texture format translationTopi Pohjolainen2017-01-271-0/+15
* mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser2016-11-091-0/+1
* main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integerIlia Mirkin2016-09-061-1/+7
* mesa: etc2 online compression is unsupported, don't attempt itIlia Mirkin2016-07-111-0/+23
* mesa: Mark R*32F formats as filterable when an extension is present.Kenneth Graunke2016-07-081-1/+16
* mesa: Handle astc 3d formats in _mesa_base_tex_format()Anuj Phogat2016-05-031-2/+4
* mesa: Account for astc 3d formats in _mesa_is_astc_format()Anuj Phogat2016-05-031-3/+13
* mesa: Add a helper function is_astc_3d_format()Anuj Phogat2016-05-031-0/+32
* mesa/formats: Take luminance into account in component countTopi Pohjolainen2016-04-231-0/+1
* mesa: Add color renderable/texture filterable format info for ES 3.x.Kenneth Graunke2016-03-181-0/+83
* mesa: Add GL_RED and GL_RG to ES3 effective internal format mapping.Kenneth Graunke2016-03-081-0/+4