diff options
author | Ian Romanick <[email protected]> | 2005-01-27 19:39:16 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-01-27 19:39:16 +0000 |
commit | 82e22f50f1e1640d60dbe243ea093960aa682be1 (patch) | |
tree | 24511771621e4a1d53a63e0a2c396b5fdb73b548 /src/glx/x11/indirect_size.h | |
parent | d77359822443a323827c5259a44c43f4e179c030 (diff) |
Add numerous 'get'-type functions to most of the enums supported by the
server-side GLX implementation.
Correct the protocol for EXT_convolution. Several functions were
incorrectly listed as 'sop' that should have been 'vendorpriv'.
Remove TexParameter[if]v from the list of functions associated with
TEXTURE_RESIDENT. The state associated with this enum is read-only.
Sort the enums by value for each particular size. This ensures that the
signature is the same no matter what the ordering is of the enums in the XML
file. The side effect is that there are some extra changes in
indirect_size.c.
Diffstat (limited to 'src/glx/x11/indirect_size.h')
-rw-r--r-- | src/glx/x11/indirect_size.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/indirect_size.h b/src/glx/x11/indirect_size.h index 6083ac51658..833e95b2413 100644 --- a/src/glx/x11/indirect_size.h +++ b/src/glx/x11/indirect_size.h @@ -1,4 +1,4 @@ -/* DO NOT EDIT - This file generated automatically by glX_proto_send.py (from Mesa) script */ +/* DO NOT EDIT - This file generated automatically by glX_proto_size.py (from Mesa) script */ /* * (C) Copyright IBM Corporation 2004 |