Skip to content
Snippets Groups Projects
Commit 0a39cb88 authored by Emma Anholt's avatar Emma Anholt
Browse files

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: default avatarIan Romanick <ian.d.romanick@intel.com>
Acked-by: default avatarPaul Berry <stereotype441@gmail.com>
parent 1cb8de6f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment