Re: [Mesa-dev] GLSL Debugging

2016-07-14 Thread Rob Conde
: ibmir...@gmail.com on behalf of Ilia Mirkin Sent: Thursday, July 14, 2016 12:34:26 PM To: Rob Conde Cc: Roland Scheidegger; mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] GLSL Debugging Note that various GPUs (definitely NVIDIA ones, but I think others too) also include instruction

Re: [Mesa-dev] GLSL Debugging

2016-07-14 Thread Rob Conde
I'll take a look at that. The idea would be to be able to step through a shader and watch values etc. Rob From: Roland Scheidegger Sent: Thursday, July 14, 2016 12:26:58 PM To: Rob Conde; mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] GLSL Debu

[Mesa-dev] GLSL Debugging

2016-07-14 Thread Rob Conde
Hello, It occurred to me that the llvmpipe might be a good basis for a GLSL debugger. Has anyone thought about this and how it might be approached? Rob Conde ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org

[Mesa-dev] Fixes to build Mesa 10.4 against LLVM 3.5 on windows

2014-12-16 Thread Rob Conde
root\build\windows-x86_64\mesa\program\program_parse.tab.c 2. root\scons\llvm.py Add 'LLVMBitReader' to libs list (i.e. 'LLVMBitWriter', 'LLVMBitReader', 'LLVMX86Disassembler', ...) Otherwise you get a linker error on opengl32.dll Rob Conde __

[Mesa-dev] Mesa as replacement software renderer on windows

2014-09-12 Thread Rob Conde
this a bad interpretation? I'm wondering about others' thoughts on this topic. Rob Conde ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] Mesa Testsuite windows/SCons

2014-09-07 Thread Rob Conde
I'm preparing a patch and thus want to run my changes through the Mesa Testsuite. The website only mentions 'make check'...is there a way to run the tests on Windows/SCons or do I need to do it on a linux machine? Thanks, Rob Conde _