search for: ijw

Displaying 7 results from an estimated 7 matches for "ijw".

Did you mean: ijs
2005 Jan 06
1
rbugs in linux
Hi, I am trying to run the "schools" example in the rbugs library (running winbugs in linux via wine-20041201) but keep getting the following error. Note I have tested wine and winbugs to confirm that both are operational. Error in runBugs(bugs, script.file, n.chains, workingDir, useWine, wine, : BUGS stopped before getting to coda. The command I'm using is:
2013 May 23
2
[Bug 64888] New: [nva5] Garbage rendering in Portal
...g/show_bug.cgi?id=64888 Priority: medium Bug ID: 64888 Assignee: nouveau at lists.freedesktop.org Summary: [nva5] Garbage rendering in Portal Severity: normal Classification: Unclassified OS: All Reporter: chrisf at ijw.co.nz Hardware: Other Status: NEW Version: unspecified Component: Drivers/DRI/nouveau Product: Mesa This trace replays fine (but slow) on 9.0.3 on nva5; various corruption on 9.1.1 and master. Nothing exciting in kernel log. [trace from github....
2013 Dec 03
0
[Mesa-dev] [PATCH] nouveau: Add lots of comments to the buffer transfer logic
On Mon, Dec 2, 2013 at 9:31 PM, Chris Forbes <chrisf at ijw.co.nz> wrote: > + * > + * Also marks vbo/cb dirty if the buffer's binding > > Looks like this stops mid-sentence. Hah, yeah. I kinda trailed off there, didn't I. Not sure how to finish that sentence though -- it's if pipe_resource->bind & PIPE_BIND_INDEX/VERTEX/CO...
2003 Sep 29
5
colours in dotchart (PR#4343)
...dotchart(x,color=c("red","blue")) Dr Ian J Wilson Lecturer in Statistics Department of Mathematical Sciences University of Aberdeen King's College Aberdeen, AB24 3UE Tel: +44(0)1224 272609 Fax: +44(0)1224 272607 I.Wilson@maths.aberdeen.ac.uk http://www.maths.abdn.ac.uk/~ijw
2013 Dec 02
2
[PATCH] nouveau: Add lots of comments to the buffer transfer logic
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- This is my shot at understanding this whole transfer business. The upshot is that after reading through it and understanding it, the transfer logic does appear correct if potentially less-than-perfectly-efficient (e.g. one could keep track of ranges being read/written, etc). src/gallium/drivers/nouveau/nouveau_buffer.c | 71
2013 May 07
34
[Bug 64323] New: Severe misrendering in Left 4 Dead 2
https://bugs.freedesktop.org/show_bug.cgi?id=64323 Priority: medium Bug ID: 64323 Assignee: nouveau at lists.freedesktop.org Summary: Severe misrendering in Left 4 Dead 2 Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bryancain3+fdo at gmail.com Hardware: x86 (IA32)
2013 Dec 03
0
[Mesa-dev] [PATCH] nouveau: Add lots of comments to the buffer transfer logic
+ * + * Also marks vbo/cb dirty if the buffer's binding Looks like this stops mid-sentence.