Comment # 20 on bug 82162 from
(In reply to comment #19)
> Could you please set a breakpoint in si_texture_get_cmask_info and print:
> 
> rscreen->tiling_info AND rscreen->info
> 
> OR
> 
> pipe_interleave_bytes AND num_pipes
> 
> Thanks.

Hi Marek, 

As I said earlier I don't know what I'm doing with GDB.I set the breakpoint
with "b si_texture_get_cmask_info", please let me know if that is wrong.

Here is the output from all of those:

(gdb) p rscreen->tiling_info
value has been optimized out
(gdb) p rscreen->info
value has been optimized out


(gdb) p pipe_interleave_bytes
$1 = 256
(gdb) p num_pipes
$2 = 12


You are receiving this mail because: