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
/
state_tracker
/
st_format.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add support for int type conversion
Dave Airlie
2011-10-08
1
-67
/
+386
*
st/mesa: fix/update comment on st_translate_color()
Brian Paul
2011-09-14
1
-2
/
+3
*
st/mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+19
*
st/mesa: handle float formats in st_format_datatype
Marek Olšák
2011-07-08
1
-2
/
+14
*
st/mesa: use the first non-VOID channel in st_format_datatype
Marek Olšák
2011-07-08
1
-3
/
+16
*
st/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first RGBA format.
Stéphane Marchesin
2011-06-24
1
-1
/
+1
*
st/mesa: fix format selection regression
Brian Paul
2011-06-23
1
-3
/
+7
*
st/mesa: prefer native texture formats when possible.
Stéphane Marchesin
2011-06-22
1
-3
/
+93
*
st/mesa: Remove unneeded texture format terminators.
Stéphane Marchesin
2011-06-20
1
-2
/
+2
*
st/mesa: put const qualifer on format_map table
Brian Paul
2011-06-20
1
-1
/
+1
*
st/mesa: remove unneeded test for GL_TRUE
Brian Paul
2011-06-17
1
-1
/
+1
*
st/mesa: remove redundant _mesa_is_depth_format() call
Brian Paul
2011-06-17
1
-2
/
+1
*
st/mesa: remove trailing whitespace in st_format.c
Brian Paul
2011-06-17
1
-2
/
+2
*
st/mesa: move comment for ChooseTextureFormat() to right place
Brian Paul
2011-06-17
1
-3
/
+4
*
st/mesa: add GL_R11F_G11F_B10F to format table
Brian Paul
2011-06-02
1
-0
/
+4
*
st/mesa: add format table entry for GL_RGB9_E5
Brian Paul
2011-06-01
1
-0
/
+4
*
st/mesa: fix typos and add some format fallbacks in format_map
Marek Olšák
2011-05-30
1
-11
/
+11
*
st/mesa: consolidate listing of depth formats
Marek Olšák
2011-05-30
1
-11
/
+12
*
st/mesa: add GL_DEPTH_COMPONENT32 fallback formats
Marek Olšák
2011-05-30
1
-1
/
+4
*
st/mesa: prefer formats without stencil for DEPTH_COMPONENT
Brian Paul
2011-05-24
1
-4
/
+6
*
st/mesa: rewrite st_choose_format() to be table driven
Brian Paul
2011-05-24
1
-905
/
+549
*
st/mesa: support EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+11
*
st/mesa: support EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+13
*
st/mesa: choose 3-component float formats before 4-component formats
Brian Paul
2011-04-27
1
-2
/
+21
*
st/mesa: convert Mesa float formats to Gallium
Marek Olšák
2011-04-15
1
-0
/
+237
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-2
/
+230
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-124
/
+86
*
st/mesa: add LATC and 3DC support
Marek Olšák
2011-03-08
1
-2
/
+52
*
st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible
Marek Olšák
2011-03-02
1
-2
/
+8
*
mesa/st: add RGTC format support.
Dave Airlie
2011-02-28
1
-0
/
+17
*
st/mesa: need to translate clear color according to surface's base format
Brian Paul
2011-02-21
1
-0
/
+52
*
st/mesa: fix the default case in st_format_datatype()
Brian Paul
2011-02-21
1
-5
/
+2
*
st/mesa: support internalFormat=GL_BGRA in TexImage2D
Benjamin Franzke
2011-01-24
1
-1
/
+10
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: do not require all texture formats to be renderable
Marek Olšák
2010-12-23
1
-1
/
+6
*
st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16
Marek Olšák
2010-12-23
1
-17
/
+78
*
st/mesa: if Z32 is unsupported, prefer Z24 to Z16
Marek Olšák
2010-12-23
1
-2
/
+2
*
st/mesa: use RGBA16 for RGB12 and RGB16
Marek Olšák
2010-12-23
1
-2
/
+2
*
st/mesa: use DXT SRGB formats for COMPRESSED_SRGB
Marek Olšák
2010-12-23
1
-4
/
+16
*
st/mesa: support RGBA16 and use it for RGBA12 as well
Marek Olšák
2010-10-25
1
-1
/
+10
*
st/mesa: add format selection for signed/unsigned integer formats
Brian Paul
2010-10-23
1
-0
/
+120
*
st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()
Brian Paul
2010-10-21
1
-0
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
st/mesa: add option to choose a texture format that we won't render to.
Dave Airlie
2010-10-13
1
-7
/
+17
*
mesa/st: initial attempt at RG support for gallium drivers
Dave Airlie
2010-10-02
1
-0
/
+66
*
st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()
Brian Paul
2010-09-24
1
-0
/
+2
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-26
1
-1
/
+0
*
st/mesa: add missing packed depth/stencil formats in st_format_datatype()
Brian Paul
2010-08-26
1
-1
/
+3
*
st/mesa: attempt to fix TFP by using sampler views (v1)
Dave Airlie
2010-06-08
1
-0
/
+33
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-59
/
+91
[next]