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_cb_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: need to pass srcLevel to st_texture_image_copy()
Brian Paul
2010-05-04
1
-1
/
+1
*
st/mesa: return success/fail from guess_and_alloc_texture()
Brian Paul
2010-05-04
1
-7
/
+10
*
st/mesa: remove unused needFlush parameter to st_finalize_texture()
Brian Paul
2010-05-03
1
-5
/
+1
*
st/mesa: updated comments and fix some formatting in texture storage code
Brian Paul
2010-05-03
1
-13
/
+18
*
st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting
Brian Paul
2010-05-03
1
-8
/
+8
*
st/mesa: consolidate and clean-up texture memory allocation code
Brian Paul
2010-05-03
1
-22
/
+11
*
st/mesa: move some texture size calculation code
Brian Paul
2010-05-03
1
-10
/
+6
*
st/mesa: remove old convolution-related vars and min pitch code
Brian Paul
2010-05-03
1
-15
/
+2
*
st/mesa: remove unsupported convolution code
Brian Paul
2010-05-03
1
-10
/
+6
*
st/mesa: updated comment
Brian Paul
2010-05-03
1
-4
/
+5
*
st/mesa: restore original last_layer comparison
Brian Paul
2010-05-03
1
-1
/
+1
*
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-30
1
-64
/
+98
*
Merge branch '7.8'
Brian Paul
2010-04-28
1
-1
/
+4
|
\
|
*
st/mesa: fix incorrect RowStride computation
Brian Paul
2010-04-28
1
-1
/
+4
*
|
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-40
/
+50
*
|
st/mesa: replace 'usage' with 'bindings'
Brian Paul
2010-04-23
1
-12
/
+20
*
|
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
|
st/mesa: remove st_texture_object::pipe field
Brian Paul
2010-04-18
1
-3
/
+2
*
|
st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
|
st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/
Brian Paul
2010-04-18
1
-1
/
+1
*
|
st/mesa: Move dereference and assignment to after NULL check.
Vinson Lee
2010-04-15
1
-1
/
+2
*
|
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-1
/
+0
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-35
/
+39
*
|
mesa/st: util_format_is_compressed() -> util_format_is_s3tc().
José Fonseca
2010-03-29
1
-1
/
+1
*
|
st/mesa: fix typo in prev commit
Brian Paul
2010-03-24
1
-1
/
+1
*
|
st/mesa: fix sampler_view destruction bug when texture is shared
Brian Paul
2010-03-24
1
-2
/
+10
*
|
st/mesa: plug in default for pipe_context::surface_copy() if needed
Brian Paul
2010-03-17
1
-2
/
+1
*
|
st/mesa: Fix build breakage.
Corbin Simpson
2010-03-17
1
-1
/
+1
*
|
Merge branch '7.8' into master
Pauli Nieminen
2010-03-17
1
-0
/
+2
|
\
|
|
*
mesa: Fix memory leak in decompress-with-blit.
Keith Whitwell
2010-03-13
1
-0
/
+2
*
|
st/mesa: Invalidate sampler view when texture object changes.
Michal Krol
2010-03-16
1
-0
/
+3
*
|
gallium: change remaining util functions to use cso sampler views
Roland Scheidegger
2010-03-16
1
-3
/
+15
*
|
st/mesa: Pass in correct sampler view object to blitter.
Michal Krol
2010-03-15
1
-1
/
+1
*
|
gallium: util_blit_pixels() takes source sampler view as argument.
Michal Krol
2010-03-15
1
-0
/
+2
*
|
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-13
/
+14
|
\
\
|
*
|
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-6
/
+6
|
*
|
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-9
/
+10
|
|
/
*
/
st/mesa: Associate a sampler view with an st texture object.
Michal Krol
2010-03-12
1
-0
/
+4
|
/
*
st/mesa: whitespace fixes
Brian Paul
2010-02-23
1
-4
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
1
-1
/
+1
|
\
|
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
|
st/mesa: fix texture deallocation bug
Brian Paul
2010-02-01
1
-12
/
+10
|
/
*
Fix compressed texture loads for non-minimal pitches again
Luca Barbieri
2010-01-25
1
-2
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-14
/
+44
|
\
|
*
st/mesa: fix format logic in compatible_src_dst_formats()
Brian Paul
2010-01-20
1
-12
/
+44
|
*
st/mesa: Remove unnecessary headers from st_cb_texture.c.
Vinson Lee
2010-01-14
1
-2
/
+0
*
|
Fix compressed texture loads for non-minimal pitches
Luca Barbieri
2010-01-11
1
-1
/
+16
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-1
/
+1
|
\
|
|
*
st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.
Michel Dänzer
2010-01-04
1
-1
/
+1
[next]