On 12/16/2014 11:22 PM, Mathias Fröhlich wrote:
Hi,
On Tuesday, December 16, 2014 19:30:04 Mario Kleiner wrote:
Hmm. For benchmarking i think i'd consider that a mild form of cheating.
You get higher fps because you skip processing like the whole gpu blit
overhead and host processing overhead
, so the gears
appear in a 300x300 box in the lower-left corner of the window instead of
filling the window as intended.
Fix this by moving the size override from make_window to main, and pass the
overridden size to both make_window and the initial reshape.
Signed-off-by: Aaron Plattner
---
src
For those interested in VDPAU, I've created a new mailing list,
vd...@lists.freedesktop.org.
http://lists.freedesktop.org/mailman/listinfo/vdpau
-- Aaron
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/lis
display: :0.0
display: :0 screen: 0
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
[...]
Signed-off-by: Aaron Plattner
---
This is a rebased version of [1], which was never applied (possibly
becaus
On Sun, May 02, 2010 at 02:39:07AM -0700, Dave Airlie wrote:
> On Fri, Apr 23, 2010 at 2:30 AM, Aaron Plattner wrote:
> > __glXInitializeVisualConfigFromTags doesn't skip the payload of unrecognized
> > tags. Instead, it treats the value as if it were the next tag, which ca
display: :0.0
display: :0 screen: 0
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
[...]
Signed-off-by: Aaron Plattner
---
On Thu, 2010-04-22 at 10:35 -0700, tom fogal wrote:
> Am I missing something,
I looked into why Mesa's libGL wasn't working with our (NVIDIA's) GLX extension,
and tracked down a couple of bugs in Mesa's handling of GLX visuals and
fbconfigs.
Aaron Plattner (2):
Fix __glXInitializeVisualConfigFromTags's handling of unrecognized
fbconfig tags
display: :0.0
display: :0 screen: 0
direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
[...]
Signed-off-by: Aaron Plattner
---
src/glx/dri2_glx.c | 21 +++--
src/glx/dri_common.c |
0 pair, causing
__glXInitializeVisualConfigFromTags to bail out early.
Signed-off-by: Aaron Plattner
---
src/glx/glxext.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index 5289354..6d6f89e 100644
--- a/src/glx/glxext.c
+++ b/s