[Mesa-dev] r600g fixes for 10.4 pull request

Dave Airlie airlied at gmail.com
Tue Jan 6 12:02:13 PST 2015


Hi Emil,

I've put some 10.4 r600g fixes together can you pull them for next 10.4

Thanks,
Dave.

The following changes since commit fffe533f08d7c0cc61841195216e54587a1b77ad:

  i965: Use safer pointer arithmetic in gather_oa_results()
(2015-01-04 21:39:10 +0000)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/mesa 10.4

for you to fetch changes up to 6c1f7a9a4fda16a91c20e65d8a5cfe8f08be92ba:

  r600g/sb: implement r600 gpr index workaround. (v3.1) (2015-01-05
18:24:17 +1000)

----------------------------------------------------------------
Dave Airlie (3):
      Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"
      r600g: fix regression since UCMP change
      r600g/sb: implement r600 gpr index workaround. (v3.1)

Vadim Girlin (1):
      r600g/sb: fix issues with loops created for switch

 src/gallium/drivers/r600/r600_shader.c           |   2 +-
 src/gallium/drivers/r600/sb/sb_bc.h              |   2 +
 src/gallium/drivers/r600/sb/sb_bc_finalize.cpp   | 109 +++++++++++++----------
 src/gallium/drivers/r600/sb/sb_bc_parser.cpp     |   2 +
 src/gallium/drivers/r600/sb/sb_context.cpp       |   2 +
 src/gallium/drivers/r600/sb/sb_if_conversion.cpp |   4 +-
 src/gallium/drivers/r600/sb/sb_ir.h              |   9 +-
 src/gallium/drivers/r600/sb/sb_pass.h            |   5 +-
 src/gallium/drivers/r600/sb/sb_sched.cpp         |   3 +
 9 files changed, 86 insertions(+), 52 deletions(-)


More information about the mesa-dev mailing list