Re: [Mesa-dev] [PATCH 3/3] glx/dri3: Request non-vsynced Present for swapinterval zero.

2015-01-04 Thread Aaron Plattner
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

[Mesa-dev] [PATCH] glxgears: Honor -fullscreen in initial reshape

2012-10-04 Thread Aaron Plattner
, 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

[Mesa-dev] [ANNOUNCE] New mailing list for VDPAU discussion

2012-02-21 Thread Aaron Plattner
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

[Mesa-dev] [PATCH v2] Fix indirect fallback when a non-Mesa GLX extension is present.

2011-12-06 Thread Aaron Plattner
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

Re: [Mesa-dev] [PATCH 1/2] Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig tags.

2010-05-02 Thread Aaron Plattner
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

[Mesa-dev] [PATCH 2/2 v2] Fix indirect fallback when a non-Mesa GLX extension is present.

2010-04-22 Thread Aaron Plattner
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,

[Mesa-dev] [PATCH 0/2] Fix interaction problems with non-Mesa GLX extensions

2010-04-22 Thread Aaron Plattner
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

[Mesa-dev] [PATCH 2/2] Fix indirect fallback when a non-Mesa GLX extension is present.

2010-04-22 Thread Aaron Plattner
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 |

[Mesa-dev] [PATCH 1/2] Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig tags.

2010-04-22 Thread Aaron Plattner
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