[Mesa-dev] [PATCH 0/5] nvc0: comestic changes for 3D/COMPUTE
Samuel Pitoiset
samuel.pitoiset at gmail.com
Sun Feb 21 14:18:52 UTC 2016
Hi there,
This series only contains cosmetic changes to improve consistency between
3D and COMPUTE pipelines.
Please review.
Thanks!
Samuel Pitoiset (5):
nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
nvc0: rename NVXX_COMPUTE to NVXX_CP
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
nvc0: rename 3d binding points to NVC0_BIND_3D_XXX
src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme | 2 +-
src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 102 ++++++++++----------
src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 42 ++++-----
src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 84 ++++++++---------
src/gallium/drivers/nouveau/nvc0/nvc0_macros.h | 2 +-
.../drivers/nouveau/nvc0/nvc0_query_hw_sm.c | 28 +++---
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 +-
.../drivers/nouveau/nvc0/nvc0_shader_state.c | 12 +--
src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 74 +++++++--------
.../drivers/nouveau/nvc0/nvc0_state_validate.c | 104 ++++++++++-----------
src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 53 +++++------
src/gallium/drivers/nouveau/nvc0/nvc0_tex.c | 10 +-
src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c | 22 ++---
.../drivers/nouveau/nvc0/nvc0_vbo_translate.c | 6 +-
src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h | 6 +-
src/gallium/drivers/nouveau/nvc0/nve4_compute.c | 98 +++++++++----------
16 files changed, 324 insertions(+), 323 deletions(-)
--
2.6.4
More information about the mesa-dev
mailing list