aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add const qualifier to st_translate_color()Brian Paul2013-12-131-3/+3
* st/mesa: pass correct pipe_texture_target to st_choose_format()Brian Paul2013-11-181-2/+4
* st/mesa: improve format selection for GLESMarek Olšák2013-10-081-0/+36
* st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB supportMarek Olšák2013-07-301-0/+7
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-29/+29
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-151-35/+0
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-241-2/+4
* st/mesa: try to find exact format matching user format and type for DrawPixelsMarek Olšák2013-02-141-0/+35
* st/mesa: accelerate glGetTexImage for all formats using a blitMarek Olšák2013-02-131-1/+0
* st/mesa: use new RGBX formatsMarek Olšák2013-02-071-17/+111
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-061-10/+10
* st/mesa: adjust texture format selection to try the closest base format firstMarek Olšák2013-02-061-18/+13
* st/mesa: put RGBX8 and RGBA8 in the default format listsMarek Olšák2013-02-061-0/+2
* st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tablesMarek Olšák2013-02-061-2/+0
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-2/+2
* st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()Brian Paul2013-02-041-34/+21
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-041-8/+21
* st/mesa: implement ARB_internalformat_query v2Marek Olšák2013-01-241-0/+34
* st/mesa: fix integer texture border color for some formats (v2)Marek Olšák2012-10-151-38/+86
* mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden2012-09-151-4/+0
* mesa: remove FEATURE_texture_s3tc define.Oliver McFadden2012-09-151-9/+0
* st/mesa: don't do (generic) compression of 1D or 1D_ARRAY texturesBrian Paul2012-08-241-1/+11
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-2/+2
* mesa: move some format helper functions to glformats.cBrian Paul2012-07-241-0/+1
* mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibilityMarek Olšák2012-07-131-0/+4
* st/mesa: remove unused st_equal_formats() functionBrian Paul2012-02-151-18/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-241-100/+0
* st/mesa: add fallback pipe formats for (compressed) R, RG formatsBrian Paul2012-01-191-12/+22
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-2/+2
* st/mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-0/+12
* st/mesa: add ARB_texture_rgb10_a2ui supportDave Airlie2011-11-281-2/+9
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-271-0/+8
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-17/+17
* st/mesa: add support for int type conversionDave Airlie2011-10-081-67/+386
* st/mesa: fix/update comment on st_translate_color()Brian Paul2011-09-141-2/+3
* st/mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-0/+19
* st/mesa: handle float formats in st_format_datatypeMarek Olšák2011-07-081-2/+14
* st/mesa: use the first non-VOID channel in st_format_datatypeMarek Olšák2011-07-081-3/+16
* st/mesa: add PIPE_FORMAT_R8G8B8A8_UNORM as the first RGBA format.Stéphane Marchesin2011-06-241-1/+1
* st/mesa: fix format selection regressionBrian Paul2011-06-231-3/+7
* st/mesa: prefer native texture formats when possible.Stéphane Marchesin2011-06-221-3/+93
* st/mesa: Remove unneeded texture format terminators.Stéphane Marchesin2011-06-201-2/+2
* st/mesa: put const qualifer on format_map tableBrian Paul2011-06-201-1/+1
* st/mesa: remove unneeded test for GL_TRUEBrian Paul2011-06-171-1/+1
* st/mesa: remove redundant _mesa_is_depth_format() callBrian Paul2011-06-171-2/+1
* st/mesa: remove trailing whitespace in st_format.cBrian Paul2011-06-171-2/+2
* st/mesa: move comment for ChooseTextureFormat() to right placeBrian Paul2011-06-171-3/+4
* st/mesa: add GL_R11F_G11F_B10F to format tableBrian Paul2011-06-021-0/+4