Re: [Mesa-dev] [PATCH v2 1/1] clover: Add parameter checks to clCreateBuffer.

2013-12-18 Thread Francisco Jerez
Jan Vesely writes: > v2: use fewer if statements and functional tricks instead of single-use > method, > suggested by Francisco Jerez > squash two small patches into one > > Signed-off-by: Jan Vesely > --- > Hi, > > this is v2 of the first two patches incorporating Francisco's comments,

[Mesa-dev] [PATCH v2 1/1] clover: Add parameter checks to clCreateBuffer.

2013-12-17 Thread Jan Vesely
v2: use fewer if statements and functional tricks instead of single-use method, suggested by Francisco Jerez squash two small patches into one Signed-off-by: Jan Vesely --- Hi, this is v2 of the first two patches incorporating Francisco's comments, i.e. it's the code from his comments :)