Displaying 20 results from an estimated 89 matches for "vpc".
Did you mean:
vec
2014 Feb 21
3
[PATCH 1/4] nv30: remove use_nv4x, it is identical to is_nv4x
...;
diff --git a/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c b/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
index 3ae51ef..7642c5e 100644
--- a/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
+++ b/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
@@ -313,8 +313,8 @@ nvfx_vp_emit(struct nvfx_vpc *vpc, struct nvfx_insn insn)
hw[0] |= NVFX_VP(INST_COND_UPDATE_ENABLE);
if(insn.sat) {
- assert(nv30->use_nv4x);
- if(nv30->use_nv4x)
+ assert(nv30->is_nv4x);
+ if(nv30->is_nv4x)
hw[0] |= NV40_VP_INST_SATURATE;
}
@@ -540,7 +540,7 @@ nvfx_...
2016 Oct 17
1
[PATCH] exa: add GM10x acceleration support
...h, NVC0_3D(CB_SIZE), 3);
>> + PUSH_DATA (push, 256);
>> + PUSH_DATA (push, (pNv->scratch->offset + PVP_DATA) >> 32);
>
>
> No PUSH_DATAh in the DDX?
Nope. Didn't feel the burning need to add a helper either.
>> $(filter %nvc0.vpc,$(SHADERS)): %.vpc: %.vp
>> - cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m nvc0 -o $@
>> + cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS) -w -m gf100 -V gf100
>> -o $@
>> $(filter %nvc0.fpc,$(SHADERS)): %.fpc: %.fp
>> - cpp...
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
...c/shader/exascnv110.fp | 38 +++++++++++++++++
src/shader/exascnv110.fpc | 20 +++++++++
src/shader/videonv110.fp | 54 ++++++++++++++++++++++++
src/shader/videonv110.fpc | 52 +++++++++++++++++++++++
src/shader/xfrm2nv110.vp | 82 +++++++++++++++++++++++++++++++++++++
src/shader/xfrm2nv110.vpc | 102 ++++++++++++++++++++++++++++++++++++++++++++++
26 files changed, 918 insertions(+), 19 deletions(-)
create mode 100644 src/shader/exac8nv110.fp
create mode 100644 src/shader/exac8nv110.fpc
create mode 100644 src/shader/exacanv110.fp
create mode 100644 src/shader/exacanv110.fpc
create mo...
2010 Jul 16
1
Toggle between the various pages for multi-page figures
Hello,
I am a new R user having transitioned over from S-plus recently. I have a
question that is probably very trivial but I am having trouble finding a
solution. In S-plus, graphic pages are created as tabs when multi-page
figures are created. I have shown the R code for xpose.VPC (a function
within library xpose4 for R) where I want the figure from each Strata (STRT)
to displayed on a different page. When I run the code, the pages just zoom
by and I was wondering if I could toggle between the various pages. I can
only export the last of the 8 pages that are created with the...
2016 Oct 27
0
[PATCH v2 1/7] exa: add GM10x acceleration support
...c/shader/exascnv110.fp | 38 +++++++++++++++++
src/shader/exascnv110.fpc | 20 +++++++++
src/shader/videonv110.fp | 54 ++++++++++++++++++++++++
src/shader/videonv110.fpc | 52 +++++++++++++++++++++++
src/shader/xfrm2nv110.vp | 82 +++++++++++++++++++++++++++++++++++++
src/shader/xfrm2nv110.vpc | 102 ++++++++++++++++++++++++++++++++++++++++++++++
26 files changed, 918 insertions(+), 19 deletions(-)
create mode 100644 src/shader/exac8nv110.fp
create mode 100644 src/shader/exac8nv110.fpc
create mode 100644 src/shader/exacanv110.fp
create mode 100644 src/shader/exacanv110.fpc
create mo...
2016 Oct 17
0
[PATCH] exa: add GM10x acceleration support
...38 +++++++++++++++++
> src/shader/exascnv110.fpc | 20 +++++++++
> src/shader/videonv110.fp | 54 ++++++++++++++++++++++++
> src/shader/videonv110.fpc | 52 +++++++++++++++++++++++
> src/shader/xfrm2nv110.vp | 82 +++++++++++++++++++++++++++++++++++++
> src/shader/xfrm2nv110.vpc | 102 ++++++++++++++++++++++++++++++++++++++++++++++
> 26 files changed, 918 insertions(+), 19 deletions(-)
> create mode 100644 src/shader/exac8nv110.fp
> create mode 100644 src/shader/exac8nv110.fpc
> create mode 100644 src/shader/exacanv110.fp
> create mode 100644 src/shader/...
2008 Aug 17
1
Making use of names of viewports (grid)
...(viewport(layout = vps, name = "Cube5",
layout.pos.row = 3,
layout.pos.col = 1))
grid.rect(gp = gpar(lty = "dashed", lwd = .1))
grid.text("Cube5", y = .95, gp = gpar(cex = .8))
## Set up a grid inside Cube5 viewport
vpc <- grid.layout(nrow = 5, ncol = 4,
widths = unit(rep(wide, 4), "mm"),
heights = unit(rep(wide, 5), "mm"))
pushViewport(viewport(layout = vpc))
for(i in 1:5){
for(j in 1:4){
pushViewport(viewport(layout = vpc, clip = &qu...
2019 Feb 08
2
Problem with connecting another subnet
>> The setup looks like this:
>> web <- tinc "tiosp" -> gateway <- tinc "tiutl" -> backup
Which lan ips do all your computers have? network addess will be fine.
ALBI...
2012 May 09
4
[Patches]mesa/nv30: Diverse set of patches that improve NV3x render quality
For all these patches I'd say: testers are welcome. The first three patches seem good enough to push as we speak IMHO (so if you agree, go ahead!), whereas for the fourth I don't know if this is the desired way to fix. The result of these four patches is that NV34 gives a nearly-correct desktop experience, where only some fading animations appear broken. It's quite useable now!
[1/4]:
2019 Feb 09
0
Problem with connecting another subnet
...have? network addess will be fine.
>
>
> ALBI...
Hi Albi,
web:
tinc tiosp: 172.16.1.10
local: 10.0.0.5
gateway:
tinc tiutl: 172.16.0.5
tinc tiosp: 172.16.1.5
local: 10.0.0.10
backup:
tinc tiutl: 172.16.0.11
local: 10.0.0.101
I'm using something similar to Amazon's VPCs, where a logical group of
instances has a local subnet from the cloud provider. This local subnet
is always 10.0.0.0/24. As there are multiple VPC's, these private local
subnets dont collide.
Web is in a logical group / local subnet / in its own VPC with other
instances (more webworkers and l...
2013 May 08
9
blktap2 and qcow2 images
Hi There,
I''ve been trying to get this to work for the last couple of days, but found
no information on the internet that would help. Essentially, a tap-ctl
opencommand with a qcow2 image does not work (error code 2) and
produces the
following line in syslog:
tap-ctl: tap-err:tap_ctl_open: open failed, err -2
I have attached a shell script that reproduces the problem on my machine.
The
2016 Sep 16
2
Fwd: Configure HA VPN using tinc at AWS
Hello,
I've got an AWS cloud and a local network. I'd like to setup an access from
private EC2 instances to local network tinc server. There are two public
EC2 instances with tinc server installed, other (private) EC2 nodes do not
have tinc.
http://imgur.com/tq84crc
VPC subnet: 172.22/16
VPN subnet: 21.0.0/24
Source EC2 instance ip: 172.22.0.100
Tinc 1 ip: 172.22.0.101, 21.0.0.1
Tinc 2 ip: 172.22.0.102, 21.0.0.2
Local network tinc (tinc 3): 21.0.0.11
I need to have an access from 172.22.0.100 to 21.0.0.11.
I've setup a VPC route table to route all requests...
2014 Sep 24
1
[PATCH 1/2] allow path to envyas binary to be specified
...kin at alum.mit.edu>
---
src/shader/Makefile | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/shader/Makefile b/src/shader/Makefile
index 46658e9..2d789be 100644
--- a/src/shader/Makefile
+++ b/src/shader/Makefile
@@ -24,20 +24,21 @@ NVF0_SHADERS = xfrm2nvf0.vpc \
videonvf0.fpc
SHADERS = $(NVC0_SHADERS) $(NVE0_SHADERS) $(NVF0_SHADERS)
+ENVYAS ?= envyas
all: $(SHADERS)
$(filter %nvc0.vpc,$(SHADERS)): %.vpc: %.vp
- cpp -DENVYAS $< | sed -e '/^#/d' | envyas -w -m nvc0 -o $@
+ cpp -DENVYAS $< | sed -e '/^#/d' | $(ENVYAS)...
2005 Jan 05
2
Allowing "pooling" or "rollover" for inbound calls on VoicePulse
My goal is to have only 1 primary phone number that can seamlessly
"pool" multiple VoicePulse accounts. Let's say I have 3 accounts with
VoicePulse Connect
212-555-1000 (primary)
212-555-1001
212-555-1002
When I receive inbound calls on 212-555-1000, I want to "forward" or
"roll over" the connection to 212-555-1001 and 212-555-1002 so that the
212-555-1000
2017 Apr 19
2
virsh error: driver is not whitelisted
...instance this
VM?
And the strange thing about this error is that when I check the
available drives, there is vvfat in the list:
/usr/libexec/qemu-kvm -drive format=?
Supported formats: ftps http null-aio null-co file quorum blkverify
vvfat blkreplay qed raw qcow2 bochs dmg vmdk parallels vhdx vpc https
sheepdog host_cdrom ssh host_device nbd gluster qcow iscsi rbd tftp ftp
vdi blkdebug luks cloop
Here some information about the environment:
cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
virsh --version
2.0.0
/usr/libexec/qemu-kvm --version
QEMU emulator version 2.6.0 (qe...
2008 May 23
3
hi
Hi I want to convert an MS virtual machines to Xen VM .programmatically
on linux. Is there any tool or help?
Please do the needful.
Thanks & Regards,
Vikram Singh
Sotware Engineer
R Systems International Ltd.
An ISO 27001 and CMMI Level 5 Company
C-40 Sector 59 Noida (India)
GSM:+91- 9818782344
" Some people dream of success.....While others wake up and work hard at
it.
2013 Feb 17
4
why are qemu-img and vhd-util created files incompatible?
I was wondering if someone can shed some light on why vhd files
created with qemu-img don''t really work right with vhd-util and
consequentially blktap in general. To validate the incompatiblity its
simple enough to do
qemu-img create -f vpc test.vhd 40g
vhd-util snapshot -n child.vhd -p test.vhd
Which will show the below and then the headers don''t display the BATMAP summary:
primary footer invalid: creation time in future
test.vhd appears invalid; dumping metadata
Failed to open test.vhd: -22
Additionally "vhd-util sn...
2016 Oct 27
11
[PATCH v2 0/7] Add Maxwell support
...asanv110.fp | 47 +++
src/shader/exasanv110.fpc | 38 ++
src/shader/exascnv110.fp | 38 ++
src/shader/exascnv110.fpc | 20 +
src/shader/videonv110.fp | 54 +++
src/shader/videonv110.fpc | 52 +++
src/shader/xfrm2nv110.vp | 82 ++++
src/shader/xfrm2nv110.vpc | 102 +++++
30 files changed, 1928 insertions(+), 426 deletions(-)
create mode 100644 src/hwdefs/gm107_texture.xml.h
create mode 100644 src/shader/exac8nv110.fp
create mode 100644 src/shader/exac8nv110.fpc
create mode 100644 src/shader/exacanv110.fp
create mode 100644 src/shader/exacanv1...
2012 May 12
7
[Patches] mesa/nv30: Diverse set of patches that improve NV3x render quality V2
A reworked version of 3 out of 4 patches mentioned earlier.
[1/4]: Fixes nearly all piglit vertprog testcases, due to now being able to pass the results on to the fragment shader. V2: rename samplers to texcoords.
[2/4]: Fixes shader compiler assertion errors, as some source registers do not exist for certain operations. Fixes several piglit tests when mesa is compiled with --enable-debug
[3/4]:
2016 Mar 31
2
Networking issues with lxc containers in AWS EC2
...containers run fine within a single host and have no problem
communicating with themselves as well as with their host, and vice
versa. However, containers hosted in one EC2 instance cannot communicate
with containers hosted in another EC2 instance.
We've tried various tweaks with our Amazon VPC but have been unable to
find a way to solve this networking issue. If I use something like
VMware or KVM and create VMs using this same hypervisor image, the
containers running under these VMs can communicate with with each other,
even across different hosts.
My real question is has anyone tri...