~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/egl/main/egldefines.h

  • 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
 
 
29
28
/**
30
29
 * Internal EGL defines
31
30
 */
32
31
 
33
 
 
34
32
#ifndef EGLDEFINES_INCLUDED
35
33
#define EGLDEFINES_INCLUDED
36
34
 
43
41
/* Hardcoded, conservative default for EGL_LARGEST_PBUFFER,
44
42
 * this is used to implement EGL_LARGEST_PBUFFER.
45
43
 */
46
 
#define _EGL_MAX_PBUFFER_WIDTH 4096
 
44
#define _EGL_MAX_PBUFFER_WIDTH  4096
47
45
#define _EGL_MAX_PBUFFER_HEIGHT 4096
48
46
 
49
47
#define _EGL_VENDOR_STRING "Mesa Project"