Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".

2012-05-31 Thread Eirik Byrkjeflot Anonsen
Kenneth Graunke writes: > On 05/31/2012 04:28 PM, Roland Mainz wrote: >> On Fri, Jun 1, 2012 at 1:19 AM, Kenneth Graunke >> wrote: >>> switch (name) { >>> case GL_VENDOR: >>> - return (GLubyte *) "Tungsten Graphics, Inc"; >>> + return (GLubyte *) "Intel® Open Source Technology

Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel® Open Source Technology Center".

2012-05-31 Thread Pekka Paalanen
On Fri, 1 Jun 2012 09:18:44 +0300 Pekka Paalanen wrote: > On Thu, 31 May 2012 16:19:17 -0700 > Kenneth Graunke wrote: > > > Tungsten Graphics has not existed for several years, and the majority of > > ongoing development and support is done by Intel. I chose to include > > "Open Source Technol

Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel® Open Source Technology Center".

2012-05-31 Thread Pekka Paalanen
On Thu, 31 May 2012 16:19:17 -0700 Kenneth Graunke wrote: > Tungsten Graphics has not existed for several years, and the majority of > ongoing development and support is done by Intel. I chose to include > "Open Source Technology Center" to distinguish it from, say, the closed > source Windows O

Re: [Mesa-dev] [PATCH 20/26] mesa/tests: Add tests for the generated dispatch table

2012-05-31 Thread Ian Romanick
On 05/30/2012 03:19 PM, Eric Anholt wrote: On Tue, 29 May 2012 15:51:47 -0700, "Ian Romanick" wrote: +TEST(GetProcAddress, ABINameByOffset) +{ + /* 408 functions have had their locations in the dispatch table set since +* the danw of time. Verify that all of these functions are at the co

Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".

2012-05-31 Thread Kenneth Graunke
On 05/31/2012 04:28 PM, Roland Mainz wrote: On Fri, Jun 1, 2012 at 1:19 AM, Kenneth Graunke wrote: Tungsten Graphics has not existed for several years, and the majority of ongoing development and support is done by Intel. I chose to include "Open Source Technology Center" to distinguish it fro

Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".

2012-05-31 Thread Roland Mainz
On Fri, Jun 1, 2012 at 1:34 AM, Alan Coopersmith wrote: > On 05/31/12 04:28 PM, Roland Mainz wrote: >> On Fri, Jun 1, 2012 at 1:19 AM, Kenneth Graunke >> wrote: >>>    switch (name) { >>>    case GL_VENDOR: >>> -      return (GLubyte *) "Tungsten Graphics, Inc"; >>> +      return (GLubyte *) "In

Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".

2012-05-31 Thread Alan Coopersmith
On 05/31/12 04:28 PM, Roland Mainz wrote: > On Fri, Jun 1, 2012 at 1:19 AM, Kenneth Graunke wrote: >>switch (name) { >>case GL_VENDOR: >> - return (GLubyte *) "Tungsten Graphics, Inc"; >> + return (GLubyte *) "Intel® Open Source Technology Center"; >> break; > > Uhm... isn

Re: [Mesa-dev] [PATCH] intel: Change vendor string to "Intel(R) Open Source Technology Center".

2012-05-31 Thread Roland Mainz
On Fri, Jun 1, 2012 at 1:19 AM, Kenneth Graunke wrote: > Tungsten Graphics has not existed for several years, and the majority of > ongoing development and support is done by Intel.  I chose to include > "Open Source Technology Center" to distinguish it from, say, the closed > source Windows OpenG

[Mesa-dev] [PATCH] intel: Change vendor string to "Intel® Open Source Technology Center".

2012-05-31 Thread Kenneth Graunke
Tungsten Graphics has not existed for several years, and the majority of ongoing development and support is done by Intel. I chose to include "Open Source Technology Center" to distinguish it from, say, the closed source Windows OpenGL driver. The one downside to this patch is that applications t

[Mesa-dev] [Bug 9272] glXDestroyContext causes fatal error when sharing display lists (dri)

2012-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9272 Ian Romanick changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from Ian Romanick

[Mesa-dev] [Bug 45292] Compilation failure on d3d1x state tracker: ‘ID3D10Include’ has not been declared

2012-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45292 Phr33d0m changed: What|Removed |Added CC||shi...@v-gz.cz.cc -- Configure bugmail: http

Re: [Mesa-dev] [PATCH] softpipe: Fix everything that is wrong with clipping and interpolation.

2012-05-31 Thread Brian Paul
On 05/30/2012 03:31 PM, Olivier Galibert wrote: This includes: - picking up correctly which attributes are flatshaded and which are noperspective - copying the flatshaded attributes when needed, including the non-built-in ones - correctly interpolating the noperspective attributes in scre

[Mesa-dev] [PATCH] configure.ac: Enable building nouveau by default

2012-05-31 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- diff --git a/configure.ac b/configure.ac index 9fb8149..30f895c 100644 --- a/configure.ac +++ b/configure.ac @@ -660,7 +660,7 @@ AC_ARG_ENABLE([gallium_tests], [enable_gallium_tests=no]) # Option for Gallium drivers -GALLIUM_DRIVERS_DEFAULT="r300,r600

[Mesa-dev] [Bug 50482] git mesa fails to build

2012-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50482 Jos van Wolput changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [PATCH 6/6] wayland-drm: add YUYV support

2012-05-31 Thread Zhao halley
--- src/egl/wayland/wayland-drm/wayland-drm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/egl/wayland/wayland-drm/wayland-drm.c diff --git a/src/egl/wayland/wayland-drm/wayland-drm.c b/src/egl/wayland/wayland-drm/wayland-drm.c old mode 100644 new

[Mesa-dev] [PATCH 5/6] gbm dri backend: add YUYV support

2012-05-31 Thread Zhao halley
--- src/gbm/backends/dri/gbm_dri.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/gbm/backends/dri/gbm_dri.c diff --git a/src/gbm/backends/dri/gbm_dri.c b/src/gbm/backends/dri/gbm_dri.c old mode 100644 new mode 100755 index e5ddfb6..cefcc1a --- a/sr

[Mesa-dev] [PATCH 4/6] gallium egl wayland: add YUYV support

2012-05-31 Thread Zhao halley
--- .../state_trackers/egl/wayland/native_drm.c|3 +++ .../state_trackers/egl/wayland/native_wayland.h|3 ++- 2 files changed, 5 insertions(+), 1 deletions(-) mode change 100644 => 100755 src/gallium/state_trackers/egl/wayland/native_drm.c mode change 100644 => 100755 src/g

[Mesa-dev] [PATCH 3/6] egl wayland: add YUYV support

2012-05-31 Thread Zhao halley
--- src/egl/drivers/dri2/egl_dri2.c | 17 ++--- src/egl/drivers/dri2/platform_wayland.c |8 +++- 2 files changed, 21 insertions(+), 4 deletions(-) mode change 100644 => 100755 src/egl/drivers/dri2/egl_dri2.c mode change 100644 => 100755 src/egl/drivers/dri2/platform

[Mesa-dev] [PATCH 2/6] mesa intel driver:

2012-05-31 Thread Zhao halley
add YUYV format for dri image YUYV image doesn't use for texture --- src/mesa/drivers/dri/intel/intel_screen.c|5 + src/mesa/drivers/dri/intel/intel_tex_image.c |3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/mesa/drivers/dri/intel/intel

[Mesa-dev] [PATCH 1/6] GL: add YUYV to dri image format

2012-05-31 Thread Zhao halley
--- include/GL/internal/dri_interface.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) mode change 100644 => 100755 include/GL/internal/dri_interface.h diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h old mode 100644 new mode 100755 index e37917

[Mesa-dev] [PATCH 0/6] add YUYV format for dri image support

2012-05-31 Thread Zhao halley
Intel SNB/IVB platform supports rendering YUYV buffer to overlay plane, however YUYV is missing support from mesa/dri-image yet. so I go ahead to add it; basing on it, libva can send YUYV buffer directly to wayland/weston, then weston output it to overlay plane. I notice that there are some patche

Re: [Mesa-dev] Fw: [Intel-gfx] [PATCH] intel: add a timed wait function

2012-05-31 Thread Daniel Vetter
On Thu, May 31, 2012 at 12:35 AM, Eric Anholt wrote: > > Did you want pointer for timeout in the userspace api?  I don't feel > strongly about it, I just didn't see a use.  The equivalent API I could > think of was select(), where apparently linux returns time unwaited, > while "everyone else" doe