Skip to content

dri: Use __DRI_BUFFER_COUNT consistently internally

Adam Jackson requested to merge ajax/mesa:dri-buffer-count into master

These arrays were all sized with insufficiently large magic numbers, which is probably not a good idea.

Merge request reports