~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/mesa/main/consts_exts.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:
55
55
   GLboolean ARB_bindless_texture;
56
56
   GLboolean ARB_blend_func_extended;
57
57
   GLboolean ARB_buffer_storage;
58
 
   GLboolean ARB_clear_texture;
59
58
   GLboolean ARB_clip_control;
60
59
   GLboolean ARB_color_buffer_float;
61
60
   GLboolean ARB_compatibility;
941
940
   /** Is the drivers uniform storage packed or padded to 16 bytes. */
942
941
   bool PackedDriverUniformStorage;
943
942
 
 
943
   bool HasFBFetch;
 
944
 
 
945
   /** Whether the backend supports reading from outputs */
 
946
   bool SupportsReadingOutputs;
 
947
 
 
948
   bool CombinedClipCullDistanceArrays;
 
949
 
 
950
   bool PointSizeFixed;
 
951
 
944
952
   /** Wether or not glBitmap uses red textures rather than alpha */
945
953
   bool BitmapUsesRed;
946
954