Since only one of the places that used glXFunction::command_payload_length
authorIan Romanick <idr@us.ibm.com>
Mon, 24 Jan 2005 20:59:32 +0000 (20:59 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 24 Jan 2005 20:59:32 +0000 (20:59 +0000)
commit0246b2a5c0f45788a5c418d62ccf5a3a72d16d4a
tree88cc1e47e7c582c6abb3aa523a1ba2fbc6370c90
parent7f958e9e11badab294339c8b83e7b2e58f7dfe21
Since only one of the places that used glXFunction::command_payload_length
actually used both values, it was refactored into command_fixed_length and
command_variable_length.  glXFunction::offset_of_first_parameter was also
added.
src/mesa/glapi/glX_XML.py
src/mesa/glapi/glX_proto_send.py