index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
glformats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
1
-1
/
+1
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-0
/
+5
*
mesa/main: Expose EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
1
-1
/
+2
*
mesa: expose EXT_texture_compression_bptc in GLES
Marek Olšák
2018-12-04
1
-1
/
+12
*
mesa: expose EXT_texture_compression_rgtc on GLES
Marek Olšák
2018-12-04
1
-5
/
+14
*
mesa/main: correct validation for GL_RGB565
Erik Faye-Lund
2018-12-04
1
-1
/
+3
*
mesa/main: split float-texture support checking in two
Erik Faye-Lund
2018-12-03
1
-12
/
+27
*
mesa/main: do not allow EXT_texture_sRGB_R8 enums before gles3
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/main: do not allow sRGB texture enums before gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: do not allow snorm-texture enums before gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: do not allow floating-point texture enums on gles1
Erik Faye-Lund
2018-12-03
1
-10
/
+10
*
mesa/main: do not allow type_2_10_10_10_REV enums before gles3
Erik Faye-Lund
2018-12-03
1
-3
/
+3
*
mesa/main: do not allow MESA_ycbcr_texture enums on gles
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/main: do not allow EXT_texture_shared_exponent enums before gles3
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/main: do not allow rg-textures enums before gles3
Erik Faye-Lund
2018-12-03
1
-11
/
+11
*
mesa/main: do not allow EXT_packed_float enums before gles3
Erik Faye-Lund
2018-12-03
1
-3
/
+3
*
mesa/main: do not allow ARB_depth_buffer_float enums before gles3
Erik Faye-Lund
2018-12-03
1
-3
/
+3
*
mesa/main: do not allow integer-texture enums before gles3
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/main: do not allow ARB_texture_rgb10_a2ui enums before gles3
Erik Faye-Lund
2018-12-03
1
-6
/
+6
*
mesa/main: do not allow stencil-texture enums on gles1
Erik Faye-Lund
2018-12-03
1
-1
/
+2
*
mesa/main: do not allow depth-texture enums on gles1
Erik Faye-Lund
2018-12-03
1
-1
/
+2
*
mesa/main: do not allow astc enums on gles1
Erik Faye-Lund
2018-12-03
1
-3
/
+3
*
mesa/main: do not allow etc2 enums on gles1
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: do not allow s3tc enums on gles1
Erik Faye-Lund
2018-12-03
1
-5
/
+2
*
mesa/main: use _mesa_has_FOO_bar for compressed format checks
Erik Faye-Lund
2018-12-03
1
-12
/
+6
*
mesa/main: clean up integer texture check
Erik Faye-Lund
2018-12-03
1
-16
/
+11
*
mesa/main: clean up ES2_compatibility check
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: clean up OES_texture_float_linear check
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: clean up S3_s3tc check
Erik Faye-Lund
2018-12-03
1
-5
/
+3
*
mesa/main: rename format-check function
Erik Faye-Lund
2018-12-03
1
-6
/
+6
*
mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
1
-3
/
+14
*
mesa: expose EXT_texture_compression_s3tc on GLES
Marek Olšák
2018-10-30
1
-0
/
+11
*
mesa/glformats: Remove redundant helper _mesa_base_format_component_count
Eduardo Lima Mitev
2018-10-23
1
-27
/
+0
*
mesa: enable EXT_render_snorm extension
Tapani Pälli
2018-08-13
1
-0
/
+9
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
1
-0
/
+2
*
mesa: GL_EXT_texture_norm16 extension plumbing
Tapani Pälli
2018-04-25
1
-1
/
+59
*
mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.
Eric Anholt
2017-10-12
1
-0
/
+4
*
mesa: Expose GL_OES_required_internalformat on GLES contexts.
Eric Anholt
2017-10-10
1
-16
/
+63
*
mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.
Eric Anholt
2017-10-10
1
-1
/
+2
*
meta: Refactor texture format translation
Topi Pohjolainen
2017-01-27
1
-0
/
+15
*
mesa/extensions: expose OES_vertex_half_float for ES2
Kevin Strasser
2016-11-09
1
-0
/
+1
*
main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integer
Ilia Mirkin
2016-09-06
1
-1
/
+7
*
mesa: etc2 online compression is unsupported, don't attempt it
Ilia Mirkin
2016-07-11
1
-0
/
+23
*
mesa: Mark R*32F formats as filterable when an extension is present.
Kenneth Graunke
2016-07-08
1
-1
/
+16
*
mesa: Handle astc 3d formats in _mesa_base_tex_format()
Anuj Phogat
2016-05-03
1
-2
/
+4
*
mesa: Account for astc 3d formats in _mesa_is_astc_format()
Anuj Phogat
2016-05-03
1
-3
/
+13
*
mesa: Add a helper function is_astc_3d_format()
Anuj Phogat
2016-05-03
1
-0
/
+32
*
mesa/formats: Take luminance into account in component count
Topi Pohjolainen
2016-04-23
1
-0
/
+1
*
mesa: Add color renderable/texture filterable format info for ES 3.x.
Kenneth Graunke
2016-03-18
1
-0
/
+83
*
mesa: Add GL_RED and GL_RG to ES3 effective internal format mapping.
Kenneth Graunke
2016-03-08
1
-0
/
+4
[next]