index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_texture.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
st/mesa: add const qualifiers in sampler validation code
Brian Paul
2013-12-13
1
-0
/
+6
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-2
/
+8
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-0
/
+1
*
st/mesa: fix CopyTexSubImage fallback for 1D array textures
Marek Olšák
2013-01-04
1
-5
/
+3
*
st/mesa: fix typo: s/patent/parent/
Brian Paul
2012-02-15
1
-1
/
+1
*
st/mesa: simplify st_create_texture_sampler_view()
Brian Paul
2012-02-15
1
-12
/
+9
*
st/mesa: remove unused st_get_texture_sampler_view()
Brian Paul
2012-02-15
1
-16
/
+0
*
st/mesa: completely stop using gl_texture_image::Data
Brian Paul
2011-10-05
1
-1
/
+6
*
st/mesa: remove unnecessary st_texture_match_image() parameters
Brian Paul
2011-09-22
1
-2
/
+1
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
1
-5
/
+0
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
1
-0
/
+4
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-15
/
+0
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-0
/
+15
*
st/mesa: fix texture array dimensions
Brian Paul
2011-01-28
1
-1
/
+14
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
1
-0
/
+1
*
st/mesa: formatting, whitespace fixes
Brian Paul
2011-01-20
1
-7
/
+3
*
st/mesa: use shader stencil export to accelerate shader drawpixels.
Dave Airlie
2010-10-13
1
-0
/
+14
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-6
/
+0
*
st/mesa: need to pass srcLevel to st_texture_image_copy()
Brian Paul
2010-05-04
1
-1
/
+1
*
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-30
1
-3
/
+9
*
st/mesa: remove unused/disabled code
Brian Paul
2010-04-29
1
-12
/
+0
*
st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/
Brian Paul
2010-04-18
1
-1
/
+1
*
st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/
Brian Paul
2010-04-18
1
-1
/
+1
*
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
1
-5
/
+5
*
st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/
Brian Paul
2010-04-18
1
-3
/
+3
*
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-15
/
+15
*
st/mesa: Associate a sampler view with an st texture object.
Michal Krol
2010-03-12
1
-0
/
+39
*
mesa/st: Add support for binding pipe surface to texture.
Chia-I Wu
2009-08-05
1
-0
/
+5
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-1
/
+1
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-1
/
+6
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
1
-1
/
+0
*
gallium: Move pf_is_depth_stencil to p_format.h.
José Fonseca
2009-03-31
1
-6
/
+0
*
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-2
/
+4
*
gallium: move st_texture_image() cast wrapper to header file
Brian Paul
2008-09-01
1
-0
/
+6
*
gallium: depth textures have usage depth_stencil instead of render_target
Roland Scheidegger
2008-05-09
1
-0
/
+5
*
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-06
1
-3
/
+1
|
\
|
*
gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.
Michel Dänzer
2008-05-02
1
-3
/
+1
*
|
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
1
-1
/
+2
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-2
/
+4
|
/
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-2
/
+0
*
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-20
1
-0
/
+64
*
gallium: remove unused first_level param from st_texture_create()
Brian
2008-02-12
1
-1
/
+0
*
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-12
1
-3
/
+3
*
comments, clean-ups, consts
Brian
2008-02-06
1
-4
/
+4
*
gallium: Make texture target an enum for better debuggability.
Michel Dänzer
2008-01-04
1
-2
/
+2
*
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
1
-1
/
+0
*
Remove stray references to struct pipe_region.
Michel Dänzer
2007-12-10
1
-1
/
+0
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-2
/
+1
[next]