similar to: NV01_MAPPING_SYSTEM et al

Displaying 20 results from an estimated 400 matches similar to: "NV01_MAPPING_SYSTEM et al"

2003 Aug 29
1
RC2: Compile errors Solaris 8 (cc) and suggested fix
Hi, I've got 2 errors while compiling CP850.c and CP437.c: "modules/CP437.c", line 27: syntax error before or at: [ "modules/CP437.c", line 282: warning: syntax error: empty declaration "modules/CP850.c", line 27: syntax error before or at: [ "modules/CP850.c", line 282: warning: syntax error: empty declaration Environment: Solaris 8/Sparc,
2007 Nov 19
1
[G80] patch to renouveau.xml
I have some things to add to renouveau.xml (NV50_MEMORY_TO_MEMORY_FORMAT high address words, and NV50COMPUTE object 0x50c0), see the attached patch Greetings, Wladimir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/nouveau/attachments/20071119/f65ec979/attachment.htm -------------- next part -------------- A non-text
2007 Nov 11
1
nv50 microcode/shader format
Hello there, With the use of CUDA and ptx I managed to make a disassembler for at least one of the nv50 microcode/shader formats. This might come in handy for some people, hence I'm posting it here: http://www.cs.rug.nl/~wladimir/decuda/ I'm not yet sure if pixel/vertex shaders use the same instruction format as the compute shaders used by CUDA, but you'd think so, as nv50 is
2007 Jun 23
1
G80
Hi there, I'd like to help on finding out more details about the G8x hardware from NVidia, especially given these cards have more functionality than your average GPU: with CUDA ( http://developer.nvidia.com/object/cuda.html ) it is possible to use them as compute devices. This makes me very interested in their low level capabilities, like microcode/shader specifications, and maybe even how
2007 Aug 02
2
[Bug 11820] New: two mplayers using Xv make DMA queue hang
http://bugs.freedesktop.org/show_bug.cgi?id=11820 Summary: two mplayers using Xv make DMA queue hang Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM modules AssignedTo: nouveau at lists.freedesktop.org
2005 Aug 16
3
how to reshape an array avoiding for loops
Dear r-help, I have an array a1 with dimensions [1:660,1:65,1:25] I would like the first dimension to be the last one. That is I want and array [1:65,1:25,1:660] The only way to do this, I know, is tmp.a<-array(dim=dim(a1)[c(2,3,1)]) for(i in 1:dim(a1)[1]) tmp.a[,,i]<-a1[i,,] a1<-tmp.a rm(tmp.a) Is it possible to avoid 'for' loop here? Thank you! ---
2003 May 13
1
several regression lines in panel of xyplot (trellis graphics)
Dear r-help, I need to draw xyplot() graphs with several regression lines: one line for the whole range of x (the variable on the horizontal axis) and two additional lines for subranges of x. Is it possible to make first regression line (panel.lmline(x,y,...);) to be drawn on the whole graph and regression lines of the subsets to be drawn only over their subsets? I have defined
2003 May 27
2
R doesn't remove temporary dirs and about bugreport
Dear r-help, 1. I always find in TEMP directory subdirs named like Rtmp##### where ##### denote a number. Obviously, they are created by R and are not removed by it after finish. Why? I use R 1.7.0 and Windows NT Workstation 4.0, English. SP 6a. 2. Is it possible to get known whether my bug report was received? I've sent to r-bugs at biostat.ku.dk the following but it seemed
2003 May 11
2
what does boxplot draw?
Dear r-help, Unfortunately I cannot find in the documentation what determines ranges of a 'box' in the box-and-whisker plot. It is said in "Simple R" (http://www.math.csi.cuny.edu/Statistics/R/simpleR) that they are 1st and 3rd Qus usually. I tried to add to boxplot lines with (quantile(x,probs=0.25)), but lines do not coincide with edges of boxes.
2005 May 20
2
Lattice: it seems, a bug in draw.key function
Dear r-help, Now I am drawing graphs with xyplot function. In order to place a legend under the plots I use the key argument in the xyplot function. One of the 'key' components is 'divide', which defines a number of points on the each line of the legend. The default is 3 points. I would like a single point, so I set divide = 1. Call to xyplot didn't produce
2003 May 08
3
again troubles with lattice
Dear r-help community, Thank you for your previous answers! Now I have strange behaviour of the lattice library funcitons. They do not draw graphics in the file when called from the script. I created the script file, called, for example, "a.R", containing the following library(lattice); trellis.device(device="png", filename="a.png",
2003 Apr 24
1
RMySQL
Dear laurent, > This is what I did to make the connection : > > drv <- dbDriver("MySQL") > > con <- dbConnect(drv) Here's the error. You should give the database name. drv <-dbConnect(drv, dbname="dfghdfgsdfgsdfgsdfgsdfgsdfgsdf") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Then I should be able to send requests. But when I
2003 May 13
1
SD
Dear r-help, Function sd calculates the standard deviation 'with (n-1) denominator'. Are there any alternatives with n denominator? Thank you very much. -- Best regards Wladimir Eremeev mailto:wl at eimb.ru
2003 May 16
1
substitute
Dear r-help, I have troubles with 'substitute'. I have the data frame with vectors data$area.0, data$area.20, etc... Command substitute(data$area.lon,list(lon=20)) returns data$area.lon but is expected to return data$area.20 Where did I do mistakes? -- Best regards Wladimir Eremeev mailto:wl at eimb.ru
2003 Jul 23
1
lattice: how to format axis labels?
Dear r-help, I draw graphics with xyplot() function. Labels on the y axis are appearing as follows: "1.5, 1, 0.5, 0" I'd like to have them to be "1.5, 1.0, 0.5, 0.0", i.e. with fixed number of digits after the dot (one in this case). Is there any way to do this without implicit specifying labels? And some questions about font. Unfortunately I cannot
2006 Feb 08
1
envi clone in R
Hello all, Research Systems (www.rsinc.com) have developed and distributes the language IDL, and the GIS ENVI, written in IDL. To my oppinion, R language is superior, compared to IDL, in all aspects. However, ENVI is the rather convenient and feature rich tool. Is anyone aware about any work, dedicated to the creation of something, similar to the ENVI, but in R? Also, recently,
2003 Jul 21
1
Lattice: how to draw some text outside the panel?
Dear r-help I draw plots with xyplot() function. Each plot contains also a line of regression. I want to write the trend value and its significance (obtained with lm()) below each panel. I use ltext() for this. But the text is cut, when it comes outside a panel. Moreover (obviously), it doesn't appear at all when its coordinates are outside a panel. Could you,
2003 Apr 16
2
layout.show()
Dear r-help, Please, be so kind, tell me what does mean the parameter of layout.show()? I use R 1.6.2... Windows NT 4.0 Unfortunately I cannot understand phrases from the help "n: number of figures to plot." what figures? "`layout.show(n)' plots (part of) the current layout, namely the outlines of the next `n' figures." what figures?
2003 May 16
1
data.frame contents are not displayed
Dear r-help, I need to unite contents of two files with variables into one data frame, produce some derivative variables from them and store them in that data frame. Here is the set of commands (processing first file for now) data7902<-data.frame(year=NULL,lon=NULL,area=NULL,extent=NULL,area.std=NULL,extent.std=NULL, area.norm=NULL,extent.norm=NULL);
2003 Apr 15
2
troubles with displaying legend on the plot
Dear colleagues, I have troubles while trying to display legend on the plot. I have data.frame fr > fr year M1 M2 1 1979 58.85198 56.77303 2 1980 57.59725 55.93749 3 1981 57.32133 55.55232 4 1982 54.69320 53.10566 5 1983 56.58973 55.03811 6 1984 58.81363 56.97641 7 1985 58.35583 56.82091 8 1986 60.41842 58.45457 9 1987