Age | Commit message (Expand) | Author |
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 |
2009-12-27 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-27 | st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM | Brian Paul |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-17 | s/desc->type/desc->channel[0].type/ | Michal Krol |
2009-12-09 | Revert "Simplify the redundant meaning of format layout." | Michal Krol |
2009-12-08 | Simplify the redundant meaning of format layout. | Michal Krol |
2009-12-08 | Remove remaining pipe format utility functions. | Michal Krol |
2009-12-05 | st/mesa: Prefer alpha-less formats for RGB textures. | Michel Dänzer |
2009-12-03 | Remove pf_swizzle_* internal macros. | Michal Krol |