summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-30/+30
* Remove unnescessary initializations of UpdateTexturePaletteIan Romanick2010-09-271-1/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-5/+0
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-231-1/+0
* st/mesa: fix assertion failure in GetTexImage for cubemapsMarek Olšák2010-09-201-0/+6
* mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_imageLuca Barbieri2010-09-041-0/+2
* st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2010-08-261-0/+8
* mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri2010-08-201-2/+4
* st/mesa: fix commentBrian Paul2010-07-011-1/+1
* st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger2010-06-221-2/+0
* st/mesa: attempt to fix TFP by using sampler views (v1)Dave Airlie2010-06-081-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-28/+40
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-28/+40
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-27/+4
* | st/mesa: when copying mipmap levels between textures, start at BaseLevelBrian Paul2010-05-061-1/+1
* | st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul2010-05-041-1/+1
* | st/mesa: return success/fail from guess_and_alloc_texture()Brian Paul2010-05-041-7/+10
|/
* st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul2010-05-031-5/+1
* st/mesa: updated comments and fix some formatting in texture storage codeBrian Paul2010-05-031-13/+18
* st/mesa: rename srcImageStride -> srcRowStride and fix-up formattingBrian Paul2010-05-031-8/+8
* st/mesa: consolidate and clean-up texture memory allocation codeBrian Paul2010-05-031-22/+11
* st/mesa: move some texture size calculation codeBrian Paul2010-05-031-10/+6
* st/mesa: remove old convolution-related vars and min pitch codeBrian Paul2010-05-031-15/+2
* st/mesa: remove unsupported convolution codeBrian Paul2010-05-031-10/+6
* st/mesa: updated commentBrian Paul2010-05-031-4/+5
* st/mesa: restore original last_layer comparisonBrian Paul2010-05-031-1/+1
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-301-64/+98
* Merge branch '7.8'Brian Paul2010-04-281-1/+4
|\
| * st/mesa: fix incorrect RowStride computationBrian Paul2010-04-281-1/+4
* | st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-40/+50
* | st/mesa: replace 'usage' with 'bindings'Brian Paul2010-04-231-12/+20
* | gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* | st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-3/+2
* | st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul2010-04-181-1/+1
* | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-181-1/+1
* | st/mesa: Move dereference and assignment to after NULL check.Vinson Lee2010-04-151-1/+2
* | st/mesa: Drop st_public support.Chia-I Wu2010-04-131-1/+0
* | Squashed commit of the following:Keith Whitwell2010-04-101-35/+39
* | mesa/st: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca2010-03-291-1/+1
* | st/mesa: fix typo in prev commitBrian Paul2010-03-241-1/+1
* | st/mesa: fix sampler_view destruction bug when texture is sharedBrian Paul2010-03-241-2/+10
* | st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-171-2/+1
* | st/mesa: Fix build breakage.Corbin Simpson2010-03-171-1/+1
* | Merge branch '7.8' into masterPauli Nieminen2010-03-171-0/+2
|\|
| * mesa: Fix memory leak in decompress-with-blit.Keith Whitwell2010-03-131-0/+2
* | st/mesa: Invalidate sampler view when texture object changes.Michal Krol2010-03-161-0/+3
* | gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-161-3/+15
* | st/mesa: Pass in correct sampler view object to blitter.Michal Krol2010-03-151-1/+1
* | gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol2010-03-151-0/+2
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-13/+14
|\ \