index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_format.c
Age
Commit message (
Expand
)
Author
2011-02-21
st/mesa: need to translate clear color according to surface's base format
Brian Paul
2011-02-21
st/mesa: fix the default case in st_format_datatype()
Brian Paul
2011-01-24
st/mesa: support internalFormat=GL_BGRA in TexImage2D
Benjamin Franzke
2011-01-09
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2010-12-23
st/mesa: do not require all texture formats to be renderable
Marek Olšák
2010-12-23
st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16
Marek Olšák
2010-12-23
st/mesa: if Z32 is unsupported, prefer Z24 to Z16
Marek Olšák
2010-12-23
st/mesa: use RGBA16 for RGB12 and RGB16
Marek Olšák
2010-12-23
st/mesa: use DXT SRGB formats for COMPRESSED_SRGB
Marek Olšák
2010-10-25
st/mesa: support RGBA16 and use it for RGBA12 as well
Marek Olšák
2010-10-23
st/mesa: add format selection for signed/unsigned integer formats
Brian Paul
2010-10-21
st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()
Brian Paul
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
st/mesa: add option to choose a texture format that we won't render to.
Dave Airlie
2010-10-02
mesa/st: initial attempt at RG support for gallium drivers
Dave Airlie
2010-09-24
st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()
Brian Paul
2010-08-26
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-26
st/mesa: add missing packed depth/stencil formats in st_format_datatype()
Brian Paul
2010-06-08
st/mesa: attempt to fix TFP by using sampler views (v1)
Dave Airlie
2010-05-17
mesa/st: adapt to interface changes
Roland Scheidegger
2010-04-27
mesa: move/rename is_depth_or_stencil_format()
Brian Paul
2010-04-27
st/mesa: rename var and update st_choose_format() comments
Brian Paul
2010-04-27
st/mesa: call is_format_supported() for compressed formats
Brian Paul
2010-04-27
st/mesa: 80-column wrapping
Brian Paul
2010-04-27
st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formats
Brian Paul
2010-04-23
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
st/mesa: re-do binding flags in st_ChooseTextureFormat(), again
Brian Paul
2010-04-23
st/mesa: don't set RENDER_TARGET/DEPTH_STENCIL flag for compressed textures
Brian Paul
2010-04-23
st/mesa: get rid of default_deep_rgba_format()
Brian Paul
2010-04-22
st/mesa: fix binding flags in st_ChooseTextureFormat()
Brian Paul
2010-04-22
st/mesa: consolidate code for finding supported formats
Brian Paul
2010-04-22
st/mesa: refactor depth/stencil format selection code
Brian Paul
2010-04-22
Merge branch '7.8'
Brian Paul
2010-04-22
st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24
Brian Paul
2010-04-21
mesa/st: Translate a few more mesa/gallium formats.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-30
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-01
mesa: Rename pipe formats.
José Fonseca
2010-03-01
mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-02-24
st/mesa: updated comments
Brian Paul
2010-02-24
st/mesa: consolidate redundant format conversion code
Brian Paul
2010-02-24
st/mesa: more format code clean-up and removal
Brian Paul
2010-02-24
st/mesa: clean-up of format-related code
Brian Paul
2010-02-24
mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.
José Fonseca
2010-02-14
mesa: Use util_format_name().
José Fonseca
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-18
mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.
José Fonseca
2010-01-14
st/mesa: Remove unnecessary header from st_format.c.
Vinson Lee
2009-12-31
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-29
st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()
Brian Paul
[next]