summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2016-01-16 15:15:13 -0500
committerNicolai Hähnle <[email protected]>2016-02-03 14:10:35 +0100
commit4a448a63adbbece1d9bddacd9428aad7cc68a628 (patch)
tree4209d653a6654b7d1e40b4f5bad20d2fc9d35991 /src/mesa/state_tracker/st_context.c
parent6af6d7b08af5d14b7a5848c87c01ae3c711c7963 (diff)
st/mesa: use the correct address generation functions in st_TexSubImage blit
We need to tell the address generation functions about the dimensionality of the texture to correctly implement the part of Section 3.8.1 (Texture Image Specification) of the OpenGL 2.1 specification which says: "For the purposes of decoding the texture image, TexImage2D is equivalent to calling TexImage3D with corresponding arguments and depth of 1, except that ... * UNPACK SKIP IMAGES is ignored." Fixes a low impact bug that was found by chance while browsing the spec and extending piglit tests. Cc: "11.0 11.1" <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
0 files changed, 0 insertions, 0 deletions