aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-6/+6
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-9/+10
| |/
* / st/mesa: Associate a sampler view with an st texture object.Michal Krol2010-03-121-0/+4
|/
* st/mesa: whitespace fixesBrian Paul2010-02-231-4/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-1/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | st/mesa: fix texture deallocation bugBrian Paul2010-02-011-12/+10
|/
* Fix compressed texture loads for non-minimal pitches againLuca Barbieri2010-01-251-2/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-14/+44
|\
| * st/mesa: fix format logic in compatible_src_dst_formats()Brian Paul2010-01-201-12/+44
| * st/mesa: Remove unnecessary headers from st_cb_texture.c.Vinson Lee2010-01-141-2/+0
* | Fix compressed texture loads for non-minimal pitchesLuca Barbieri2010-01-111-1/+16
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-1/+1
|\|
| * st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer2010-01-041-1/+1