Displaying 20 results from an estimated 600 matches similar to: "UBO support for nouveau broken"
2013 Jul 11
0
UBO support for nouveau broken
Thomas,
OK, thanks for the update. I don't have a working machine with NV graphics
that supports UBOs. Could you compile and run a test program for me if I
wrote it? Though it may appear to not work for UBO offsets other than 0,
there may be another pattern here, such as multiple of page size or
something crazy like that. If we can find more information, it may help
other developers.
Patrick
2013 Jul 11
0
UBO support for nouveau broken
Oh and just for the sake of completeness the problem occurs in the form of
wrongly rendered textures in front of a black screen. The objects only are
fusible for a second and them disappear sometimes they appear at the wrong
position or are rotated.
If you compile dolphin with GLEW_ARB_uniform_buffer_object replaced with
false in Source/Plugins/Plugin_VideoOGL/Src/Render.cpp the problems won't
2013 Jun 20
3
UBO support for nouveau broken
Hey guys,
I'm using the dolphin emulator from time and the stable version works
reasonable well with current nvidia cards and nouveau.The git version got
an overhaul however and now uses opengl3 and ubos (without ubo it uses a
glUniform fallback).
The ubo support works with the blobs.
There are probably a few bugs with ubo one might be because of ubo
access+offset (glBindBufferRange) as this
2013 Jul 23
1
[Bug 67215] New: UBO access seems to mask address on nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=67215
Priority: medium
Bug ID: 67215
Assignee: nouveau at lists.freedesktop.org
Summary: UBO access seems to mask address on nouveau
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: wickmarkus at web.de
Hardware: x86-64 (AMD64)
2014 Jul 01
0
[PATCH] nv50: disable dedicated ubo upload method
The hardware allows multiple simultaneous renders with the same
memory-backed constbufs but with each invocation having different
values. However in order for that to work, the data has to be streamed
in via the right constbuf slot. We weren't doing that for UBOs.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.2 10.1" <mesa-stable at lists.freedesktop.org>
2017 Jul 06
4
[Bug 101708] New: 'shader translation failed: -4' with dolphin-emu ubershaders
https://bugs.freedesktop.org/show_bug.cgi?id=101708
Bug ID: 101708
Summary: 'shader translation failed: -4' with dolphin-emu
ubershaders
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2008 Oct 26
6
[Bug 18234] New: c51 lvds script failure in randr12 mode. if I start the X server the screen is black and the framebuffer too because it trys to link the whole output to the monitor
http://bugs.freedesktop.org/show_bug.cgi?id=18234
Summary: c51 lvds script failure in randr12 mode. if I start the
X server the screen is black and the framebuffer too
because it trys to link the whole output to the monitor
Product: xorg
Version: 7.3
Platform: Other
OS/Version: Linux (All)
2009 Apr 01
0
try to join win2k3 r2 pdc
Hi
I am trying to join a out-of-the box win2k3 AD domain controller
it's been + forest prep for r2 domain
samba Version 3.3.2 on Freebsd 6.3-RELEASE
openldap-sasl-2.3
heimdal 0.6.3
adserver = AD DC server i installed (win2k3 box)
domain = my domain name
/etc/resolv.conf
search domain.net
nameserver adserver
contents of /usr/local/etc/smb.conf
[global]
2009 Oct 13
2
Single Table Inheritance (STI) Broken: NameError
Some how I''m getting NameError: uninitialized constant when accessing a
child models that inherits form the parent model. However, if I access
the parent model first, then the child model is resolved.
What am I doing wrong? My steps are below...
Thanks,
Francis.
> ./script/generate model Blah type:string
class CreateBlahs < ActiveRecord::Migration
def self.up
create_table
2019 Apr 28
0
CentOS 7, KDE, Dolphin and MTP support
Hi,
It looks like KDE's file manager Dolphin doesn't support MTP under
CentOS 7. When I plug in an MTP device like my Nikon camera or an
Android phone, Digikam shows its content OK, but Dolphin seems to ignore
it.
For now, my custom CentOS 7 + KDE desktop meets about 99 % of my needs.
Now I've decided to tackle the remaining 1 %. Yesterday for example, I
managed to correct the
2013 Feb 21
1
Parsing fields with phrases.
I have the following code:
my $par =
$qp->parse_query($query,Search::Xapian::FLAG_SPELLING_CORRECTION);
print LOG "Query $query, par $par\n";
my $enq = $xDatabase->enquire( $par );
The output from the LOG file is:
Query title:"new dolphin", par Xapian::Query(0 * Snew dolphin)
No results are returned. If I change the search to title:dolphin it
finds a
2011 Feb 19
2
bthprops.cpl Missing + Wrong Architecture Error...
Hello. I'm trying to use Dolphin Emulator (32bit, revision 7120) with Wine so I could use it's Direct3D capabilities (hence why I don't use the Linux port). I have two problems doing so:
1. I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error:
Code:
"Trying to load PE image for unsupported architecture (AMD-64)"
2. I get 2
2005 Apr 23
6
Problems with domU networking
Moi!
I upgraded Xen-2.0.1 to Xen-2.0.5 (testing) and everything compiled cleanly.
I''m still able to boot dom0 and start domUs but networking doesn''t work
anymore.
xen-br0 appears in dom0, but vif-interfaces now only when ifconfig -a is
used. Interface appears in domU and all seems to be fine, except no any
data doesn''t move in any direction. I can''t even ping
2010 Nov 27
1
Mint KDE 9: Wine problem with MS Office
Hi,
I have the following problems with Wine on Mint 9 KDE:
1.- When I want to install MS Office 2003 from CD, I execute the "Uninstall programs" utility of Wine, and the CD Unit cannot be detected; it happens even when I run the Wine config to detect the CD device, it finds it but when going back to Install programs, the drive letter is not there.
2. I then ran the setup.exe program
2011 Sep 04
1
Strange permission problem when mounting a share
Hello all,
I have been struggling with a permission issue with Samba for over a week
now. I've tried many different setup, without much success.
I am using samba 3.6 on Arch Linux. The user I am testing with is a member
of the group nobody.
I have a share defined as it :
security = share
[public]
path = /home/smbshare
public = yes
only guest = yes
writable = yes
printable =
2005 Nov 20
0
Re: [Vorbis] metadata
Silvia.Pfeiffer@csiro.au wrote:
> Hi Ian,
>
> CMML is still a draft, so we can change the addressing if required.
> You're correct, currently something like
>
> blah.cmml#fragment
>
> points to a clip (or temporal section) of the stream, but
>
> blah.cmml#t=12
>
> points to a 12 seconds offset.
>
> (same for annodex, i.e. ogg files with skeleton
2005 Nov 20
2
Re: metadata
Hi Ian,
CMML is still a draft, so we can change the addressing if required. You're correct, currently something like
blah.cmml#fragment
points to a clip (or temporal section) of the stream, but
blah.cmml#t=12
points to a 12 seconds offset.
(same for annodex, i.e. ogg files with skeleton track).
For pointing to logical streams inside ogg, I'd really suggest you have a look at
2005 Nov 20
2
Re: metadata
Hi Ian,
CMML is still a draft, so we can change the addressing if required. You're correct, currently something like
blah.cmml#fragment
points to a clip (or temporal section) of the stream, but
blah.cmml#t=12
points to a 12 seconds offset.
(same for annodex, i.e. ogg files with skeleton track).
For pointing to logical streams inside ogg, I'd really suggest you have a look at
2011 Jul 02
1
Re: Uninstall Windows Apps?
Normal user.
The only change I've made to the logged in user since that user was created during kubuntu install was to add it to "disk" groups.
So the steps I've made are:
1. Into a new kubuntu computer I've installed wine1.2 using terminal, then sudo su, then apt-get install ....
2. I've installed VisualC2005 with winetricks I've started from the menu, as the
2007 Apr 25
1
regular expressions with grep() and negative indexing
Dear R-helpers,
Does anyone know how to use regular expressions to return vector elements
that don't contain a word? For instance, if I have a vector
x <- c("seal.0","seal.1-exclude")
I'd like to get back the elements which do not contain the word "exclude",
using something like (I know this doesn't work) but:
grep("[^(exclude)]",x)
I