summaryrefslogtreecommitdiff
path: root/src/mesa/main/glformats.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27meta: Refactor texture format translationTopi Pohjolainen1-0/+15
2016-11-09mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser1-0/+1
2016-09-06main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integerIlia Mirkin1-1/+7
2016-07-11mesa: etc2 online compression is unsupported, don't attempt itIlia Mirkin1-0/+23
2016-07-08mesa: Mark R*32F formats as filterable when an extension is present.Kenneth Graunke1-1/+16
2016-05-03mesa: Handle astc 3d formats in _mesa_base_tex_format()Anuj Phogat1-2/+4
2016-05-03mesa: Account for astc 3d formats in _mesa_is_astc_format()Anuj Phogat1-3/+13
2016-05-03mesa: Add a helper function is_astc_3d_format()Anuj Phogat1-0/+32
2016-04-23mesa/formats: Take luminance into account in component countTopi Pohjolainen1-0/+1
2016-03-18mesa: Add color renderable/texture filterable format info for ES 3.x.Kenneth Graunke1-0/+83
2016-03-08mesa: Add GL_RED and GL_RG to ES3 effective internal format mapping.Kenneth Graunke1-0/+4
2016-03-03mesa/glformats: Consider DEPTH/STENCIL when resolving a mesa_formatEduardo Lima Mitev1-0/+21
2016-03-03mesa/glformats: Add a helper function _mesa_is_srgb_format()Eduardo Lima Mitev1-0/+45
2016-03-03mesa/main: Extend _mesa_base_format_has_channel to accept new pnamesAntia Puentes1-0/+12
2016-02-19mesa: add GL_OES_texture_stencil8 supportIlia Mirkin1-0/+8
2015-11-28mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin1-1/+7
2015-10-21mesa/glformats: Undo code changes from _mesa_base_tex_format() moveNanley Chery1-141/+8
2015-10-07mesa: Correctly handle GL_BGRA_EXT in ES3 format_and_type checksJason Ekstrand1-2/+19
2015-09-28mesa: Use the effective internal format instead for validationEduardo Lima Mitev1-0/+151
2015-09-28mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev1-0/+505
2015-09-19mesa/glformats: refactor compressed format support functionNanley Chery1-79/+40
2015-09-18mesa: fix errors when reading depth with glReadPixelsTapani Pälli1-1/+6
2015-09-02mesa/formats: 8-bit channel integer formats additionDave Airlie1-0/+8
2015-09-02mesa/formats: add some formats from GL3.3Dave Airlie1-0/+24
2015-08-31mesa/glformats: recognize ASTC formats as color formatsNanley Chery1-0/+28
2015-08-26mesa/glformats: recognize ASTC formats as compressedNanley Chery1-0/+29
2015-08-26mesa: don't enable online compression for ASTC formatsNanley Chery1-0/+41
2015-08-12mesa/formats: don't byteswap when building array formatsOded Gabbay1-11/+3
2015-07-24mesa: Fix typo in a commentAnuj Phogat1-1/+1
2015-07-24mesa: Add a helper function _mesa_unpack_format_to_base_format()Anuj Phogat1-0/+44
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-3/+3
2015-06-10mesa: add GL_RED, GL_RG support for floating point texturesTapani Pälli1-3/+34
2015-06-10mesa: allow unsized formats GL_RG, GL_RED for GLES 3.0 with half floatTapani Pälli1-0/+4
2015-05-26mesa: add const qualifer on _mesa_is_compressed_format()Brian Paul1-1/+1
2015-04-14main: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2015-01-29Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally1-4/+43
2015-01-21mesa: change assert to unreachable in two format functionsTobias Klausmann1-1/+1
2015-01-19mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli1-0/+2
2015-01-12mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez1-15/+46
2015-01-12mesa: Add helper to convert a GL format and type to a mesa (array) format.Iago Toral Quiroga1-0/+277
2015-01-12mesa: Expose compute_component_mapping as _mesa_compute_component_mappingIago Toral Quiroga1-0/+197
2014-08-12mesa: Add the format enums for BPTC-compressed imagesNeil Roberts1-0/+10
2014-08-04mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat1-0/+71
2014-08-04mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat1-0/+56
2014-08-04mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat1-0/+37
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand1-35/+0
2014-06-13Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts1-30/+0
2014-04-21mesa: Fix error code generation in glReadPixels()Anuj Phogat1-0/+16
2014-02-11mesa: GL_ARB_half_float_pixel is not optionalIan Romanick1-18/+6
2014-01-23mesa: whitespace fixes in glformats.cBrian Paul1-75/+51