search for: cliprect

Displaying 6 results from an estimated 6 matches for "cliprect".

Did you mean: clip_rect
2002 Jul 14
1
Quickenw nor working on wine with SuSE8.0
...0x42580960, 1, (23019 x 15081)) fixme:shdocvw:WBOOBJ_DoVerb : stub iVerb = -5 fixme:shdocvw:WBOOBJ_DoVerb stub for OLEIVERB_INPLACEACTIVATE fixme:shdocvw:WBOOBJ_DoVerb : stub iVerb = -3 fixme:shdocvw:WBOOBJ_DoVerb stub for OLEIVERB_HIDE fixme:shdocvw:WBOIPO_SetObjectRects stub PosRect = 0x4209ded0, ClipRect = 0x4209ded0 fixme:shdocvw:WBOC_GetControlInfo stub: LPCONTROLINFO = 0x4209df18 fixme:shdocvw:WBOIPO_GetWindow stub HWND* = 0x405a5e54 fixme:shdocvw:WBOOBJ_SetExtent stub: (0x42580960, 1, (23019 x 15081)) fixme:shdocvw:WBOOBJ_SetExtent stub: (0x42580960, 1, (23019 x 14499)) fixme:shdocvw:WBOOBJ_Set...
2009 Apr 10
0
[PATCH/Gallium] nv50_clear again (might work better)
...st value my version cleared it to (probably occupies the same memory area). My test's here should you want to try it: stud3.tuwien.ac.at/~e0425955/rtx_clear_test.c (NOTE: since commit 8e753d04045a82062ac34d3b2622eb9dba8af374 the buffers aren't swapped anymore with DRI1 because are are no cliprects or something so I reverted it, DRI2 was a bit unstable when I used it). (You'd probably want to put the defines elsewhere or remove them) --------- diff --git a/src/gallium/drivers/nv50/nv50_clear.c b/src/gallium/drivers/nv50/nv50_clear.c index eca65a8..d0785fc 100644 --- a/src/gallium/driv...
2010 Apr 11
1
[PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.
...v03 sifm */ + { 0x0077, false, nv04_graph_mthds_nv04_sifm }, /* nv04 sifm */ { 0x0030, false, NULL }, /* null */ { 0x0042, false, NULL }, /* surf2d */ { 0x0043, false, NULL }, /* rop */ { 0x0012, false, NULL }, /* beta1 */ { 0x0072, false, NULL }, /* beta4 */ { 0x0019, false, NULL }, /* cliprect */ - { 0x0044, false, NULL }, /* pattern */ + { 0x0018, false, NULL }, /* nv01 pattern */ + { 0x0044, false, NULL }, /* nv04 pattern */ { 0x0052, false, NULL }, /* swzsurf */ - { 0x0053, false, NULL }, /* surf3d */ + { 0x0053, false, nv04_graph_mthds_surf3d }, /* surf3d */ + { 0x0048, false, nv04...
2010 Apr 11
1
[PATCH 1/2] drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/nv04_fbcon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv04_fbcon.c b/drivers/gpu/drm/nouveau/nv04_fbcon.c index 813b25c..7cf9287 100644 --- a/drivers/gpu/drm/nouveau/nv04_fbcon.c +++ b/drivers/gpu/drm/nouveau/nv04_fbcon.c @@ -236,7 +236,7 @@
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...); /* We're drawing a triangle, we need to scissor it to a quad. */ - /* The scissors are here for a good reason, we don't get the full image, but just a part. */ + /* The scissors are here for a good reason, we don't get the full + * image, but just a part. + */ /* Handling the cliprects is done for us already. */ BEGIN_RING(chan, rankine, NV34TCL_SCISSOR_HORIZ, 2); OUT_RING (chan, (width << 16) | dstX); @@ -608,47 +551,42 @@ NV30EXAComposite(PixmapPtr pdPix, int srcX , int srcY, BEGIN_RING(chan, rankine, NV34TCL_VERTEX_BEGIN_END, 1); OUT_RING (chan, NV34TCL_VERTEX...
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
Hi all, First thing first: It works, I now no longer have a few dropped frames every 10s on my testbox here with the pageflip i-g-t tests. Random notes: - New design has per-crtc locks to protect the crtc input-side (pageflip, cursor) for r/w and the output state of the crtc (mode, dpms) as read-only. It also required completely revamped fb lifecycle management, those are now refcounted