summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_texture.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-08-20mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-03st/mesa: updated comments for st_texture_image_map()Brian Paul
2010-05-03st/mesa: remove dead codeBrian Paul
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-04st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul
2010-05-04st/mesa: improved st_texture_image_copy()Brian Paul
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul
2010-04-29st/mesa: remove unused/disabled codeBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-14st/mesa: Remove unnecessary headers.Vinson Lee
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-17st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul
2010-03-15st/mesa: Cache FBO texture's sampler view object.Michal Krol
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-13st/mesa: Remove unnecessary header from st_texture.c.Vinson Lee
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-11-19st/mesa: replace st_flush() with pipe->flush()Brian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-28mesa/st: fix crash in st_texture_image_copyMarek Olšák
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-08-05mesa/st: Add support for binding pipe surface to texture.Chia-I Wu
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul
2009-04-09st: remove unneeded "is compressed" checkBrian Paul
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer
2009-03-18st: update texture commentsBrian Paul
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer