On Thu, 2010-05-27 at 23:32 +0200, Jerome Glisse wrote:
> I merged r600g, it's no where from being usefull but people wanted to
> have it on master. I changed a little bit the backend generation for
> the shader (i am still not happy the way the backend is but it's better
> that what was before).
>
---
include/EGL/eglext.h | 18 +
include/GL/internal/dri_interface.h| 13 +++
src/egl/drivers/dri2/egl_dri2.c| 110
src/egl/main/eglapi.c | 21 +-
src/egl/main/eglapi.h |
This lets the egl_dri2 driver initialize on just a DRM fd.
---
configs/autoconf.in |6 +-
configure.ac| 15 -
src/egl/drivers/dri2/Makefile |6 +-
src/egl/drivers/dri2/egl_dri2.c | 149 +++
4 files changed, 157 in
---
src/egl/drivers/dri2/egl_dri2.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 4ca6f80..2a775e2 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -658,6 +658
---
docs/MESA_get_display.spec | 109 +++
include/EGL/eglext.h| 15 +
src/egl/drivers/dri2/egl_dri2.c | 23 ++---
src/egl/drivers/glx/egl_glx.c |5 ++
src/egl/main/eglapi.c | 13 -
src/egl/main/egldisplay.c
Ok, here's a resend of the EGL_MESA_get_display patch, this time broken
up into three patches: 1/4 introduces the generic infrastructure and
adds a spec, which should document the motivation for this extension a bit.
2/4 adds the XCB display type and 3/4 adds the DRM display type. I also
added the
I merged r600g, it's no where from being usefull but people wanted to
have it on master. I changed a little bit the backend generation for
the shader (i am still not happy the way the backend is but it's better
that what was before).
To support instruction (like lit or other instruction which does
2010/5/27 Brian Paul :
> Kristian Høgsberg wrote:
>>
>> This patch introduces a new extension to allow different ways to
>> create an EGLDisplay to exist within the same libEGL.so. The new
>> extension, EGL_MESA_get_display, introduces a new entrypoint:
>>
>> EGLDisplay eglGetDisplayMESA(EGLint t
Johannes Obermayr wrote:
Hi,
Current Mesa has a compile error:
https://build.opensuse.org/package/rawlog?arch=i586&package=Mesa&project=home%3Ajobermayr&repository=openSUSE_11.2
I've committed a fix.
-Brian
___
mesa-dev mailing list
mesa-dev@lists
Hi,
Current Mesa has a compile error:
https://build.opensuse.org/package/rawlog?arch=i586&package=Mesa&project=home%3Ajobermayr&repository=openSUSE_11.2
Johannes
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mai
https://bugs.freedesktop.org/show_bug.cgi?id=27841
--- Comment #6 from b...@o-hand.com 2010-05-27 09:31:05 PDT
---
(In reply to comment #5)
> (In reply to comment #3)
> > What about discarding other aux buffers (stencil, depth etc)?
>
> GL_EXT_discard_framebuffer can already do that:
>
> const
Kristian Høgsberg wrote:
This patch introduces a new extension to allow different ways to
create an EGLDisplay to exist within the same libEGL.so. The new
extension, EGL_MESA_get_display, introduces a new entrypoint:
EGLDisplay eglGetDisplayMESA(EGLint type, void *display)
which takes an int
This patch introduces a new extension to allow different ways to
create an EGLDisplay to exist within the same libEGL.so. The new
extension, EGL_MESA_get_display, introduces a new entrypoint:
EGLDisplay eglGetDisplayMESA(EGLint type, void *display)
which takes an integer to identify the type o
https://bugs.freedesktop.org/show_bug.cgi?id=28280
--- Comment #1 from Matthias Liertzer 2010-05-27 06:19:55
PDT ---
Created an attachment (id=35885)
View: https://bugs.freedesktop.org/attachment.cgi?id=35885
Review: https://bugs.freedesktop.org/review?bug=28280&attachment=35885
patch for glx
https://bugs.freedesktop.org/show_bug.cgi?id=28280
Summary: Regression in mesa branch 7.7: glXChooseVisual fails
to find visual
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Sta
15 matches
Mail list logo