[Mesa-dev] [PATCH 0/4] i965: Some small refactors for Broadwell

Chad Versace chad.versace at linux.intel.com
Tue Aug 13 08:53:18 PDT 2013


Here are some small refactors for Broadwell. I'd like to see them merged
upstream now to ease the maintenance of internal trees. There's nothing
exciting here, so I request your rubberstamp.

Chad Versace (2):
  i965: Refactor names of sample_positions_8/4x arrays
  i965: Move arrays brw_multisample_positions* to new header

Kenneth Graunke (2):
  i965: Mark a few brw_draw_upload.c functions as non-static
  i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)

 src/mesa/drivers/dri/i965/brw_context.h            |  5 ++
 src/mesa/drivers/dri/i965/brw_draw_upload.c        | 16 ++---
 src/mesa/drivers/dri/i965/brw_multisample_state.h  | 72 ++++++++++++++++++++++
 src/mesa/drivers/dri/i965/brw_state.h              |  4 ++
 src/mesa/drivers/dri/i965/gen6_multisample_state.c | 57 ++---------------
 src/mesa/drivers/dri/i965/gen7_sol_state.c         |  6 +-
 6 files changed, 99 insertions(+), 61 deletions(-)
 create mode 100644 src/mesa/drivers/dri/i965/brw_multisample_state.h

-- 
1.8.3.1



More information about the mesa-dev mailing list