index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
mesa/glformats: Consider DEPTH/STENCIL when resolving a mesa_format
Eduardo Lima Mitev
2016-03-03
1
-0
/
+21
*
mesa/glformats: Add a helper function _mesa_is_srgb_format()
Eduardo Lima Mitev
2016-03-03
1
-0
/
+45
*
mesa/main: Extend _mesa_base_format_has_channel to accept new pnames
Antia Puentes
2016-03-03
1
-0
/
+12
*
mesa: add GL_OES_texture_stencil8 support
Ilia Mirkin
2016-02-19
1
-0
/
+8
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-28
1
-1
/
+7
*
mesa/glformats: Undo code changes from _mesa_base_tex_format() move
Nanley Chery
2015-10-21
1
-141
/
+8
*
mesa: Correctly handle GL_BGRA_EXT in ES3 format_and_type checks
Jason Ekstrand
2015-10-07
1
-2
/
+19
*
mesa: Use the effective internal format instead for validation
Eduardo Lima Mitev
2015-09-28
1
-0
/
+151
*
mesa: Move _mesa_base_tex_format() from teximage to glformats files
Eduardo Lima Mitev
2015-09-28
1
-0
/
+505
*
mesa/glformats: refactor compressed format support function
Nanley Chery
2015-09-19
1
-79
/
+40
*
mesa: fix errors when reading depth with glReadPixels
Tapani Pälli
2015-09-18
1
-1
/
+6
*
mesa/formats: 8-bit channel integer formats addition
Dave Airlie
2015-09-02
1
-0
/
+8
*
mesa/formats: add some formats from GL3.3
Dave Airlie
2015-09-02
1
-0
/
+24
*
mesa/glformats: recognize ASTC formats as color formats
Nanley Chery
2015-08-31
1
-0
/
+28
*
mesa/glformats: recognize ASTC formats as compressed
Nanley Chery
2015-08-26
1
-0
/
+29
*
mesa: don't enable online compression for ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+41
*
mesa/formats: don't byteswap when building array formats
Oded Gabbay
2015-08-12
1
-11
/
+3
*
mesa: Fix typo in a comment
Anuj Phogat
2015-07-24
1
-1
/
+1
*
mesa: Add a helper function _mesa_unpack_format_to_base_format()
Anuj Phogat
2015-07-24
1
-0
/
+44
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-3
/
+3
*
mesa: add GL_RED, GL_RG support for floating point textures
Tapani Pälli
2015-06-10
1
-3
/
+34
*
mesa: allow unsized formats GL_RG, GL_RED for GLES 3.0 with half float
Tapani Pälli
2015-06-10
1
-0
/
+4
*
mesa: add const qualifer on _mesa_is_compressed_format()
Brian Paul
2015-05-26
1
-1
/
+1
*
main: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
Mesa: Add support for HALF_FLOAT_OES type.
Kalyan Kondapally
2015-01-29
1
-4
/
+43
*
mesa: change assert to unreachable in two format functions
Tobias Klausmann
2015-01-21
1
-1
/
+1
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
1
-0
/
+2
*
mesa: restrict use of GL_ABGR_EXT format to allowed data types
Samuel Iglesias Gonsalvez
2015-01-12
1
-15
/
+46
*
mesa: Add helper to convert a GL format and type to a mesa (array) format.
Iago Toral Quiroga
2015-01-12
1
-0
/
+277
*
mesa: Expose compute_component_mapping as _mesa_compute_component_mapping
Iago Toral Quiroga
2015-01-12
1
-0
/
+197
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
1
-0
/
+10
*
mesa: Add utility function _mesa_is_enum_format_unorm()
Anuj Phogat
2014-08-04
1
-0
/
+71
*
mesa: Add a helper function _mesa_is_enum_format_unsized()
Anuj Phogat
2014-08-04
1
-0
/
+56
*
mesa: Add utility function _mesa_is_enum_format_snorm()
Anuj Phogat
2014-08-04
1
-0
/
+37
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-35
/
+0
*
Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integer
Neil Roberts
2014-06-13
1
-30
/
+0
*
mesa: Fix error code generation in glReadPixels()
Anuj Phogat
2014-04-21
1
-0
/
+16
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-18
/
+6
*
mesa: whitespace fixes in glformats.c
Brian Paul
2014-01-23
1
-75
/
+51
*
mesa: fix/add some cases in _mesa_get_linear_internalformat()
Brian Paul
2014-01-23
1
-1
/
+7
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2013-12-20
1
-1
/
+1
[next]