[Mesa-dev] [PATCH 01/22] r600g: move queries to drivers/radeon
Marek Olšák
maraeo at gmail.com
Wed Jan 22 15:12:29 PST 2014
BTW, this is all the consolidation and cleanup for now. It doesn't
change the behavior except where noted.
I didn't consolidate the get_param and get_shader_param functions, the
blitting code, and Cayman/SI/CIK MSAA, because it seemed it would get
too messy.
Marek
On Wed, Jan 22, 2014 at 9:12 PM, Marek Olšák <maraeo at gmail.com> wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> ---
>
> Stats for the whole series:
> 37 files changed, 1015 insertions(+), 2239 deletions(-)
>
>
> src/gallium/drivers/r600/Makefile.sources | 1 -
> src/gallium/drivers/r600/r600_blit.c | 12 +-
> src/gallium/drivers/r600/r600_hw_context.c | 101 +---------
> src/gallium/drivers/r600/r600_pipe.c | 15 +-
> src/gallium/drivers/r600/r600_pipe.h | 61 ------
> src/gallium/drivers/r600/r600_state_common.c | 32 ++-
> src/gallium/drivers/radeon/Makefile.sources | 1 +
> src/gallium/drivers/radeon/r600_pipe_common.c | 3 +
> src/gallium/drivers/radeon/r600_pipe_common.h | 43 ++++
> src/gallium/drivers/{r600 => radeon}/r600_query.c | 230 ++++++++++++++++------
> src/gallium/drivers/radeon/r600d_common.h | 12 ++
> src/gallium/drivers/radeonsi/si_pipe.c | 10 +-
> 12 files changed, 282 insertions(+), 239 deletions(-)
> rename src/gallium/drivers/{r600 => radeon}/r600_query.c (75%)
More information about the mesa-dev
mailing list