summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: 80-column wrappingBrian Paul2012-01-051-1/+2
* st/mesa: remove st_CompressedTexSubImage1D/2D/3D()Brian Paul2012-01-041-81/+3
* st/mesa: fix indentation in st_copy_texsubimage()Brian Paul2012-01-041-5/+5
* st/mesa: remove st_TexImage(), use core Mesa code insteadBrian Paul2012-01-041-240/+32
* st/mesa: refactor gl_TexImage() code into prep_teximage()Brian Paul2012-01-041-17/+38
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-2/+2
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-2/+0
* st/mesa: remove stImage->base.Face/Level assignments in st_TexImage()Brian Paul2011-12-301-3/+0
* mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul2011-12-301-16/+12
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-28/+22
* st/mesa: remove TexSubImage code, use core mesa routines instead.Brian Paul2011-12-301-140/+3
* st/mesa: stop using _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-131-4/+1
* mesa: remove TextureMemCpy driver hookBrian Paul2011-12-081-52/+0
* st/mesa: Use util_blit_pixels_writemask() for depth blits as well in st_copy_...Henri Verbeet2011-12-081-81/+89
* st/mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+2
* st/mesa: implement GL_ARB_texture_storageBrian Paul2011-10-311-0/+62
* mesa: Fold gallium's texture border stripping into a core Mesa option.Eric Anholt2011-10-261-55/+3
* st/mesa: fix commentBrian Paul2011-10-051-1/+1
* st/mesa: don't use gl_texture_image::RowStrideBrian Paul2011-10-051-5/+7
* st/mesa: completely stop using gl_texture_image::DataBrian Paul2011-10-051-13/+13
* st/mesa: stop using gl_texture_image::Data when mapping/unmapping texturesBrian Paul2011-10-051-33/+34
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-6/+3
* st/mesa: implement AllocTextureImageBuffer() driver hookBrian Paul2011-09-301-0/+86
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-10/+6
* st/mesa: remove some old GetTexImage() codeBrian Paul2011-09-291-31/+5
* st/mesa: substitute argument to guess_base_level_size() callBrian Paul2011-09-281-1/+1
* mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-38/+0
* mesa: Convert depth glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-1/+2
* mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().Brian Paul2011-09-271-3/+8
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-271-39/+8
* st/mesa: remove unnecessary st_texture_match_image() parametersBrian Paul2011-09-221-4/+2
* st/mesa: specify source mipmap level in decompress_with_blit()Brian Paul2011-09-201-0/+3
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+10
* mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul2011-09-171-5/+0
* st/mesa: rewrap a long lineBrian Paul2011-09-151-3/+4
* st/mesa: Add implementation of MapTextureImage.Brian Paul2011-08-291-0/+45
* Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2011-08-291-2/+2
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-2/+2
* st/mesa: remove st_texture_image::face,level fieldsBrian Paul2011-08-241-15/+15
* st/mesa: get rid of redundant clipping code in st_copy_texsubimage()Brian Paul2011-07-191-28/+0
* st/mesa: remove st_CopyTexImage1D/2D()Brian Paul2011-07-191-55/+0
* st/mesa: fix overwriting gl_format with pipe_format since 9d380f48Andre Maasikas2011-06-291-2/+2
* st/mesa: fix pipe_get_transfer() call in fallback_copy_texsubimage()Brian Paul2011-06-241-1/+2
* st/mesa: conditional rendering should not kill texture decompression via blitMarek Olšák2011-05-301-0/+11
* st/mesa: CopyTex(Sub)Image should not be killed by conditional renderingMarek Olšák2011-05-301-0/+12
* st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul2011-05-251-2/+2
* st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72Dave Airlie2011-04-251-2/+2
* st/mesa: check image size before copy_image_data_to_texture()Brian Paul2011-04-211-2/+7
* mesa/st: Avoid spurious transfers when creating fbo textures without image data.José Fonseca2011-04-141-1/+6
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6