[Mesa-dev] [PATCH 0/5] Replace RENDERINPUTS with direct GLbitfield64 usage.

Mathias Fröhlich Mathias.Froehlich at gmx.net
Mon Dec 26 01:28:37 PST 2011


Hi,

Following a series as suggested to me by a review to a recent checkin.

The series replaces the RENDERINPUTS* macros with direct usage of GLbitfield64 
values.
The patchset is piglit quick regression tested with traditional swrast.

Due to the lack of all this old hardware to test, plenty reviews and tests are 
very welcome.

Please review.

Thanks

Mathias

Mathias Fröhlich (5):
  mesa: Convert RENDERINPUTS* macros to GLbitfield64.
  i915: Convert to use GLbitfield64 directly.
  nouveau: Convert to use GLbitfield64 directly.
  radeon: Convert to use GLbitfield64 directly.
  mesa: Convert to use GLbitfield64 directly.

 src/mesa/drivers/dri/i915/i830_context.h           |    2 +-
 src/mesa/drivers/dri/i915/i830_vtbl.c              |   24 ++++++-------
 src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c     |    2 +-
 src/mesa/drivers/dri/nouveau/nv04_render.c         |    2 +-
 src/mesa/drivers/dri/r200/r200_swtcl.c             |   35 +++++++++---------
 .../drivers/dri/radeon/radeon_common_context.h     |    2 +-
 src/mesa/drivers/dri/radeon/radeon_swtcl.c         |   38 
++++++++++----------
 src/mesa/main/mtypes.h                             |    6 +++
 src/mesa/swrast_setup/ss_context.c                 |   30 +++++++---------
 src/mesa/swrast_setup/ss_context.h                 |    2 +-
 src/mesa/tnl/t_context.c                           |   20 +++++------
 src/mesa/tnl/t_context.h                           |   19 ++--------
 12 files changed, 84 insertions(+), 98 deletions(-)

-- 
1.7.4.4



More information about the mesa-dev mailing list