summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/Makefile.am
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2014-11-28 14:28:19 -0800
committerBen Widawsky <benjamin.widawsky@intel.com>2015-03-02 19:55:20 -0800
commit3d4d77a5dc7bc9f60d7845ff1d8d5b23f988232a (patch)
tree755f570d64dc1dae8f37aed47019fb8e6dd581f0 /src/gallium/targets/egl-static/Makefile.am
parent37c2687645bf44515dbd1bc1c066b02889ca46c4 (diff)
downloadexternal_mesa3d-3d4d77a5dc7bc9f60d7845ff1d8d5b23f988232a.zip
external_mesa3d-3d4d77a5dc7bc9f60d7845ff1d8d5b23f988232a.tar.gz
external_mesa3d-3d4d77a5dc7bc9f60d7845ff1d8d5b23f988232a.tar.bz2
i965: Fix assertion in brw_reg_type_letters
While using various debugging features (optimization debug, instruction dumping, etc) this function is called in order to get a readable letter for the type of unit. On GEN8, two new units were added, the Qword and the Unsigned Qword (Q, and UQ respectively). The existing assertion tries to determine that the argument passed in is within the correct boundary, however, it was using UQ as the upper limit instead of Q. To my knowledge you can only hit this case with the branch I am currently working on, so it doesn't fix any known issues. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
0 files changed, 0 insertions, 0 deletions