mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
Uncomment some defaults.
This commit is contained in:
parent
0fe593a71e
commit
6da33b1249
1 changed files with 11 additions and 11 deletions
|
|
@ -43,17 +43,17 @@
|
|||
#error "must have at least triangles to use render template"
|
||||
#endif
|
||||
|
||||
/* #if !HAVE_ELTS */
|
||||
/* #define ALLOC_ELTS( nr ) */
|
||||
/* #define EMIT_ELT( offset, elt ) */
|
||||
/* #define INCR_ELTS( nr ) */
|
||||
/* #define ELT_INIT(prim) */
|
||||
/* #define GET_CURRENT_VB_MAX_ELTS() 0 */
|
||||
/* #define GET_SUBSEQUENT_VB_MAX_ELTS() 0 */
|
||||
/* #define ALLOC_ELTS_NEW_PRIMITIVE(nr) */
|
||||
/* #define RELEASE_ELT_VERTS() */
|
||||
/* #define EMIT_INDEXED_VERTS( ctx, start, count ) */
|
||||
/* #endif */
|
||||
#if !HAVE_ELTS
|
||||
#define ALLOC_ELTS( nr )
|
||||
#define EMIT_ELT( offset, elt )
|
||||
#define INCR_ELTS( nr )
|
||||
#define ELT_INIT(prim)
|
||||
#define GET_CURRENT_VB_MAX_ELTS() 0
|
||||
#define GET_SUBSEQUENT_VB_MAX_ELTS() 0
|
||||
#define ALLOC_ELTS_NEW_PRIMITIVE(nr)
|
||||
#define RELEASE_ELT_VERTS()
|
||||
#define EMIT_INDEXED_VERTS( ctx, start, count )
|
||||
#endif
|
||||
|
||||
#ifndef EMIT_TWO_ELTS
|
||||
#define EMIT_TWO_ELTS( offset, elt0, elt1 ) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue