Re: [Intel-gfx] [PATCH 08/12] Get rid of glamor stubs in intel_glamor.h

2014-08-03 Thread Eric Anholt
Keith Packard writes: > This eliminates the stubs in intel_glamor.h and replaces them with > ifdefs instead. I don't feel strongly about this either way -- ifdefs are more traditional userland style, while stubs are more kernel style. Acked-by: Eric Anholt pgpv5IVwrtIC1.pgp Description: PGP

Re: [Intel-gfx] [PATCH 08/12] Get rid of glamor stubs in intel_glamor.h

2014-07-30 Thread Keith Packard
Eric Anholt writes: > Keith Packard writes: > >> This eliminates the stubs in intel_glamor.h and replaces them with >> ifdefs instead. > > I don't feel strongly about this either way -- ifdefs are more > traditional userland style, while stubs are more kernel style. Right, just trying to keep t

[Intel-gfx] [PATCH 08/12] Get rid of glamor stubs in intel_glamor.h

2014-07-24 Thread Keith Packard
This eliminates the stubs in intel_glamor.h and replaces them with ifdefs instead. Signed-off-by: Keith Packard --- src/uxa/intel_dri.c | 20 ++-- src/uxa/intel_driver.c | 6 ++ src/uxa/intel_glamor.h | 21 - src/uxa/intel_present.c | 2 ++ src/uxa