summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_texture.h
AgeCommit message (Expand)Author
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2011-01-20st/mesa: formatting, whitespace fixesBrian Paul
2010-10-13st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie
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-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul
2010-04-29st/mesa: remove unused/disabled codeBrian Paul
2010-04-18st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol
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-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-03-31gallium: Move pf_is_depth_stencil to p_format.h.José Fonseca
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-09-01gallium: move st_texture_image() cast wrapper to header fileBrian Paul
2008-05-09gallium: depth textures have usage depth_stencil instead of render_targetRoland Scheidegger
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-02gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.Michel Dänzer
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-02-12gallium: remove unused first_level param from st_texture_create()Brian
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-06comments, clean-ups, constsBrian
2008-01-04gallium: Make texture target an enum for better debuggability.Michel Dänzer
2007-12-11Remove internal_format field from struct pipe_texture.Michel Dänzer
2007-12-10Remove stray references to struct pipe_region.Michel Dänzer
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer