summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-171-15/+6
* st/mesa: Cache FBO texture's sampler view object.Michal Krol2010-03-151-0/+9
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-10/+7
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\
| * st/mesa: Remove unnecessary header from st_texture.c.Vinson Lee2010-01-131-1/+0
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-2/+2
|\ \
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-2/+2
* | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* | Merge branch 'width0'Roland Scheidegger2009-11-271-17/+19
|\ \ | |/ |/|
| * gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-17/+19
* | st/mesa: replace st_flush() with pipe->flush()Brian Paul2009-11-191-1/+1
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-2/+3
|\
| * mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-1/+2
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* | mesa/st: fix crash in st_texture_image_copyMarek Olšák2009-10-281-6/+15
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-2/+1
|/
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* mesa/st: Add support for binding pipe surface to texture.Chia-I Wu2009-08-051-15/+93
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-8/+10
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-1/+21
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* st: remove unneeded "is compressed" checkBrian Paul2009-04-091-2/+1
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-2/+1
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-1/+1
* st: update texture commentsBrian Paul2009-03-181-7/+5
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-5/+5
* mesa: use an array for current texture objectsBrian Paul2009-02-211-1/+1
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-17/+19
* gallium: add st_set_teximage_surface for EXT_texture_from_pixmapBen Skeggs2008-11-131-0/+47
* gallium: remove the copyHeight hack for compresssed formatsBrian Paul2008-09-041-4/+1
* mesa: Remove unused var.José Fonseca2008-09-041-1/+0
* gallium: added st_bind/release_teximage() functionsBrian Paul2008-09-011-0/+92
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-221-0/+1
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-1/+1
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-1/+2
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-14/+12
* gallium: fix out of tex memory crashesBrian Paul2008-05-081-1/+4
* gallium: fix some render to texture bugsBrian Paul2008-05-071-0/+16
* gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+3
* gallium: use screen->tex_surface_release()Brian Paul2008-05-011-2/+2
* gallium: tex surface checkpointKeith Whitwell2008-05-011-11/+23
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-1/+0
* gallium: fix the compressed texture hack in st_texture_image_copy()Brian Paul2008-04-251-3/+2