[Bug 106499] [regression, bisected] Several games crash on start

2018-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106499

Gregor Münch  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Gregor Münch  ---
Can confirm.
Thanks for the fix

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 106499] [regression, bisected] Several games crash on start

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106499

Bas Nieuwenhuizen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 106499] [regression, bisected] Several games crash on start

2018-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106499

--- Comment #3 from Bas Nieuwenhuizen  ---
This should be fixed with

https://patchwork.freedesktop.org/patch/224584/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 106499] [regression, bisected] Several games crash on start

2018-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106499

--- Comment #2 from Gregor Münch  ---
There is another bug Report, bisecting to another commit (which might make more
sense): https://bugs.freedesktop.org/show_bug.cgi?id=106511

Was in a hurry while bisecting it, cant test until Friday. Feel free to mark
this as duplicate.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 106499] [regression, bisected] Several games crash on start

2018-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106499

Gregor Münch  changed:

   What|Removed |Added

 CC||mar...@gmail.com,
   ||mathias.froehl...@web.de

--- Comment #1 from Gregor Münch  ---
Adding patch author and Marek because of the crash in addrlib

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 106499] [regression, bisected] Several games crash on start

2018-05-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106499

Bug ID: 106499
   Summary: [regression, bisected] Several games crash on start
   Product: Mesa
   Version: git
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/Gallium/radeonsi
  Assignee: dri-devel@lists.freedesktop.org
  Reporter: gr.mue...@gmail.com
QA Contact: dri-devel@lists.freedesktop.org

Lately multiple games crash on start just showing lines like this:
ShadowOfMordor: addrlib/r800/siaddrlib.cpp:2972: virtual int
Addr::V1::SiLib::HwlPostCheckTileIndex(const ADDR_TILEINFO*, AddrTileMode,
AddrTileType, INT) const: Assertion `index < static_cast(m_noOfEntries)'
failed.
DirtRally: addrlib/r800/siaddrlib.cpp:2972: virtual int
Addr::V1::SiLib::HwlPostCheckTileIndex(const ADDR_TILEINFO*, AddrTileMode,
AddrTileType, INT) const: Zusicherung »index < static_cast(m_noOfEntries)«
nicht erfüllt.

Games affected: Dirt Rally, Dirt Showdown, Shadow of Mordor, Rocket League,
Stellaris, Tomb Raider, The Witcher 2, Total War: Warhammer

Bisected to:
19a91841c347107d877bc750371c5fa4e9b4de19 is the first bad commit
commit 19a91841c347107d877bc750371c5fa4e9b4de19
Author: Mathias Fröhlich 
Date:   Sun Apr 1 20:18:36 2018 +0200

st/mesa: Use Array._DrawVAO in st_atom_array.c.

Finally make use of the binding information in the VAO when
setting up arrays for draw.

v2: Emit less relocations also for interleaved userspace arrays.

Reviewed-by: Brian Paul 
Signed-off-by: Mathias Fröhlich 

:04 04 b8f485c5bbd0557a70f87d6c42d3cb45e5401c11
cb727cae44836da83b87239b8d716e4cec1f487f M  src

glxinfo:
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: X.Org (0x1002)
Device: AMD Radeon HD 7900 Series (TAHITI, DRM 3.26.0,
4.16.0-2-amd-staging-drm-next-git, LLVM 7.0.0) (0x6798)
Version: 18.2.0
Accelerated: yes
Video memory: 3053MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
OpenGL vendor string: X.Org
OpenGL renderer string: AMD Radeon HD 7900 Series (TAHITI, DRM 3.26.0,
4.16.0-2-amd-staging-drm-next-git, LLVM 7.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.2.0-devel
(git-c879011c72)
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 18.2.0-devel (git-c879011c72)
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.0-devel
(git-c879011c72)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel