search for: draw_array

Displaying 4 results from an estimated 4 matches for "draw_array".

Did you mean: draw_arrays
2010 May 17
1
nv50 piglit change between 7.8 and master
7.8 branch (533b7663) : 209/246 master branch (c882c31) : 216/241 In short : 8 fail/warn -> pass 5 fail -> skip 1 pass -> fail So the only regression is glean/clipFlat Output: ---------------------------------------------------------------------- Test clipping with flat shading (provoking vertex). clipFlat: Failure for glBegin/End(GL_QUADS), glFrontFace(GL_CCW) GL_EXT_provoking_vertex
2009 Dec 28
3
Synchronization mostly missing?
...artifacts, such as vertices going to infinity, and random polygons appearing. This can be seen in progs/demos/engine, progs/demos/dinoshade, Blender, Extreme Tux Racer and probably any non-trivial OpenGL software. The problem can be significantly reduced by just adding a waiting loop at the end of draw_arrays and draw_elements, or by synchronizing drawing by adding and calling the following function instead of pipe->flush in nv40_vbo.c: I think the remaining artifacts may be due to missing 2D engine synchronization, but I'm not sure how that works. Note that this causes the CPU to wait for rende...
2009 Aug 25
3
[Bug 23505] New: KDE's Kubrick has problems with xf86-video-nouveau driver
...9 0xb42aecf7 in do_triangle () from /usr/lib/dri/nouveau_dri.so #10 0xb42af150 in draw_pipeline_run () from /usr/lib/dri/nouveau_dri.so #11 0xb42b5b49 in fetch_pipeline_run () from /usr/lib/dri/nouveau_dri.so #12 0xb42b6b4f in vcache_run_extras () from /usr/lib/dri/nouveau_dri.so #13 0xb42b4589 in draw_arrays () from /usr/lib/dri/nouveau_dri.so #14 0xb4141078 in nv10_draw_elements () from /usr/lib/dri/nouveau_dri.so #15 0xb4141183 in nv10_draw_arrays () from /usr/lib/dri/nouveau_dri.so #16 0xb42e0764 in util_draw_vertex_buffer () from /usr/lib/dri/nouveau_dri.so #17 0xb42e307f in util_gen_mipmap () fro...
2010 Aug 06
4
nv vpe video decoder
Hello, I have my work on the nv vpe video decoder in a functional state. In case you didn't know this decoder accelerates mpeg2 video at the idct/mc level. I have verified that it works on nv40 hardware. I believe it works on nv30 hardware (and maybe some earlier hardware), but I cannot verify since I have none. I will reply with patches against the kernel, drm, ddx and mesa for