Displaying 2 results from an estimated 2 matches for "n2x".
Did you mean:
2x
2011 Mar 11
1
[Bug 35222] New: xvideo : NV17 Video Texture support
...o: nouveau at lists.freedesktop.org
ReportedBy: castet.matthieu at free.fr
QAContact: xorg-team at lists.x.org
The close source driver support a Texture overlay.
It is better than the blitter one and need less work than the overlay one.
It could be interesting to add it for nv17-n2x cards.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
2011 Oct 23
0
code review: is it too much to ask?
...+ geom_errorbar(aes(ymin=Y-se, ymax=Y+se), width=.5) + theme_bw() +
xlab(paste("Minutes")) + ylab("Throughput (Requests per Minute)") +
scale_y_continuous(breaks=seq(0,max(dfc$Y + dfc$se), 50), limits=c(0, max(dfc$Y + dfc$se))) +
opts(title="System Throughput\n2x Clients 2x Middlewares 2x Databases") +
scale_x_continuous(breaks=0:length(dfc$Y), labels=as.character(0:length(dfc$Y)*samples))
# =========================================================================================
# Prepare the Response Time data
# ================================...