---
src/Makefile.am |2 -
src/nouveau_local.h | 26
src/nv_dripriv.h| 21 -
src/nv_include.h|1 -
src/nv_local.h | 83 ---
src/nv_shadow.c |1 -
6 files changed, 26 insertions(+), 10
On Mon, Jan 18, 2010 at 09:06:01PM +0100, Luca Barbieri wrote:
> As for REing the tables, it may not be possible.
> This is the code that apparently sets them up right now:
> /* vtxprog output routing */
> so_method(so, screen->curie, 0x1fc4, 1);
> so_data (so, 0x06144321);
>
Luca Barbieri wrote:
> Breakpoint 3, _mesa_ProgramStringARB (target=34820, format=34933,
> len=70, string=0x85922ba) at shader/arbprogram.c:434
> 434 GET_CURRENT_CONTEXT(ctx);
> $31 = 0x85922ba "!!ARBfp1.0\n\nOPTION
> ARB_precision_hint_fastest;\n\n\n\nEND\n"
>
> Not sure why
Luca Barbieri wrote:
> Sauerbraten triggers this assert.
> ---
> src/mesa/state_tracker/st_atom_shader.c |2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/src/mesa/state_tracker/st_atom_shader.c
> b/src/mesa/state_tracker/st_atom_shader.c
> index 176f3ea..fce533a 100
Actually, we don't even bother worrying about the rasterizer's routing
table until we've bound a pair of shaders and start drawing. Right
before the draw call, we re-generate, among other things, routing
tables for the vert shader and the rasterizer.
This is *incredibly* powerful, because it means
Luca,
Good catch.
Some comments inline:
Luca Barbieri wrote:
> + entry = list_first_entry(&bdev->ddestroy,
> + struct ttm_buffer_object, ddestroy);
> + kref_get(&entry->list_kref);
>
> - if (next != &bdev->ddestroy) {
> - nentry = list_entry
On 18.01.2010 19:15, Luca Barbieri wrote:
> Breakpoint 3, _mesa_ProgramStringARB (target=34820, format=34933,
> len=70, string=0x85922ba) at shader/arbprogram.c:434
> 434 GET_CURRENT_CONTEXT(ctx);
> $31 = 0x85922ba "!!ARBfp1.0\n\nOPTION
> ARB_precision_hint_fastest;\n\n\n\nEND\
http://bugs.freedesktop.org/show_bug.cgi?id=25639
pantherc...@versanet.de changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Am Dienstag, 19. Januar 2010 17:14:46 schrieb Luiz Angelo Daros de Luca:
> Hello guys,
>
> Nouveau's OpenSUSE Build packages have broken dependences. It seems that now
> it demands xorg>=7.5 but the avaiable in opensuse 11.2 (current version) is
> 7.4. As there is no xorg-7.5 compiled for 11.2, I'
Hello guys,
Nouveau's OpenSUSE Build packages have broken dependences. It seems that now
it demands xorg>=7.5 but the avaiable in opensuse 11.2 (current version) is
7.4. As there is no xorg-7.5 compiled for 11.2, I'm running vesa driver by
now.
I guess that a hint on download page could be useful
http://bugs.freedesktop.org/show_bug.cgi?id=25036
--- Comment #2 from Francis Galiegue 2010-01-19 02:09:42
PST ---
I should also comment that the bug only appears when there's some sort of
cursor state change, which happens pretty much every time you change widget in
a window.
That is, it
11 matches
Mail list logo