aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: implement decompress_with_blit using gallium blitMarek Olšák2012-09-301-47/+23
* st/mesa: check for zero-size image in st_TestProxyTexImage()Brian Paul2012-09-241-0/+5
* st/mesa: implement new proxy texture codeBrian Paul2012-09-171-1/+60
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-3/+3
* st/mesa: use fallback path for glCopyTexSubImage(GL_TEXTURE_1D_ARRAY)Brian Paul2012-08-271-0/+10
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-1/+1
* mesa: Remove unnecessary parameters CompressedTexImagePauli Nieminen2012-08-121-4/+1
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-6/+4
* mesa: Remove unnecessary parameters from TexImagePauli Nieminen2012-08-121-13/+8
* st/mesa: fix glCopyTexSubImage crashBrian Paul2012-08-101-1/+9
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-121-5/+7
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-121-11/+11