Displaying 20 results from an estimated 34 matches for "putimage".
2011 Jul 22
0
Wine release 1.3.25
...and export it.
gdi32: Ask the graphics driver for the function table instead of loading functions one by one.
gdi32: Sort the OpenGL driver functions alphabetically.
gdi32: Graphics driver functions no longer need to be CDECL.
gdi32: Add driver entry points for GetImage and PutImage.
gdi32: Add a null driver StretchBlt fallback using GetImage/PutImage.
winex11: Add an implementation for the GetImage entry point.
winex11: Add support for byte swapping in GetImage.
winex11: Add an implementation for the PutImage entry point.
winex11: Move the execut...
2007 Mar 21
3
TightVNC controlling a Mac OSX 10.4.9.
...string
"-*-helvetica-bold-r-*-*-16-*-*-*-*-*-*-*" to type FontStruct
Using default colormap which is TrueColor. Pixel format:
16 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0
Using shared memory PutImage
ShmCleanup called
[d at f ~]$ vncviewer --version
TightVNC viewer version 1.2.9
--
--- David Woyciesjes
2012 Oct 14
0
[ANNOUNCE] xf86-video-intel 2.20.10
...ow_bug.cgi?id=55455
* Prevent a use-after-free during UXA shutdown due to inspecting
the glamor flags after the glamor interface had been freed.
* Prevent a crash combining TearFree and rotations.
https://bugs.freedesktop.org/show_bug.cgi?id=55527
* Correct a missing damage upload along PutImage after using the CPU bo
as a source for the GPU.
https://bugs.freedesktop.org/show_bug.cgi?id=55508
* Fix compilation for older glibc without O_CLOEXEC
https://bugs.freedesktop.org/show_bug.cgi?id=55577
* Fix out-of-tree builds failing to recompile the gen4 assemblies
https://bugs.fr...
2015 Jul 14
2
[PATCH] avoid build fail without COMPOSITE
Well, I don't pretend to know anything about X, but this is the commit
that added the code in question:
commit 297fd0d0755bda698be1d0b30cc60a41d7673c0b
Author: Dave Airlie <airlied at redhat.com>
Date: Tue Oct 16 16:15:16 2012 +1000
nouveau/dri2: fix pixmap/window offset calcs.
This should fix prime rendering under kwin, and not break it under the
others.
2014 Aug 04
3
[Bug 82118] New: nouveau tearing with xvideo
...t;Composite" "disable"
3. In xorg.conf, section "Extensions": option "RENDER" "disable"
xvinfo:
X-Video Extension version 2.2
screen #0
Adaptor #0: "Intel(R) Textured Video"
number of ports: 16
port base: 89
operations supported: PutImage
supported visuals:
depth 24, visualID 0x21
no port attributes defined
maximum XvImage size: 2048 x 2048
Number of image formats: 5
id: 0x32595559 (YUY2)
guid: 59555932-0000-0010-8000-00aa00389b71
bits per pixel: 16
number of planes: 1
typ...
2012 Jun 08
0
Wine release 1.5.6
...ch worked before)
----------------------------------------------------------------
Changes since 1.5.5:
Akihiro Sagawa (2):
readme: Update Japanese translation.
po: Update Japanese translation.
Alexandre Julliard (29):
gdi32: Improve support of bitmaps without a color table in PutImage.
gdi32: Fix StretchBlt color mapping for monochrome bitmaps without a color table.
gdi32/tests: Add some more tests for monochrome bitmap blits.
gdi32: Always use the DIB engine for DDB rendering.
gdi32: Remove the null driver Get/PutImage fallbacks for bitmaps.
gdi32:...
2011 Aug 05
0
Wine release 1.3.26
...plementation.
gdi32: Get rid of the GetBitmapBits driver entry point.
makefiles: Still generate makefile rule for disabled dlls that have an import lib.
rpcrt4/tests: Add a test about unmarshalling of an out-only structure.
winex11: Force unprotecting the DIB section bits in PutImage.
widl: Clear out more types of parameters in the proxy error handlers.
widl: Don't set base types to 0 on proxy entry.
rpcrt4/tests: Fix a test failure on 64-bit platforms.
rpcrt4: Use a single structure for all parameter types in new format descriptors.
rpcrt4: Fe...
2009 Aug 07
9
[Bug 23198] New: nv50/NVS135M: video hangs/flickers when fullscreen
http://bugs.freedesktop.org/show_bug.cgi?id=23198
Summary: nv50/NVS135M: video hangs/flickers when fullscreen
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
...=============
ii libxrandr2 2:1.2.2-1 X11 RandR extension library
ii xserver-xorg 1:7.3+6 the X.Org X server
X-Video Extension version 2.2
screen #0
Adaptor #0: "NV Video Overlay with Composite"
number of ports: 1
port base: 105
operations supported: PutImage
supported visuals:
depth 24, visualID 0x23
depth 24, visualID 0x24
depth 24, visualID 0x25
depth 24, visualID 0x26
depth 24, visualID 0x27
depth 24, visualID 0x28
depth 24, visualID 0x29
depth 24, visualID 0x2a
depth 24, visualID 0x2b...
2015 Feb 11
0
[ANNOUNCE] xorg-server 1.16.4
...Chris Wilson (1):
dri2: SourceOffloads may be for DRI3 only
Dave Airlie (2):
randr: attempt to fix primary on slave output (v2)
config/udev: Respect seat assignments when assigned devices
Julien Cristau (1):
Bump to 1.16.4
Keith Packard (1):
dix: Allow zero-height PutImage requests
Nikhil Mahale (1):
os: Fix timer race conditions
Olivier Fourdan (2):
xkb: Don't swap XkbSetGeometry data in the input buffer
xkb: Check strings length against request size
git tag: xorg-server-1.16.4
http://xorg.freedesktop.org/archive/individual/xserver/xorg-ser...
2015 Aug 21
0
[ANNOUNCE] xf86-video-xgi 1.6.1
...e variables.
Use correct variable type.
Add prototype for bGetEDID.
Consistently use Bool instead of BOOL.
Uncomment header includes.
Use better variable types.
Improve format strings in messages and errors.
Do not build in DEBUG mode by default.
Make PutImage implementation match prototype.
Make cast match target variable type.
Remove PACKAGE_* definitions from xgi_dri.c.
Compare integer return values to integers.
Make two unused Scaling variables static.
Add unistd.h for usleep().
Remove const from variable.
Trevor...
2013 Oct 27
3
[Bug 70931] New: Xv causes player segfaults when 4K is decoded
https://bugs.freedesktop.org/show_bug.cgi?id=70931
Priority: medium
Bug ID: 70931
Assignee: nouveau at lists.freedesktop.org
Summary: Xv causes player segfaults when 4K is decoded
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: nikoli at gmx.us
2011 Aug 26
0
Wine release 1.3.27
...wineps: Don't write a PostScript trailer if we haven't written a header.
winex11: Sync a dib section's bits before copying the brush.
winex11: Simplify rectangle operations.
gdi32: Fix colour table comparison.
gdi32: Avoid a possible unnecessary conversion if PutImage is called with zero biClrUsed.
gdi32: Allow SetBitmapBits to set incomplete scanlines.
gdi32: Add a helper to retrieve the bitmap functions.
gdi32: Use the dib driver GetImage and PutImage implementations in GetBitmapBits and SetBitmapBits when appropriate.
gdi32: Avoid dire...
2008 Aug 02
7
[Bug 16961] New: 3298249d8267c27235653f17379f8c breaks Xv overlay ( display corruption)
http://bugs.freedesktop.org/show_bug.cgi?id=16961
Summary: 3298249d8267c27235653f17379f8c breaks Xv overlay
(display corruption)
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2007 May 30
0
[PATCH] added comments
...height as the driver is capable of
+ * @param data unused
*/
static void
NVQueryBestSize(ScrnInfoPtr pScrnInfo, Bool motion,
@@ -673,6 +852,22 @@ NVQueryBestSize(ScrnInfoPtr pScrnInfo, Bool motion,
*p_h = drw_h;
}
+/**
+ * NVCopyData420
+ * TODO: use DMA instead of CPU copy
+ * used by NVPutImage() function to copy (image)data from
+ * system RAM to VRAM and change data order.
+ *
+ * @param src1 source buffer (luma ?)
+ * @param src2 source buffer (chroma1 ?)
+ * @param src3 source buffer (chroma2 ?)
+ * @param dst1 destination buffer
+ * @param srcPitch pitch of src1
+ * @param srcPitch2...
2011 Dec 16
0
Wine release 1.3.35
...talan translation.
Alexandre Julliard (75):
gdi32: Implement triangular gradients in the DIB engine.
gdi32/tests: Add more gradient tests.
gdi32: Use dithering also for 1-bpp gradients.
gdi32: Add more parameter checks in GdiGradientFill.
gdi32: Use the DIB engine and PutImage for the null driver triangular gradient implementation.
winex11: Always refresh the picture clipping when we have an additional clip region.
comctl32: Convert dialogs to po files.
shell32: Convert dialogs to po files.
user32: Convert dialogs to po files.
gdi32: Add a n...
2008 May 01
15
[Bug 15792] New: nv04 (TNT2) video blitter problem.
http://bugs.freedesktop.org/show_bug.cgi?id=15792
Summary: nv04 (TNT2) video blitter problem.
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...: Fix how we calculate the height of the OSX menu bar
Michal Srb (1):
randr: Allow RRSelectInput for ProviderChange and ResourceChange events
Michel Dänzer (3):
glamor: Use a single glTexImage2D call for core font atlas texture data v2
glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallback
glamor: Make our EGL context current before calling into GL in glamor_init
Peter Harris (1):
Fix border tile origin when background is ParentRelative
Robert Hooker (2):
Add DRI2 2.2/2.3 events and requests to protocol.txt
Add new GLX events errors and req...
2008 Jun 16
3
[Bug 16375] New: Xv frame rate > refresh rate causes 100% CPU usage
...his bug is about the issue where playing some videos causes X to eat 100% CPU
for no apparent reason. It was known early that the cause was nouveau spinning
on DMA notifiers, but it wasn't really known why. After an evening of
debugging, I was able to explore the problem.
The issue occurs when PutImage() is called at a faster rate than images are
transferred by the hardware. I.e. you get a backlog of frames you want to DMA.
So the driver is doing exactly what it was supposed to do, it waits for a DMA
notifier to become available.
Now the bad assumption here was that waiting for a DMA notifier wa...
2016 May 18
0
[ANNOUNCE] xcb-proto 1.12
...angeProperty data items correctly
Ran Benita (3):
Add "altmask" attribute, like "altenum" for masks
xml-xcb.txt: mention that case/bitcase can have a name
xml-xcb.txt: remove description of the "localfield" element
Robert Ancell (2):
shm: Mark PutImage.send_event field as boolean
glx: Add IsEnabled request
Uli Schlachter (1):
Release xcb-proto 1.12
Download:
http://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2
http://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.gz
md5sum:
14e60919f859560f28426a685a555962 xcb-proto-1.12.tar...