Re: [PATCH xserver] linux: Do not try to open /dev/vc/0, fix error msg when /dev/tty0 open fails

2016-07-07 Thread Chad Versace
e actual error, rather then the -ENOENT from also trying > /dev/vc/0. > > BugLink: https://patchwork.freedesktop.org/patch/8768/ > Reported-by: Chad Versace <chad.vers...@linux.intel.com> > Suggested-by: Julien Cristau <jcris...@debian.org> > Signed-off-by: Hans de Goede <hd

Re: [PATCH 19/37] glx: Attempting to hide the GL stubs just makes the compiler angry

2013-11-18 Thread Chad Versace
On 11/18/2013 01:38 PM, Ian Romanick wrote: On 11/17/2013 12:01 AM, Keith Packard wrote: Adding _X_HIDDEN doesn't actually maange to hide these functions as the compiler refuses to change the visibility from what was declared in gl.h Signed-off-by: Keith Packard kei...@keithp.com ---

Requesting feedback on disallowing handle attribute values in EGLint attribute lists

2013-10-09 Thread Chad Versace
Khronos is proposing a change affecting EGL attribute lists, and they are requesting feedback on this forum thread [1]. They have specifically requested feedback from the opensource community. [1]

Re: [PATCH] glx: Skip multisampled configs when matching pre-existing X visuals.

2012-08-03 Thread Chad Versace
the gnome-shell failure, and this patch looks like the correct fix. Reviewed-by: Chad Versace chad.vers...@linux.intel.com ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo

[PULL: xserver master] dri2: Add DRI2GetParam request (v2)

2012-05-31 Thread Chad Versace
/xorg.xserver.git dri2getparam for you to fetch changes up to c9a4e49592a734af369b1a0dcf3c10631c3f0430: dri2: Add DRI2GetParam request (v2) (2012-05-31 11:06:40 -0700) - Chad Versace (1): dri2: Add DRI2GetParam request (v2

[PATCH] dri2: Add DRI2GetParam request (v2)

2012-05-30 Thread Chad Versace
(v1) Reviewed-by: Ian Romanick i...@freedesktop.org (v1) Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- configure.ac |2 +- hw/xfree86/dri2/dri2.c| 41 + hw/xfree86/dri2/dri2.h| 26 +- hw

[PULL: xserver] dri2: Add DRI2GetParam request

2012-05-29 Thread Chad Versace
/xorg.xserver.git dri2getparam for you to fetch changes up to fba43ee7700e8c321a4feab4129015804817be80: dri2: Add DRI2GetParam request (2012-05-21 14:38:05 -0700) - Chad Versace (1): dri2: Add DRI2GetParam request configure.ac

Re: [PULL: xserver] dri2: Add DRI2GetParam request

2012-05-29 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/29/2012 10:34 AM, Keith Packard wrote: Chad Versace chad.vers...@linux.intel.com writes: dri2: Add DRI2GetParam request (2012-05-21 14:38:05 -0700) I don't see any default setting for ds-GetParam; it looks like older drivers will just

[PULL: xserver] dri2: Add DRI2GetParam request

2012-05-21 Thread Chad Versace
/xorg.xserver.git dri2getparam for you to fetch changes up to fba43ee7700e8c321a4feab4129015804817be80: dri2: Add DRI2GetParam request (2012-05-21 14:38:05 -0700) - Chad Versace (1): dri2: Add DRI2GetParam request configure.ac

[PATCH v3 00/02] dri2: Add DRI2GetParam request

2012-05-16 Thread Chad Versace
) there are no server parameters defined yet and but that they will be defined in the dri2proto headers; and that 2) driver parameters are private to each driver and are defined by the respective driver's headers. - Fixed typos, per Alan. - Verified that tests still pass. Chad

[PATCH v3 01/02] dri2proto: Add DRI2GetParam request

2012-05-16 Thread Chad Versace
CC: Chris Wilson ch...@chris-wilson.co.uk CC: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- v2: - Fixed typo param_is, per anholt. - Changed param from CARD64 to CARD32, per krh and anholt. - Removed namespaces, per krh. Instead

[PATCH v3 02/02] dri2: Add DRI2GetParam request

2012-05-16 Thread Chad Versace
...@freedesktop.org CC: Eric Anholt e...@anholt.net CC: Chris Wilson ch...@chris-wilson.co.uk CC: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- v2: - Fixed typo param_is, per anholt. - Changed param from CARD64 to CARD32, per krh

Re: [PATCH 1/2 v2] dri2proto: Add DRI2GetParam request

2012-05-15 Thread Chad Versace
Tomorrow (Wednesday) I will submit a v3 of this series that addresses your questions and suggestions. Comments below. On 05/14/2012 05:51 PM, Alan Coopersmith wrote: On 05/14/12 03:23 PM, Chad Versace wrote: +Parameter names in which the value of the most signficant byte is 0

Re: [PATCH 02/02] dri2: Add DRI2GetParam request

2012-05-14 Thread Chad Versace
On 05/14/2012 08:51 AM, Kristian Høgsberg wrote: On Thu, May 10, 2012 at 3:04 AM, Chad Versace chad.vers...@linux.intel.com wrote: Bump dri2proto dependency to 2.7. Bump DRI2INFOREC_VERSION to 7. This new protocol request effectively allows clients to perform feature detection on the DDX

[PATCH 0/2 v2]: dri2: Add DRI2GetParam request

2012-05-14 Thread Chad Versace
and the ddx. - Updated Piglit tests and verified that tests still pass. Chad Versace (2): [dri2proto] dri2proto: Add DRI2GetParam request [xserver] dri2: Add DRI2GetParam request -- 1.7.10.1 ___ xorg-devel@lists.x.org: X.Org development Archives

[PATCH 1/2 v2] dri2proto: Add DRI2GetParam request

2012-05-14 Thread Chad Versace
that hack. [1] mesa, commit aea2236a, function intel_verify_dri2_has_hi CC: Kristian Høgsberg k...@bitplanet.net CC: Ian Romanick i...@freedesktop.org CC: Eric Anholt e...@anholt.net CC: Jesse Barnes jbar...@virtuousgeek.org CC: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Chad Versace

[PATCH 2/2 v2] dri2: Add DRI2GetParam request

2012-05-14 Thread Chad Versace
...@chris-wilson.co.uk Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- v2: - Changed param from CARD64 to CARD32, per krh and anholt. - Removed namespaces, per krh. Instead, there is an enum range reserved for each the server and the ddx. configure.ac |2 +- hw

[PATCH 00/02] dri2: Add DRI2GetParam request

2012-05-10 Thread Chad Versace
/piglit.git The series touches both dri2proto and the xserver. Chad Versace (2): [dri2proto] dri2proto: Add DRI2GetParam request [xserver] dri2: Add DRI2GetParam request -- 1.7.10.1 ___ xorg-devel@lists.x.org: X.Org

[PATCH 01/02] dri2proto: Add DRI2GetParam request

2012-05-10 Thread Chad Versace
Wilson ch...@chris-wilson.co.uk CC: Jesse Barnes jbar...@virtuousgeek.org Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- configure.ac |2 +- dri2proto.h | 33 +-- dri2proto.txt | 60

[PATCH 02/02] dri2: Add DRI2GetParam request

2012-05-10 Thread Chad Versace
...@sci.fi CC: Michel Dänzer daen...@vmware.com CC: Jesse Barnes jbar...@virtuousgeek.org CC: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- configure.ac |2 +- hw/xfree86/dri2/dri2.c| 30 ++ hw/xfree86

[PATCH] dri2proto: Fix documented opcodes

2012-05-02 Thread Chad Versace
Fix the documented opcodes in dri2proto.txt to be consistent with the actual opcode values in dri2proto.h and in xcb/proto:src/dri2.xml. (It looks like the opcodes were incorrect due to copy-paste errors). CC: Kristian Høgsberg k...@bitplanet.net Signed-off-by: Chad Versace chad.vers

Re: [Intel-gfx] [PATCH] Android port of intel-gpu-tools

2012-01-16 Thread Chad Versace
that the extra set of makefiles is unwelcome, but their presence will be innocuous. The only people that will need to touch them are those maintaining the Android build. - Chad Versace chad.vers...@linux.intel.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment

Re: [Intel-gfx] [PATCH] Android port of intel-gpu-tools

2012-01-16 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/16/2012 10:36 AM, Daniel Vetter wrote: On Mon, Jan 16, 2012 at 10:25:32AM -0800, Chad Versace wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2012 04:47 AM, Daniel Vetter wrote: On Tue, Jan 10, 2012 at 10:15:01AM +0530

Re: [PATCH] linux: Fix error message when /dev/tty0 fails to open

2012-01-16 Thread Chad Versace
On 01/14/2012 02:52 AM, Julien Cristau wrote: On Fri, Jan 13, 2012 at 16:12:25 -0800, Chad Versace wrote: When attempting to open the console device during initialization, X first tries to open /dev/tty0 in write-only mode, and if that fails it attempts to open /dev/vc/0. If both attempts

[PATCH] linux: Fix error message when /dev/tty0 fails to open

2012-01-13 Thread Chad Versace
(No such file or directory) [ 3755.177] Fatal server error: [ 3755.177] xf86OpenConsole: Failed to open console device Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- hw/xfree86/os-support/linux/lnx_init.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

Re: [Mesa-dev] [PATCH 20/20] tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol

2011-12-29 Thread Chad Versace
of adding unit tests to Mesa with gtest. Acked-by: Chad Versace chad.vers...@linux.intel.com - Chad Versace chad.vers...@linux.intel.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJO