aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-1/+7
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-061-2/+1
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-041-1/+2
* st/mesa: fix CopyTexSubImage fallback for 1D array texturesMarek Olšák2013-01-041-5/+6
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-091-1/+9
* gallium: unify transfer functionsMarek Olšák2012-10-111-14/+4
* st/mesa: use transfer_inline_write in st_texture_image_dataMarek Olšák2012-10-111-46/+8
* st/mesa: implement new proxy texture codeBrian Paul2012-09-171-0/+13
* st/mesa: add null pointer check in st_texture_image_map()Brian Paul2012-03-171-0/+3
* st/mesa: remove st_TexImage(), use core Mesa code insteadBrian Paul2012-01-041-2/+9
* st/mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+1
* st/mesa: stop using gl_texture_image::Data when mapping/unmapping texturesBrian Paul2011-10-051-0/+1
* st/mesa: remove unnecessary st_texture_match_image() parametersBrian Paul2011-09-221-5/+4
* st/mesa: Convert size assertions to conditionals in st_texture_image_copy.Brian Paul2011-09-221-3/+9
* st/mesa: fix incorrect debug outputBrian Paul2011-09-131-3/+2
* st/mesa: remove st_texture_image::face,level fieldsBrian Paul2011-08-241-2/+2
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+20
|\
| * st/mesa: replace duplicated create_color_map_texture() function with shared f...Bryan Cain2011-08-041-0/+20
|/
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/mesa: fix texture array dimensionsBrian Paul2011-01-281-6/+87
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-281-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-27/+27
* mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLELuca Barbieri2010-08-201-1/+1
* mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee2010-07-311-2/+2
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-19/+14
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-20/+17
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-19/+2
* | st/mesa: need to pass srcLevel to st_texture_image_copy()Brian Paul2010-05-041-5/+4
* | st/mesa: improved st_texture_image_copy()Brian Paul2010-05-041-29/+47
|/
* st/mesa: updated comments for st_texture_image_map()Brian Paul2010-05-031-4/+6
* st/mesa: remove dead codeBrian Paul2010-05-031-18/+0
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-301-0/+3
* st/mesa: remove unused/disabled codeBrian Paul2010-04-291-36/+0
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* st/mesa: Remove unnecessary headers.Vinson Lee2010-04-141-3/+0
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-221/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-34/+37
* 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