On 22.03.2016 05:41, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> Results are undefined but may not crash. Without this change, out-of-bounds
> indexing can lead to VM faults and GPU hangs.
>
> Constant buffers, samplers, and possibly others will eventually need similar
> treatment to suppor
Reviewed-by: Marek Olšák
Marek
On Mon, Mar 21, 2016 at 9:41 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> Results are undefined but may not crash. Without this change, out-of-bounds
> indexing can lead to VM faults and GPU hangs.
>
> Constant buffers, samplers, and possibly others will
Reviewed-by: Edward O'Callaghan
On 2016-03-22 07:41, Nicolai Hähnle wrote:
From: Nicolai Hähnle
Results are undefined but may not crash. Without this change,
out-of-bounds
indexing can lead to VM faults and GPU hangs.
Constant buffers, samplers, and possibly others will eventually need
si
On 21.03.2016 15:41, Nicolai Hähnle wrote:
From: Nicolai Hähnle
Results are undefined but may not crash. Without this change, out-of-bounds
indexing can lead to VM faults and GPU hangs.
Constant buffers, samplers, and possibly others will eventually need similar
treatment to support GL_ARB_rob
From: Nicolai Hähnle
Results are undefined but may not crash. Without this change, out-of-bounds
indexing can lead to VM faults and GPU hangs.
Constant buffers, samplers, and possibly others will eventually need similar
treatment to support GL_ARB_robust_buffer_access_behavior.
---
src/gallium/