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
*
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
*
mesa: move/rename is_depth_or_stencil_format()
Brian Paul
2010-04-27
1
-22
/
+1
*
st/mesa: rename var and update st_choose_format() comments
Brian Paul
2010-04-27
1
-47
/
+53
*
st/mesa: call is_format_supported() for compressed formats
Brian Paul
2010-04-27
1
-4
/
+20
*
st/mesa: 80-column wrapping
Brian Paul
2010-04-27
1
-14
/
+28
*
st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formats
Brian Paul
2010-04-27
1
-2
/
+20
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-2
/
+3
*
st/mesa: re-do binding flags in st_ChooseTextureFormat(), again
Brian Paul
2010-04-23
1
-12
/
+17
*
st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed textures
Brian Paul
2010-04-23
1
-5
/
+7
*
st/mesa: get rid of default_deep_rgba_format()
Brian Paul
2010-04-23
1
-23
/
+1
*
st/mesa: fix binding flags in st_ChooseTextureFormat()
Brian Paul
2010-04-22
1
-1
/
+14
*
st/mesa: consolidate code for finding supported formats
Brian Paul
2010-04-22
1
-92
/
+57
*
st/mesa: refactor depth/stencil format selection code
Brian Paul
2010-04-22
1
-12
/
+45
*
Merge branch '7.8'
Brian Paul
2010-04-22
1
-0
/
+4
|
\
|
*
st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24
Brian Paul
2010-04-22
1
-0
/
+4
*
|
mesa/st: Translate a few more mesa/gallium formats.
José Fonseca
2010-04-21
1
-5
/
+15
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-7
/
+7
*
|
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-23
/
+23
|
/
*
mesa: Rename pipe formats.
José Fonseca
2010-03-01
1
-72
/
+72
*
mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-3
/
+3
*
st/mesa: updated comments
Brian Paul
2010-02-24
1
-2
/
+2
*
st/mesa: consolidate redundant format conversion code
Brian Paul
2010-02-24
1
-86
/
+21
*
st/mesa: more format code clean-up and removal
Brian Paul
2010-02-24
1
-53
/
+18
*
st/mesa: clean-up of format-related code
Brian Paul
2010-02-24
1
-57
/
+3
*
mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.
José Fonseca
2010-02-24
1
-3
/
+7
*
mesa: Use util_format_name().
José Fonseca
2010-02-14
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+2
|
\
[next]