summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_format.h
AgeCommit message (Expand)Author
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul
2010-12-21st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13st/mesa: add option to choose a texture format that we won't render to.Dave Airlie
2010-08-05st/mesa: Include missing headers in st_format.h.Vinson Lee
2010-06-08st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-02-24st/mesa: updated commentsBrian Paul
2010-02-24st/mesa: more format code clean-up and removalBrian Paul
2010-02-24st/mesa: clean-up of format-related codeBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-07st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-06-11mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca
2009-04-15st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-04-16gallium: make choose_format() non-static: st_choose_format()Brian Paul
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-10-27Use PIPE_FORMAT in state tracker.michal
2007-10-1416-bit rgba surface/format for accumBrian
2007-08-10added st_sizeof_format()Brian
2007-08-10added st_mesa_format_to_pipe_format()Brian
2007-08-10Rename (file contains surface format-related functions)Brian