Skip to content

mesa/main: add api trace for glGenerate*Mipmap* functions

Luc Ma requested to merge lucmann/mesa:add-api-trace-for-generate-mipmap into main

What does this MR do and why?

mesa/main: add api trace for glGenerate*Mipmap* functions

It appears that not every GLAPI has verbose api trace in mesa.
Now that MESA_VERBOSE=api is provided, let's make it more complete.
Bit a bikeshed but not harmful at least.

Signed-off-by: Luc Ma <luc@sietium.com>
Edited by Luc Ma

Merge request reports