aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)Marek Olšák2014-04-101-11/+17
* st/mesa: fix sampler_view REALLOC/FREE macro mix-upBrian Paul2014-04-101-1/+1
* st/mesa: improve sampler view handlingChristian König2014-04-041-11/+9
* st/mesa: avoid sw fallback for getting/decompressing texturesBrian Paul2014-02-071-1/+3
* st/mesa: fix crash when a shader uses a TBO and it's not boundMarek Olšák2014-02-061-0/+6
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-4/+2
* st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák2013-12-031-2/+2
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-301-1/+1
* st/mesa: add casts to silence MSVC warningsBrian Paul2013-06-261-3/+3
* mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2013-06-171-36/+7
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-151-1/+6
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-6/+35
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* st/mesa: fix levels in initial texture creationDave Airlie2013-04-081-1/+1
* st/mesa: fix crash with blit-based GetTexImageMarek Olšák2013-03-261-1/+1
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+8
* st/mesa: implement blit-based ReadPixelsMarek Olšák2013-03-231-6/+6
* st/mesa: remove what is left from u_blitMarek Olšák2013-02-181-1/+0
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-181-244/+74
* st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák2013-02-181-2/+2
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-181-2/+216
* st/mesa: fix blit-based GetTexImage for 1D array texturesMarek Olšák2013-02-181-19/+52
* st/mesa: fix blit-based GetTexImage for depth/stencil formatsMarek Olšák2013-02-181-1/+1
* st/mesa: factor out code for determining blit.mask from CopyTexSubImageMarek Olšák2013-02-181-42/+66
* st/mesa: try to find exact format matching user format and type for DrawPixelsMarek Olšák2013-02-141-28/+2
* st/mesa: accelerate glGetTexImage for all formats using a blitMarek Olšák2013-02-131-48/+152
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-061-1/+1
* 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/+1
* st/mesa: fix possible MSVC build error v2Marek Olšák2013-01-081-2/+2
* st/mesa: accelerate CopyTexSubImage for 1D array texturesMarek Olšák2013-01-041-26/+66
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-041-7/+33
* st/mesa: fix GetTexImage for compressed 2D array texturesMarek Olšák2013-01-041-23/+32
* st/mesa: try to find the format matching format+type in decompressed_with_blitMarek Olšák2013-01-041-19/+50
* st/mesa: fix GetTexImage for compressed cubemapsMarek Olšák2013-01-041-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-121-1/+0
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-12/+0
* st/mesa: add texture buffer object support to state tracker (v1.1)Dave Airlie2012-12-081-0/+15
* st/mesa: implement CopyTexSubImage for MSAA framebuffersMarek Olšák2012-12-071-66/+113
* st/mesa: fix computation of last_level during texture creationMarek Olšák2012-11-121-4/+2
* st/mesa: fix guessing the base level sizeMarek Olšák2012-11-121-50/+44
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-0/+5
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer2012-10-191-1/+5
* st/mesa: improve the guess_and_alloc_texture() heuristicBrian Paul2012-10-181-0/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-23/+27
* st/mesa: use the renderbuffer chosen by core Mesa in CopyTexSubImageMarek Olšák2012-10-111-12/+1