summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-01-04 17:53:39 -0800
committerEric Anholt <[email protected]>2012-01-06 09:49:08 -0800
commit61ea677bdd062b27db98b05e3a31877f33137839 (patch)
tree435c38313d020cfccf80c7393d72c3d3e9cb38e7 /src/mesa/swrast
parent38c6f1e6caf097c0aefc7a9b161e9da3d5235ea9 (diff)
mesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FLOAT_X24S8.
We were converting our ubyte stencil value to a float. Just write it as a uint, which overwrites the X24 part of X24S8 with 0 but shouldn't matter. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast')
0 files changed, 0 insertions, 0 deletions