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: fix integer texture border color for some formats (v2)
Marek Olšák
2012-10-15
1
-38
/
+86
*
mesa: remove FEATURE_EXT_texture_sRGB define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_texture_s3tc define.
Oliver McFadden
2012-09-15
1
-9
/
+0
*
st/mesa: don't do (generic) compression of 1D or 1D_ARRAY textures
Brian Paul
2012-08-24
1
-1
/
+11
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-2
/
+2
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
1
-0
/
+1
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
1
-0
/
+4
*
st/mesa: remove unused st_equal_formats() function
Brian Paul
2012-02-15
1
-18
/
+0
*
st/mesa: remove gl_renderbuffer:DataType assignments
Brian Paul
2012-01-24
1
-100
/
+0
*
st/mesa: add fallback pipe formats for (compressed) R, RG formats
Brian Paul
2012-01-19
1
-12
/
+22
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-2
/
+2
*
st/mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+12
*
st/mesa: add ARB_texture_rgb10_a2ui support
Dave Airlie
2011-11-28
1
-2
/
+9
*
mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
Chia-I Wu
2011-11-27
1
-0
/
+8
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-17
/
+17
*
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
[next]