Re: [Mesa-dev] [PATCH] llvmpipe: Remove x/y from cmd_bin

2013-05-17 Thread Jose Fonseca
- Original Message - > Am 16.05.2013 21:44, schrieb Adam Jackson: > > These were mostly just a waste of memory and cache pressure, and were > > really only used for debugging. > > > > This change reduces instruction count (as measured by callgrind's Ir > > event) of gnome-shell-perf-tool

Re: [Mesa-dev] [PATCH] llvmpipe: Remove x/y from cmd_bin

2013-05-16 Thread Roland Scheidegger
Am 16.05.2013 21:44, schrieb Adam Jackson: > These were mostly just a waste of memory and cache pressure, and were > really only used for debugging. > > This change reduces instruction count (as measured by callgrind's Ir > event) of gnome-shell-perf-tool on Ivybridge by 3.5% ± 0.015% (n=20). > >

Re: [Mesa-dev] [PATCH] llvmpipe: Remove x/y from cmd_bin

2013-05-16 Thread Adam Jackson
On Thu, 2013-05-16 at 15:44 -0400, Adam Jackson wrote: > These were mostly just a waste of memory and cache pressure, and were > really only used for debugging. > > This change reduces instruction count (as measured by callgrind's Ir > event) of gnome-shell-perf-tool on Ivybridge by 3.5% ± 0.015%

[Mesa-dev] [PATCH] llvmpipe: Remove x/y from cmd_bin

2013-05-16 Thread Adam Jackson
These were mostly just a waste of memory and cache pressure, and were really only used for debugging. This change reduces instruction count (as measured by callgrind's Ir event) of gnome-shell-perf-tool on Ivybridge by 3.5% ± 0.015% (n=20). Signed-off-by: Adam Jackson --- src/gallium/drivers/ll