Re: [Mesa-dev] [PATCH 10/10] nouveau: Remove no-op nvgl_logicop_func function

2018-01-18 Thread Francisco Jerez
Ian Romanick writes: > From: Ian Romanick > > The values that this function returned were always the values passed > in. The only thing that happened was either an assertion or undefined > results when an unknown value was passed in. This doesn't seem that > useful. Most of nouveau_gldefs.h c

[Mesa-dev] [PATCH 10/10] nouveau: Remove no-op nvgl_logicop_func function

2018-01-12 Thread Ian Romanick
From: Ian Romanick The values that this function returned were always the values passed in. The only thing that happened was either an assertion or undefined results when an unknown value was passed in. This doesn't seem that useful. Most of nouveau_gldefs.h could be removed in this manner. S