Commits on Source (3)
-
David Heidelberg authored
Signed-off-by:
David Heidelberg <david.heidelberg@collabora.com> Part-of: <!810>
-
David Heidelberg authored
Fixes: 4dc4ccf8 ("framework/replay: update renderdoc against v1.20") Reviewed-by:
Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Signed-off-by:
David Heidelberg <david.heidelberg@collabora.com> Part-of: <mesa/piglit!809>
-
The GLX spec for glXMakeCurrent (3.3): "If ctx is current to some other thread, then glXMakeCurrent will generate a BadAccess error" The GLX spec for glXCopyContext (3.3): "If the destination context is current for some thread then a BadAccess error is generated" Mesa MR with this checks: mesa!22546 Reviewed-by:
Adam Jackson <ajax@redhat.com> Signed-off-by:
Illia Polishchuk <illia.a.polishchuk@globallogic.com> Part-of: <!802>
Showing
- framework/replay/backends/renderdoc/renderdoc_dump_images.py 18 additions, 6 deletionsframework/replay/backends/renderdoc/renderdoc_dump_images.py
- tests/glx/CMakeLists.gl.txt 3 additions, 0 deletionstests/glx/CMakeLists.gl.txt
- tests/glx/glx-copy-context-dest-current.c 108 additions, 0 deletionstests/glx/glx-copy-context-dest-current.c
- tests/glx/glx-make-current-other-thread.c 122 additions, 0 deletionstests/glx/glx-make-current-other-thread.c
- tests/opengl.py 3 additions, 1 deletiontests/opengl.py
- tox.ini 1 addition, 0 deletionstox.ini
tests/glx/glx-copy-context-dest-current.c
0 → 100644
tests/glx/glx-make-current-other-thread.c
0 → 100644