Re: [Mesa-dev] [PATCH] intel: Drop program size pointer from vec4/fs assembly getters.

2018-03-02 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Wed, 2018-02-28 at 15:11 -0800, Kenneth Graunke wrote: > These days, we're just passing a pointer to a prog_data field, which > we already have access to. We can just use it directly. > > (In the past, it was a pointer to a separate value.)

[Mesa-dev] [PATCH] intel: Drop program size pointer from vec4/fs assembly getters.

2018-02-28 Thread Kenneth Graunke
These days, we're just passing a pointer to a prog_data field, which we already have access to. We can just use it directly. (In the past, it was a pointer to a separate value.) --- src/intel/compiler/brw_fs.cpp | 4 ++-- src/intel/compiler/brw_fs.h| 2 +-