[Mesa-dev] [PATCH 0/2] i965: Remove some unneeded atoms

Nanley Chery nanleychery at gmail.com
Wed Oct 26 18:23:38 UTC 2016


While analyzing the atom emission system, I noticed some unnecessary
atoms. This series removes these atoms to avoid paying the cost of
visiting them, and simplifies the codebase a bit.

Nanley Chery (2):
  i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_state
  i965: Move gen8_disable_stages to brw_upload_initial_gpu_state

 src/mesa/drivers/dri/i965/Makefile.sources   |  1 -
 src/mesa/drivers/dri/i965/brw_misc_state.c   | 41 ++++++---------------
 src/mesa/drivers/dri/i965/brw_state.h        |  2 --
 src/mesa/drivers/dri/i965/brw_state_upload.c | 18 +++++++---
 src/mesa/drivers/dri/i965/gen8_disable.c     | 53 ----------------------------
 5 files changed, 23 insertions(+), 92 deletions(-)
 delete mode 100644 src/mesa/drivers/dri/i965/gen8_disable.c

-- 
2.10.1



More information about the mesa-dev mailing list