Re: [Mesa-dev] [PATCH 03/14] mesa: create copy uniform to storage helpers

2018-03-19 Thread Marek Olšák
For patches 1-3: Reviewed-by: Marek Olšák Marek On Wed, Mar 14, 2018 at 2:01 AM, Timothy Arceri wrote: > These will be used in the following patch to allow copying directly > to the param list when packing is enabled. > > Reviewed-by: Nicolai Hähnle > --- > src/mesa/main/uniform_query.cpp |

[Mesa-dev] [PATCH 03/14] mesa: create copy uniform to storage helpers

2018-03-13 Thread Timothy Arceri
These will be used in the following patch to allow copying directly to the param list when packing is enabled. Reviewed-by: Nicolai Hähnle --- src/mesa/main/uniform_query.cpp | 154 1 file changed, 91 insertions(+), 63 deletions(-) diff --git a/src/mesa/