Re: [Mesa-dev] [PATCH 17/23] main: Refactor FlushMappedBufferRange.

2015-03-16 Thread Fredrik Höglund
This patch is: Reviewed-by: Fredrik Höglund On Thursday 12 February 2015, Laura Ekstrand wrote: > v2:-Remove "_mesa" from in front of static software fallback. >-Split out the refactor from the addition of the DSA entry points. > --- > src/mesa/main/bufferobj.c | 60 > +

[Mesa-dev] [PATCH 17/23] main: Refactor FlushMappedBufferRange.

2015-02-11 Thread Laura Ekstrand
v2:-Remove "_mesa" from in front of static software fallback. -Split out the refactor from the addition of the DSA entry points. --- src/mesa/main/bufferobj.c | 60 +++ src/mesa/main/bufferobj.h | 6 + 2 files changed, 40 insertions(+), 26 deleti