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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-1
/
+7
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
1
-2
/
+1
*
st/mesa: don't choose DXT formats if we can't do DXT compression
Brian Paul
2013-02-04
1
-1
/
+2
*
st/mesa: fix CopyTexSubImage fallback for 1D array textures
Marek Olšák
2013-01-04
1
-5
/
+6
*
st/mesa: add support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-1
/
+9
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-14
/
+4
*
st/mesa: use transfer_inline_write in st_texture_image_data
Marek Olšák
2012-10-11
1
-46
/
+8
*
st/mesa: implement new proxy texture code
Brian Paul
2012-09-17
1
-0
/
+13
*
st/mesa: add null pointer check in st_texture_image_map()
Brian Paul
2012-03-17
1
-0
/
+3
*
st/mesa: remove st_TexImage(), use core Mesa code instead
Brian Paul
2012-01-04
1
-2
/
+9
*
st/mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+1
*
st/mesa: stop using gl_texture_image::Data when mapping/unmapping textures
Brian Paul
2011-10-05
1
-0
/
+1
*
st/mesa: remove unnecessary st_texture_match_image() parameters
Brian Paul
2011-09-22
1
-5
/
+4
*
st/mesa: Convert size assertions to conditionals in st_texture_image_copy.
Brian Paul
2011-09-22
1
-3
/
+9
*
st/mesa: fix incorrect debug output
Brian Paul
2011-09-13
1
-3
/
+2
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
1
-2
/
+2
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-0
/
+20
|
\
|
*
st/mesa: replace duplicated create_color_map_texture() function with shared f...
Bryan Cain
2011-08-04
1
-0
/
+20
|
/
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
st/mesa: fix texture array dimensions
Brian Paul
2011-01-28
1
-6
/
+87
*
st/mesa: pass layers param to st_texture_create()
Brian Paul
2011-01-28
1
-0
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-27
/
+27
*
mesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE
Luca Barbieri
2010-08-20
1
-1
/
+1
*
mesa: Remove inclusion of compiler.h from mtypes.h.
Vinson Lee
2010-07-31
1
-2
/
+2
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-19
/
+14
|
\
|
*
mesa/st: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-20
/
+17
*
|
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
1
-19
/
+2
*
|
st/mesa: need to pass srcLevel to st_texture_image_copy()
Brian Paul
2010-05-04
1
-5
/
+4
*
|
st/mesa: improved st_texture_image_copy()
Brian Paul
2010-05-04
1
-29
/
+47
|
/
*
st/mesa: updated comments for st_texture_image_map()
Brian Paul
2010-05-03
1
-4
/
+6
*
st/mesa: remove dead code
Brian Paul
2010-05-03
1
-18
/
+0
*
st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures
Brian Paul
2010-04-30
1
-0
/
+3
*
st/mesa: remove unused/disabled code
Brian Paul
2010-04-29
1
-36
/
+0
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-04-14
1
-3
/
+0
*
st/mesa: Drop st_public support.
Chia-I Wu
2010-04-13
1
-221
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-34
/
+37
*
st/mesa: plug in default for pipe_context::surface_copy() if needed
Brian Paul
2010-03-17
1
-15
/
+6
*
st/mesa: Cache FBO texture's sampler view object.
Michal Krol
2010-03-15
1
-0
/
+9
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-2
/
+2
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-10
/
+7
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
1
-1
/
+0
|
\
|
*
st/mesa: Remove unnecessary header from st_texture.c.
Vinson Lee
2010-01-13
1
-1
/
+0
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-2
/
+2
|
\
\
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-2
/
+2
*
|
|
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+1
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
*
|
Merge branch 'width0'
Roland Scheidegger
2009-11-27
1
-17
/
+19
|
\
\
|
|
/
|
/
|
|
*
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-17
/
+19
[next]