Edit

IABSD.fr/xenocara/lib/mesa/src/intel/tools/error_decode_lib.h

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2025-06-05 11:23:11
    Hash : 67d6f117
    Message : Import Mesa 25.0.7

  • lib/mesa/src/intel/tools/error_decode_lib.h
  • /*
     * Copyright 2024 Intel Corporation
     * SPDX-License-Identifier: MIT
     */
    
    #pragma once
    
    #include <stdint.h>
    
    const char *ascii85_decode_char(const char *in, uint32_t *v);