Displaying 7 results from an estimated 7 matches for "becasuse".
Did you mean:
becasue
2017 Jul 15
0
Personal kernel, drivers mesa and winehq
...22.20170607
Xorg level 1.19 compiled againt the 1.17 server.
rebuilt intel-vaapi-driver-1.8.2-1, because
I need it for steam (test suite)
https://negativo17.org/steam-for-centos-rhel-7/
http://centos.cms4all.org/repo/7/other/x86_64/steam-1.0.0.54-10.el7.i686.rpm
Changed spec file becasuse of vaapi-intel ...
- Mesa
Update to 17.1.5 with LLVM (4.0.1) before with llvm 3.9.1
I think no improvements, followed the changelog in llvm.
Built againt my drivers
http://centos.cms4all.org/repo/7/mesa/
- WineHQ (fat rpm)
wine-stage 2.11.2
(wine-stage + galium nine patch + ste...
2009 May 11
1
[PATCH] nv50/gallium: small fix for nv50_transfer_rect_m2mf (sy <-> dy)
...ssing the viewport transformation, vertex position (0, 0) becomes bottom
left, and not top.
This is a problem in several other places. In st_atom_viewport.c, because of
Y_0_TOP we get inverted viewport parameters, so the translations are wrong there, too,
the image doesn't appear flipped though becasuse scale[1] gets negated again
in nv50_state_validate (but the translation - inconsistenly - remains unchanged).
Now one could do
so_data (so, fui(-(nv50->viewport.translate[1] - nv50->framebuffer.height));
as well, which would make the viewport transformation correct, but the ST still
outpu...
2010 Sep 21
3
Direct3D natively on Linux through Gallium?
I have just read from Phoronix that Gallium is going to support native directx on Linux.
http://www.phoronix.com/scan.php?page=article&item=mesa_gallium3d_d3d11&num=1
Is it really possible?
Is this true?
2002 Aug 29
3
2 questions
Hi all,
I am using R1.5.0 under Unix,
I have a couple of questions here.
1. My program is running out of memory. I am writing a program to grow a
list of trees using rpart() on a subset of a large dataset(5807x693) with
a different response for every tree. I saw that after each tree was
constucted, 116 MB of data was being added to the Vcells. I have no idea
what this data is. My dataset is
2007 Dec 06
8
Default value for country_select
Using Country_select how to have default valur set to United States.
I have a select drop down in my Ui to display the Country names.
But i need United tates to be selected as default value.
I use country_select to populate the country names.
This is how i use <%= f.country_select :country, :selected=>''United
States'' %>
i also tried
<%= f.country_select :country,
2002 Sep 28
3
two internet connections + filter?
Hello,
I hope i wont make it too complicated and sorry for my englihs...
The company has multiple connections to the internet ADSL + CABLE + XDSL...
and i only want to use two for load balancing for now. I have read the HOWTO
and i got it up and working it works great but i still have a few questions
if anyone could help!
the setup is: ADSL on ETH0 and CABLE on ETH1
When i load balance on
2023 Sep 04
15
[RFC, drm-misc-next v4 0/9] PCI/VGA: Allowing the user to select the primary video adapter at boot time
From: Sui Jingfeng <suijingfeng at loongson.cn>
On a machine with multiple GPUs, a Linux user has no control over which
one is primary at boot time. This series tries to solve above mentioned
problem by introduced the ->be_primary() function stub. The specific
device drivers can provide an implementation to hook up with this stub by
calling the vga_client_register() function.
Once the