summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.h
Commit message (Expand)AuthorAgeFilesLines
* st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hookEduardo Lima Mitev2016-03-031-5/+3
* st/mesa: allow st_format.h to be included from C++ filesIlia Mirkin2016-02-151-0/+8
* st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák2014-08-111-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add const qualifier to st_translate_color()Brian Paul2013-12-131-1/+1
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-151-4/+0
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-241-2/+2
* st/mesa: try to find exact format matching user format and type for DrawPixelsMarek Olšák2013-02-141-0/+3
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-061-2/+2
* st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()Brian Paul2013-02-041-4/+0
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-041-1/+1
* st/mesa: implement ARB_internalformat_query v2Marek Olšák2013-01-241-0/+3
* st/mesa: fix integer texture border color for some formats (v2)Marek Olšák2012-10-151-2/+3
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-1/+2
* st/mesa: remove unused st_equal_formats() functionBrian Paul2012-02-151-3/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-241-3/+0
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-1/+0
* st/mesa: s/tex_usage/bindings/ in st_format.hBrian Paul2011-06-291-1/+1
* st/mesa: prefer native texture formats when possible.Stéphane Marchesin2011-06-221-0/+1
* st/mesa: need to translate clear color according to surface's base formatBrian Paul2011-02-211-0/+6
* st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee2010-12-211-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* st/mesa: add option to choose a texture format that we won't render to.Dave Airlie2010-10-131-0/+4
* st/mesa: Include missing headers in st_format.h.Vinson Lee2010-08-051-0/+5
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-081-0/+4
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-2/+3
* 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