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
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: add const qualifier to st_translate_color()
Brian Paul
2013-12-13
1
-3
/
+3
*
st/mesa: pass correct pipe_texture_target to st_choose_format()
Brian Paul
2013-11-18
1
-2
/
+4
*
st/mesa: improve format selection for GLES
Marek Olšák
2013-10-08
1
-0
/
+36
*
st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support
Marek Olšák
2013-07-30
1
-0
/
+7
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-29
/
+29
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-35
/
+0
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
mesa: allow internalformat_query with multisample texture targets
Chris Forbes
2013-03-24
1
-2
/
+4
*
st/mesa: try to find exact format matching user format and type for DrawPixels
Marek Olšák
2013-02-14
1
-0
/
+35
*
st/mesa: accelerate glGetTexImage for all formats using a blit
Marek Olšák
2013-02-13
1
-1
/
+0
*
st/mesa: use new RGBX formats
Marek Olšák
2013-02-07
1
-17
/
+111
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
1
-10
/
+10
*
st/mesa: adjust texture format selection to try the closest base format first
Marek Olšák
2013-02-06
1
-18
/
+13
*
st/mesa: put RGBX8 and RGBA8 in the default format lists
Marek Olšák
2013-02-06
1
-0
/
+2
*
st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables
Marek Olšák
2013-02-06
1
-2
/
+0
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-2
/
+2
*
st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()
Brian Paul
2013-02-04
1
-34
/
+21
*
st/mesa: don't choose DXT formats if we can't do DXT compression
Brian Paul
2013-02-04
1
-8
/
+21
*
st/mesa: implement ARB_internalformat_query v2
Marek Olšák
2013-01-24
1
-0
/
+34
*
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
[next]