mesa/src
Ian Romanick ba09c19ed6 Add GlxProto::createEnumFunction and add a 'context' parameter to the
glXEnumFunction constructor.  The allows sub-classes of GlxProto to
over-ride the concrete class used for glXEnumFunction.

In addition to tracking p_count_parameters in glParameter, break the comma
separated list of parameter names into a Python list called
count_parameter_list.  It is now possible to query if a name is the name of
one of the count parameters just by comparing
param.count_parameter_list.count(n) to zero.  Eventually the remaining uses
of p_count_parameters will be replaced with uses of count_parameter_list.

Make sure that 'void *' parameters are handled correctly in
glParameter::size_string.

Add PrintGlxReqSize_h and PrintGlxReqSize_c.  These classes emit prototypes
and functions used on the server-side to determine the expected size of an
incoming GL command.
2005-02-01 00:13:04 +00:00
..
glu Put quotes around the CC and CXX variables passed to mklib. This make 2005-01-11 22:43:45 +00:00
glut Remove depend on make clean 2005-01-19 11:39:23 +00:00
glw Put quotes around the CC and CXX variables passed to mklib. This make 2005-01-11 22:43:45 +00:00
glx Refactor the code to emit multiple-inclusion protection to 2005-01-28 19:00:54 +00:00
mesa Add GlxProto::createEnumFunction and add a 'context' parameter to the 2005-02-01 00:13:04 +00:00
descrip.mms Committing in . 2003-06-17 07:20:22 +00:00
Makefile print current config name before building src and progs 2004-08-25 14:49:41 +00:00