Re: [Mesa-dev] [PATCH v2] gallium/ddebug: Support compute states.

2016-05-12 Thread Nicolai Hähnle
Thanks for taking care of this! Reviewed-by: Nicolai Hähnle On 10.05.2016 13:07, Bas Nieuwenhuizen wrote: v2: Reuse the macro for bind & delete. Note that may not be able to share the delete long-term as pipe_compute_state contains members not in pipe_shader_state, and we need to distinguish

[Mesa-dev] [PATCH v2] gallium/ddebug: Support compute states.

2016-05-10 Thread Bas Nieuwenhuizen
v2: Reuse the macro for bind & delete. Note that may not be able to share the delete long-term as pipe_compute_state contains members not in pipe_shader_state, and we need to distinguish the pointer location if we add that struct to the union. Signed-off-by: Bas Nieuwenhuizen --- src/gallium/dr