index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
|
\
|
*
mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.
José Fonseca
2010-01-18
1
-0
/
+2
|
*
st/mesa: Remove unnecessary header from st_format.c.
Vinson Lee
2010-01-14
1
-1
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-1
/
+2
|
\
|
|
*
st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()
Brian Paul
2009-12-29
1
-1
/
+2
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-27
1
-0
/
+2
|
\
|
|
*
st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
Brian Paul
2009-12-27
1
-0
/
+2
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-4
/
+32
|
\
\
|
*
|
st/mesa: Prefer alpha-less formats for RGB textures.
Michel Dänzer
2009-12-05
1
-4
/
+32
|
|
/
*
|
s/desc->type/desc->channel[0].type/
Michal Krol
2009-12-17
1
-3
/
+3
*
|
Revert "Simplify the redundant meaning of format layout."
Michal Krol
2009-12-09
1
-2
/
+3
*
|
Simplify the redundant meaning of format layout.
Michal Krol
2009-12-08
1
-3
/
+2
*
|
Remove remaining pipe format utility functions.
Michal Krol
2009-12-08
1
-34
/
+31
*
|
Remove pf_swizzle_* internal macros.
Michal Krol
2009-12-03
1
-4
/
+7
*
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-25
/
+19
|
/
*
mesa: Add MESA_FORMAT_Z24_X8.
José Fonseca
2009-10-29
1
-0
/
+2
*
st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversion
David Heidelberger
2009-10-29
1
-0
/
+2
*
st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24.
David Heidelberger
2009-10-29
1
-0
/
+2
*
st/mesa: Fix nouveau glxinfo after merging texformat-rework.
David Heidelberger
2009-10-29
1
-0
/
+6
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-51
/
+114
|
\
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-20
/
+83
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-31
/
+31
*
|
st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions
Brian Paul
2009-10-07
1
-6
/
+6
|
/
*
mesa st: Change the preferred internal format for some RGB formats.
Thomas Hellstrom
2009-07-30
1
-2
/
+2
[next]