mesa: finish implementing ARB_texture_stencil8 (v5)
authorDave Airlie <airlied@gmail.com>
Sun, 5 Apr 2015 03:19:18 +0000 (13:19 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Apr 2015 00:11:26 +0000 (10:11 +1000)
commit782e71cc078308dddd5d6f9505bff0cb8e67f455
tree709dce5d40f64874735cb0907c54cb6738d87703
parent1948880720a631f959c6fa7f5bc533f26619a31a
mesa: finish implementing ARB_texture_stencil8 (v5)

Parts of this were implemented previously, so finish it off.

v2: fix getteximage falling into the integer check
    add fixes for the FBO paths, (fbo-stencil8 test).

v3: fix getteximage path harder.
v4: remove swapbytes from getteximage path (Ilia)
v5: brown paper bag the swapbytes removal. (Ilia)

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/extensions.c
src/mesa/main/fbobject.c
src/mesa/main/texgetimage.c
src/mesa/main/teximage.c