Re: [Mesa-dev] [PATCH 4/5] gallium/util: add helper code for 1D integer range

2013-02-28 Thread Marek Olšák
On Thu, Feb 28, 2013 at 12:50 AM, Brian Paul wrote: > On 02/27/2013 04:11 PM, Marek Olšák wrote: >> >> --- >> src/gallium/auxiliary/util/u_range.h | 91 >> ++ >> 1 file changed, 91 insertions(+) >> create mode 100644 src/gallium/auxiliary/util/u_range.h >> >>

Re: [Mesa-dev] [PATCH 4/5] gallium/util: add helper code for 1D integer range

2013-02-27 Thread Brian Paul
On 02/27/2013 04:11 PM, Marek Olšák wrote: --- src/gallium/auxiliary/util/u_range.h | 91 ++ 1 file changed, 91 insertions(+) create mode 100644 src/gallium/auxiliary/util/u_range.h diff --git a/src/gallium/auxiliary/util/u_range.h b/src/gallium/auxiliary/

[Mesa-dev] [PATCH 4/5] gallium/util: add helper code for 1D integer range

2013-02-27 Thread Marek Olšák
--- src/gallium/auxiliary/util/u_range.h | 91 ++ 1 file changed, 91 insertions(+) create mode 100644 src/gallium/auxiliary/util/u_range.h diff --git a/src/gallium/auxiliary/util/u_range.h b/src/gallium/auxiliary/util/u_range.h new file mode 100644 index 00