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: properly implement MapTextureImage with multiple mapped slices (v2)
Marek Olšák
2014-04-10
1
-11
/
+17
*
st/mesa: fix sampler_view REALLOC/FREE macro mix-up
Brian Paul
2014-04-10
1
-1
/
+1
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
1
-11
/
+9
*
st/mesa: avoid sw fallback for getting/decompressing textures
Brian Paul
2014-02-07
1
-1
/
+3
*
st/mesa: fix crash when a shader uses a TBO and it's not bound
Marek Olšák
2014-02-06
1
-0
/
+6
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-4
/
+2
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
1
-2
/
+2
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-07-30
1
-1
/
+1
*
st/mesa: add casts to silence MSVC warnings
Brian Paul
2013-06-26
1
-3
/
+3
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-36
/
+7
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-1
/
+6
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-6
/
+35
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
st/mesa: fix levels in initial texture creation
Dave Airlie
2013-04-08
1
-1
/
+1
*
st/mesa: fix crash with blit-based GetTexImage
Marek Olšák
2013-03-26
1
-1
/
+1
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+8
*
st/mesa: implement blit-based ReadPixels
Marek Olšák
2013-03-23
1
-6
/
+6
*
st/mesa: remove what is left from u_blit
Marek Olšák
2013-02-18
1
-1
/
+0
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
1
-244
/
+74
*
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
2013-02-18
1
-2
/
+2
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
1
-2
/
+216
*
st/mesa: fix blit-based GetTexImage for 1D array textures
Marek Olšák
2013-02-18
1
-19
/
+52
*
st/mesa: fix blit-based GetTexImage for depth/stencil formats
Marek Olšák
2013-02-18
1
-1
/
+1
*
st/mesa: factor out code for determining blit.mask from CopyTexSubImage
Marek Olšák
2013-02-18
1
-42
/
+66
*
st/mesa: try to find exact format matching user format and type for DrawPixels
Marek Olšák
2013-02-14
1
-28
/
+2
*
st/mesa: accelerate glGetTexImage for all formats using a blit
Marek Olšák
2013-02-13
1
-48
/
+152
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
1
-1
/
+1
*
st/mesa: don't choose DXT formats if we can't do DXT compression
Brian Paul
2013-02-04
1
-1
/
+1
*
st/mesa: implement ARB_internalformat_query v2
Marek Olšák
2013-01-24
1
-0
/
+1
*
st/mesa: fix possible MSVC build error v2
Marek Olšák
2013-01-08
1
-2
/
+2
*
st/mesa: accelerate CopyTexSubImage for 1D array textures
Marek Olšák
2013-01-04
1
-26
/
+66
*
st/mesa: fix CopyTexSubImage fallback for 1D array textures
Marek Olšák
2013-01-04
1
-7
/
+33
*
st/mesa: fix GetTexImage for compressed 2D array textures
Marek Olšák
2013-01-04
1
-23
/
+32
*
st/mesa: try to find the format matching format+type in decompressed_with_blit
Marek Olšák
2013-01-04
1
-19
/
+50
*
st/mesa: fix GetTexImage for compressed cubemaps
Marek Olšák
2013-01-04
1
-1
/
+1
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
1
-1
/
+0
*
gallium: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
1
-12
/
+0
*
st/mesa: add texture buffer object support to state tracker (v1.1)
Dave Airlie
2012-12-08
1
-0
/
+15
*
st/mesa: implement CopyTexSubImage for MSAA framebuffers
Marek Olšák
2012-12-07
1
-66
/
+113
*
st/mesa: fix computation of last_level during texture creation
Marek Olšák
2012-11-12
1
-4
/
+2
*
st/mesa: fix guessing the base level size
Marek Olšák
2012-11-12
1
-50
/
+44
*
st/mesa: add support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-0
/
+5
*
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
2012-10-24
1
-1
/
+4
*
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
2012-10-19
1
-1
/
+5
*
st/mesa: improve the guess_and_alloc_texture() heuristic
Brian Paul
2012-10-18
1
-0
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-23
/
+27
*
st/mesa: use the renderbuffer chosen by core Mesa in CopyTexSubImage
Marek Olšák
2012-10-11
1
-12
/
+1
[next]