Displaying 3 results from an estimated 3 matches for "texture1".
Did you mean:
texture
2014 Aug 06
16
[Bug 82255] New: [VP2] Chroma planes are vertically stretched during VDPAU playback
https://bugs.freedesktop.org/show_bug.cgi?id=82255
Priority: medium
Bug ID: 82255
Assignee: nouveau at lists.freedesktop.org
Summary: [VP2] Chroma planes are vertically stretched during
VDPAU playback
Severity: normal
Classification: Unclassified
OS: All
Reporter: emil.l.velikov at gmail.com
2010 Sep 08
4
edit in external image editor
...cuted with the image path as argument.
I want to edit textures with the native (linux) Gimp. If I add in the preferences of SketchUp "/usr/bin/gimp", it succeeds to start gimp, but the file cannot be opened due to a wrong file path and slashes/backslashes:
/usr/bin/C:\users\aerilius\Temp\texture1.jpg could not be opened.
My idea was to add in SketchUp's preferences the path to a shell script which passes the corrected file path to Gimp:
Code:
#!/bin/sh
PATHWIN="$*"
PATHUNIX="~/.wine/dosdevices/${PATHWIN//\\//}"
gimp "$PATHUNIX"
exit 0
But SketchUp sa...
2009 Dec 30
4
[PATCH 1/3] nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
- This avoids problematic "reloc'ed while mapped" messages and
some associated corruption as well.
Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
---
src/gallium/drivers/nouveau/nouveau_screen.c | 21 +++++++++++++++++++++
src/gallium/drivers/nouveau/nouveau_screen.h | 3 +++
src/gallium/drivers/nouveau/nouveau_stateobj.h | 13 +++++++++++++