~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/glx/glxclient.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:
127
127
   struct glx_screen *psc;
128
128
   GLenum textureTarget;
129
129
   GLenum textureFormat;        /* EXT_texture_from_pixmap support */
 
130
   unsigned long eventMask;
130
131
   int refcount;
131
132
};
132
133
 
239
240
     * in the buffer to be filled.  \c limit is described above in the buffer
240
241
     * slop discussion.
241
242
     *
242
 
     * Commands that require large amounts of data to be transfered will
 
243
     * Commands that require large amounts of data to be transferred will
243
244
     * also use this buffer to hold a header that describes the large
244
245
     * command.
245
246
     *
438
439
 
439
440
/**
440
441
 * This implementation uses a smaller threshold for switching
441
 
 * to the RenderLarge protocol than the protcol requires so that
 
442
 * to the RenderLarge protocol than the protocol requires so that
442
443
 * large copies don't occur.
443
444
 */
444
445
#define __GLX_RENDER_CMD_SIZE_LIMIT 4096