commit | 61dd79b6dcc217d6ca4b4723ac368a1157a58721 | [log] [tgz] |
---|---|---|
author | Mauro Rossi <issor.oruam@gmail.com> | Sun Jan 24 19:00:32 2016 +0100 |
committer | Mauro Rossi <issor.oruam@gmail.com> | Sun Jan 24 19:00:32 2016 +0100 |
tree | 0fcee0878db6e6202b67b0583cb40ffbad403451 | |
parent | d15afb9605ed239db944c6b73681df8144e48599 [diff] |
i965: use the blitter instead of meta PBO functions also with gen5 Even if gen5 parts support OpenGL ES 3.0 on the paper, packed PBO are not supported for those chipsets. The checks for using meta PBO functions are changed to exclude gen5. These changes are meant to avoid the hazi font problems for gen5 chipsets.