aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: updated commentsBrian Paul2010-02-241-1/+2
* st/mesa: more format code clean-up and removalBrian Paul2010-02-241-15/+0
* st/mesa: clean-up of format-related codeBrian Paul2010-02-241-15/+6
* Merge branch 'texformat-rework'Brian Paul2009-10-281-3/+7
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-2/+5
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+2
* | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-071-2/+3
|/
* mesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any depth or stencil format.José Fonseca2009-06-111-2/+2
* st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul2009-04-151-0/+4
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-1/+1
* gallium: make choose_format() non-static: st_choose_format()Brian Paul2008-04-161-0/+4
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-3/+2
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-1/+1
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-10/+8
* Use PIPE_FORMAT in state tracker.michal2007-10-271-2/+4
* 16-bit rgba surface/format for accumBrian2007-10-141-0/+5
* added st_sizeof_format()Brian2007-08-101-0/+4
* added st_mesa_format_to_pipe_format()Brian2007-08-101-0/+4
* Rename (file contains surface format-related functions)Brian2007-08-101-0/+63