Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188561 | Differences between
and this patch

Collapse All | Expand All

(-)opengl.orig/Mem.h (+2 lines)
Lines 21-26 Link Here
21
21
22
#include <assert.h>
22
#include <assert.h>
23
#include <vector>
23
#include <vector>
24
#include <cstring>
25
#include <cstdlib>
24
26
25
// works only when base is a power of 2
27
// works only when base is a power of 2
26
#define ROUND_UPPOW2(val, base)	(((val)+(base-1))&~(base-1))
28
#define ROUND_UPPOW2(val, base)	(((val)+(base-1))&~(base-1))

Return to bug 188561