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
/
formats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-0
/
+40
*
mesa: Add RGTC texture store/fetch support.
Dave Airlie
2011-02-28
1
-1
/
+41
*
mesa: fix mipmap generation for MESA_FORMAT_AL44
Marek Olšák
2011-02-16
1
-1
/
+5
*
mesa: add comment for _mesa_get_srgb_format_linear()
Brian Paul
2011-01-15
1
-0
/
+5
*
mesa/swrast: implement EXT_texture_sRGB_decode
Dave Airlie
2011-01-16
1
-0
/
+37
*
mesa: do a debug check of _mesa_format_to_type_and_comps()
Brian Paul
2011-01-11
1
-1
/
+23
*
mesa: fix a few format table mistakes, assertions
Brian Paul
2011-01-11
1
-7
/
+8
*
mesa: Update comment about the list of BaseFormats for gl_formats.
Eric Anholt
2011-01-03
1
-3
/
+4
*
mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.
Vinson Lee
2010-12-23
1
-1
/
+4
*
mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.
Vinson Lee
2010-12-23
1
-1
/
+1
*
mesa: implement new texture format I16
Marek Olšák
2010-12-23
1
-0
/
+10
*
mesa: implement new texture format L16
Marek Olšák
2010-12-23
1
-0
/
+10
*
mesa: implement new texture format A16
Marek Olšák
2010-12-23
1
-0
/
+10
*
mesa: implement new texture format AL44
Marek Olšák
2010-12-23
1
-0
/
+10
*
mesa: implement new texture format ARGB2101010
Marek Olšák
2010-12-23
1
-0
/
+14
*
mesa: Don't assertion fail for _mesa_get_format_name(MESA_FORMAT_NONE)
Eric Anholt
2010-12-10
1
-1
/
+0
*
mesa: added _mesa_format_image_size64()
Brian Paul
2010-11-24
1
-0
/
+30
*
mesa: add assertion and update comment in _mesa_format_image_size()
Brian Paul
2010-11-24
1
-1
/
+2
*
mesa: add missing formats in _mesa_format_to_type_and_comps()
Brian Paul
2010-11-11
1
-1
/
+26
*
mesa: improve error message
Brian Paul
2010-11-11
1
-1
/
+2
*
mesa: rename function to _mesa_is_format_integer_color()
Brian Paul
2010-10-26
1
-1
/
+1
*
mesa: fix bug in _mesa_is_format_integer()
Brian Paul
2010-10-26
1
-2
/
+5
*
mesa: _mesa_is_format_integer() function
Brian Paul
2010-10-23
1
-0
/
+12
*
mesa: Fix misplaced #endif
Ian Romanick
2010-10-01
1
-1
/
+1
*
ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats
Ian Romanick
2010-10-01
1
-0
/
+80
*
mesa: include mfeatures.h in formats.c
Brian Paul
2010-09-16
1
-0
/
+1
*
mesa: Use the format info to identify packed depth/stencil formats.
Nick Bowler
2010-08-27
1
-6
/
+2
*
mesa: Identify packed depth/stencil buffers using the Format field.
Nick Bowler
2010-08-26
1
-0
/
+16
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-29
1
-1
/
+0
*
mesa: initial support for unnormalized integer texture formats
Brian Paul
2010-07-05
1
-1
/
+91
*
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
1
-0
/
+9
*
mesa: add missing cases for signed 16-bit formats
Brian Paul
2010-05-09
1
-0
/
+13
*
mesa: start adding GL 3.1 signed normalized texture formats
Brian Paul
2010-04-26
1
-0
/
+58
*
mesa: Remove unnecessary header from formats.c.
Vinson Lee
2010-01-18
1
-1
/
+0
*
mesa: Silence unused variable warning.
Vinson Lee
2009-12-31
1
-0
/
+1
*
Add MESA_FORMAT_XRGB8888_REV.
Michel Dänzer
2009-11-17
1
-0
/
+9
*
AL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures
Ian Romanick
2009-11-16
1
-0
/
+25
*
mesa: fix incorrect approx bits/channel for fxt1 formats
Brian Paul
2009-11-02
1
-2
/
+2
*
mesa: fix incorrect format info for MESA_FORMAT_SL8
Brian Paul
2009-10-30
1
-3
/
+3
*
mesa: Add MESA_FORMAT_Z24_X8.
José Fonseca
2009-10-29
1
-0
/
+14
*
mesa: added _mesa_get_format_block_size()
Brian Paul
2009-10-24
1
-0
/
+16
*
mesa: added _mesa_get_format_name()
Brian Paul
2009-10-24
1
-0
/
+75
*
mesa: additional comments in format code
Brian Paul
2009-10-24
1
-1
/
+28
*
mesa: added MESA_FORMAT_X8_Z24 format
Brian Paul
2009-10-21
1
-0
/
+13
*
mesa: added MESA_FORMAT_XRGB8888
Brian Paul
2009-10-06
1
-0
/
+9
*
mesa: added case for MESA_FORMAT_SIGNED_RGBA_16
Brian Paul
2009-10-06
1
-0
/
+4
*
mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers
Brian Paul
2009-10-06
1
-1
/
+8
*
mesa: added _mesa_get_format_color_encoding()
Brian Paul
2009-10-06
1
-0
/
+25
*
mesa: accept more pnames in _mesa_get_format_bits()
Brian Paul
2009-10-06
1
-0
/
+19
*
mesa: move _mesa_format_to_type_and_comps() to formats.c
Brian Paul
2009-10-05
1
-92
/
+165
[next]