OSDN Git Service

intel: Fix format handling of blit glBitmap()
authorEric Anholt <eric@anholt.net>
Fri, 24 May 2013 19:48:47 +0000 (12:48 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 28 May 2013 20:06:58 +0000 (13:06 -0700)
commit0a39cb88deee338de3c82db2e70594f11ee1cc8d
tree22352eae64a40be2e493b30384393737d4f08125
parent1cb8de6fff24743e479e17f023bd3a7b455b756f
intel: Fix format handling of blit glBitmap()

Any 32-bit format got ARGB8888 handling (including, say, GL_RG1616), and
anything else got 16-bit (including, say, GL_R8), which could potentially
hang the GPU by writing out of bounds.

NOTE: This is a candidate for the stable branches.

Reviewed-and-tested-by: Ian Romanick <ian.d.romanick@intel.com>
Acked-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c