Displaying 20 results from an estimated 200 matches similar to: "[PATCH 0/4] nvfx: rework render temps code and fixes"
2012 Jan 24
1
[PATCH] nvfx: fix nv3x fallout from state validation changes
Apparently nv3x needs some curde hacks to work properly. This
is clearly not the right fix, but it's the behaviour of the old
code and fixes regressions seen by users.
---
src/gallium/drivers/nvfx/nvfx_state_emit.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/nvfx/nvfx_state_emit.c b/src/gallium/drivers/nvfx/nvfx_state_emit.c
index
2014 Feb 21
3
[PATCH 1/4] nv30: remove use_nv4x, it is identical to is_nv4x
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Perhaps there was a day when those were different, but that day is not today.
src/gallium/drivers/nouveau/nv30/nv30_context.c | 1 -
src/gallium/drivers/nouveau/nv30/nv30_context.h | 1 -
src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c | 20 ++++++++++----------
src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c | 8 ++++----
4
2012 Oct 30
1
[PATCH][8.0] nvfx: handle some unknown PIPE_CAPs
fixes these warnings:
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=47442
Bugzilla:
2006 Apr 28
2
Asterisk DNID/RDNIS with Dial iax2
Dear Asterisk-Users:
Question:
========
How do I get asterisk to pass DNID/RDNIS information between
asterisk machines using iax2, in a Dial(IAX2...) command ?
Setup:
=====
I have two asterisk boxes, MASTER and SLAVE. MASTER is running
1.2.0 and SLAVE is running 1.2.1. The main box handles incoming calls
on a multiple lines (both via hardware connection to our internal PBX
and calls
2005 Aug 11
2
question
Hi,
I have a problem with R, after an update:
this piece of code:
cat("creating resolver data frame\n");
dfG<-cbind(dfG,2^(RGN$G))
dfR<-cbind(dfR,2^(RGN$R))
suddenly, creates values to inf.
Is the syntax changed for the ^ symbol in the latest R downloadable version?
Kind regards, wilfred
--
Dr. Ir. Wilfred Van IJcken
Labmanager Genomics
Erasmus Center for Biomics,
2010 Apr 15
1
Regression in nvfx-next since yesterday
Celestia 1.6.0 again shows corrupted rendering on planets, other parts
rendered correctly with the latest git pull on the nvfx-next-5 tree.
Yesterday's nvfx-next tree worked perfectly.
--
http://www.munted.org.uk
One very high maintenance cat living here.
2010 Jun 11
2
nvfx
Hi Marek
Thanks a lot for your rebasing work.
Here is my report :
- all my games that broke with temporaries patch (they were either
completely black or lot of black screen flash every frame) behave
badly, but in different ways :
* etracer is very slow and often crash in ttm code [1] (I think this
is an old bug that just resurrected, no idea why)
* foobillard is very slow and still flash a bit
*
2009 Aug 26
1
Help getting our application working
Hi there,
I'm one of the developers of Hero Lab ( http://www.wolflair.com/hero_lab ), and I'm trying to investigate a problem that our users are having running Hero Lab under WINE.
The user says he receives the following messages before Hero Lab hangs or crashes:
> ~/.wine/drive_c/HeroLab$ wine HeroLab.exe
> fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
2010 Mar 13
2
[PATCH] nv30/nv40 Gallium drivers unification
Currently the nv30 and nv40 Gallium drivers are very similar, and
contain about 5000 lines of essentially duplicate code.
I prepared a patchset (which can be found at
http://repo.or.cz/w/mesa/mesa-lb.git/shortlog/refs/heads/unification+fixes)
which gradually unifies the drivers, one file per the commit.
A new "nvfx" directory is created, and unified files are put there one by one.
2001 Aug 29
1
Are regional settings supported in Wine?
Are reqional settings supported or planned to be supported in
wine?. Attempting to use the application "Vantive" written by
the Vantive corporation. Attempting to run the application without
any windows code. Exported the windows registry using regedit to
userdef.reg. Exported code 'disappears' from this file.
Wine Version: 0.0.20010824-1
Linux kernel 2.4.6, Debian Unstable
2010 Jul 14
3
Convergent series
What are some reliable R functions that can compute the value of a
convergent series?
David
--
David R. Bickel, PhD
Associate Professor
Ottawa Institute of Systems Biology
Biochem., Micro. and I. Department
Mathematics and Statistics Department
University of Ottawa
451 Smyth Road
Ottawa, Ontario K1H 8M5
http://www.statomics.com
Office Tel: (613) 562-5800 ext. 8670
Office Fax: (613) 562-5185
2001 Oct 09
1
WINE doesn't exit completely
Hello all and thank you for all the great tips in the past.
My current problem (among other personal ones I won't discuss here) is
that when exiting Notes R5 under WINE, the wineserver and the actual
"wine --managed notes.exe" processes continue to exist.
2724 pts/1 S 0:00 wine --managed notes.exe
2726 ? S 0:17 wineserver
Notes runs very well except for this.
2010 May 03
2
_mesa_init_texture_s3tc() vs util_format_s3tc_init()
I am trying to understand the s3tc init code as nv50 gallium has a
problem with that.
It looks like some drivers (r300g and llvmpipe) actually inits s3tc in
two places :
./src/mesa/main/texcompress_s3tc.c _mesa_init_texture_s3tc()
./src/gallium/auxiliary/util/u_format_s3tc.c util_format_s3tc_init()
Here is an extract of the backtrace calls while loading fgfs on llvmpipe :
driCreateScreen ->
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]:
2012 Nov 05
23
[Bug 56757] New: [regression][bisected][screenshots] nvfx -> nv30 driver rework causes regression in UrbanTerror4.2 (beta5)
https://bugs.freedesktop.org/show_bug.cgi?id=56757
Priority: medium
Bug ID: 56757
Assignee: nouveau at lists.freedesktop.org
Summary: [regression][bisected][screenshots] nvfx -> nv30
driver rework causes regression in UrbanTerror4.2
(beta5)
Severity: normal
Classification: Unclassified
2010 Aug 06
4
nv vpe video decoder
Hello,
I have my work on the nv vpe video decoder in a functional
state. In case you didn't know this decoder accelerates mpeg2
video at the idct/mc level. I have verified that it works on
nv40 hardware. I believe it works on nv30 hardware (and
maybe some earlier hardware), but I cannot verify since I have
none.
I will reply with patches against the kernel, drm, ddx
and mesa for
2002 Feb 26
1
eFaxViewer problem
The installation of the eFax veiwer worked fine. No glitches.
But when running the eFaxViewer it allows me to open the document
and it displays it.
But after a minute or so my xterm window get filled
with the message
err:local:LOCAL_GetBlock not enough space in GDI heap 0207 for 20 bytes
err:region:CombineRgn Invalid rgn=0000
And the only way to stops this is to open up a new xterm and kill
2010 Feb 26
5
[PATCH 0/5] renouveau: nv30/nv40 unification
This patchset applies some minor fixes to renouveau.xml and then unifies
the nv30 and nv40 register definitions.
nv30 and nv40 are very similar and have the same offsets for the registers
they share.
The major differences are:
1. Texture setup is different due to full NPOT support on nv40
2. More advanced blending/render targets on nv40
3. NV30 has fixed function registers, which NV40 lacks
The
2010 Jul 08
2
package installation for Windows 7
Neither biocLite nor the GUI menus can install packages on my system.
Here is relevant output:
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 11.1
year 2010
month 05
day 31
svn rev 52157
language R
version.string R version 2.11.1 (2010-05-31)
> source("http://bioconductor.org/biocLite.R")
BioC_mirror =
2010 Dec 04
6
[Bug 32097] New: Segfault when starting X with latest nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=32097
Summary: Segfault when starting X with latest nouveau
Product: xorg
Version: 7.5
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org