Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | st/mesa: updated comments | 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 | |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c | |||
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | |
_ActualFormat is replaced by Format (MESA_FORMAT_x). ColorEncoding, ComponentType, RedBits, GreenBits, BlueBits, etc. are all replaced by MESA_FORMAT_x queries. | |||
2009-10-07 | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions | Brian Paul | |
These don't depend on context state, but use a screen pointer. | |||
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul | |
Now gl_texture_image::TexFormat is a simple MESA_FORMAT_x enum. ctx->Driver.ChooseTexture format also returns a MESA_FORMAT_x. gl_texture_format will go away next. | |||
2009-06-11 | mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format. | José Fonseca | |
2009-04-15 | st: st_equal_formats() function to compare gallium/GL pixel formats | Brian Paul | |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca | |
2008-04-16 | gallium: make choose_format() non-static: st_choose_format() | Brian Paul | |
2007-12-12 | Re-org of st_create_framebuffer() and renderbuffer format selection. | Brian | |
st_create_framebuffer() now takes pipe_formats for the color, depth, stencil buffers. This avoids a round-about chain of calls to pipe->is_format_supported() for window renderbuffers (their format never changes). Renderbuffer format selection code in st_format.c is simpler now too. | |||
2007-12-10 | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ↵ | Brian | |
surface, etc. Additional types may be added in the future. | |||
2007-12-07 | Define PIPE_FORMAT_ tokens as an enum set, rather than #defines. | Brian | |
This makes debugging a _lot_ easier. In gdb, "print format" used to display 613570600, now you see PIPE_FORMAT_A8R8G8B8_UNORM. | |||
2007-10-27 | Use PIPE_FORMAT in state tracker. | michal | |
Fix PIPE_FORMAT field encoding. Re-implement st_get_format_info. | |||
2007-10-14 | 16-bit rgba surface/format for accum | Brian | |
2007-08-10 | added st_sizeof_format() | Brian | |
2007-08-10 | added st_mesa_format_to_pipe_format() | Brian | |
2007-08-10 | Rename (file contains surface format-related functions) | Brian | |