Re: [Mesa-dev] [PATCH RFC 1/1] clover: Don't crash on NULL global buffer objects.

2014-01-15 Thread Francisco Jerez
Jan Vesely writes: > Specs say it's legal. > Fixes clones.xml gegl test. > > --- > Hi, > > this patch is an attempt to support NULL buffer objects in clover. > It adds NULL handling to few places, and it's enough to get 'clones' > gegl test running. > > The specs say: "If the argument is a buffer

[Mesa-dev] [PATCH RFC 1/1] clover: Don't crash on NULL global buffer objects.

2014-01-14 Thread Jan Vesely
Specs say it's legal. Fixes clones.xml gegl test. --- Hi, this patch is an attempt to support NULL buffer objects in clover. It adds NULL handling to few places, and it's enough to get 'clones' gegl test running. The specs say: "If the argument is a buffer object, the arg_value pointer can be NU