~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/postprocess/pp_init.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 *
26
26
 **************************************************************************/
27
27
 
28
 
#include "pipe/p_compiler.h"
 
28
#include "util/compiler.h"
29
29
 
30
30
#include "postprocess/filters.h"
31
31
#include "postprocess/pp_private.h"
253
253
{
254
254
   va_list ap;
255
255
 
256
 
   if (!debug_get_bool_option("PP_DEBUG", FALSE))
 
256
   if (!debug_get_bool_option("PP_DEBUG", false))
257
257
      return;
258
258
 
259
259
   va_start(ap, fmt);