Re: [Mesa-dev] [PATCH] r600g: Fallback to shader decoding if UVD isn't available

2013-04-03 Thread Andreas Boll
FYI this and the radeonsi patch assume that the kernel driver with UVD support reports version 2.31.0 (needs to be bumped) 2013/4/3 Andreas Boll > Cc: Christian König > --- > src/gallium/drivers/r600/r600_pipe.c | 63 > +++--- > src/gallium/drivers/r600/r600_pipe

[Mesa-dev] [PATCH] r600g: Fallback to shader decoding if UVD isn't available

2013-04-03 Thread Andreas Boll
Cc: Christian König --- src/gallium/drivers/r600/r600_pipe.c | 63 +++--- src/gallium/drivers/r600/r600_pipe.h |1 + 2 files changed, 60 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index