Great work!
2010/2/12 Kristian Høgsberg :
> Here's a patch series to implement a handful of EGLImage extensions in
> the DRI2 EGL driver:
> EGL_KHR_image_base
> EGL_KHR_image_pixmap
> GL_OES_EGL_image
> The implementation is a little tricky, since the EGLImage is an EGL
> (binding layer)
2010/2/11 Kristian Høgsberg :
> Hello,
>
> Here's a patch series to implement a handful of EGLImage extensions in
> the DRI2 EGL driver:
Oh, and obviously the path with the updated generated files is stuck
in moderation, but there's not much to see there anyway. But just for
reference, the series
Eric, I was hoping you could have a look at this one in particular.
thanks,
Kristian
2010/2/11 Kristian Høgsberg :
>
> Signed-off-by: Kristian Høgsberg
> ---
> src/mesa/drivers/dri/intel/intel_regions.c | 24 +++-
> src/mesa/drivers/dri/intel/intel_regions.h | 3 +++
>
Signed-off-by: Kristian Høgsberg
---
src/egl/drivers/dri2/egl_dri2.c | 123 +-
1 files changed, 119 insertions(+), 4 deletions(-)
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index 5d36c49..1590190 100644
--- a/src/egl/drive
Now that we track the global name in struct intel_region, we can just
look it up there.
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/intel/intel_context.c | 10 ++
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/mesa/drivers/dri/intel/intel_context.c
b/
This is a proposed extension to let EGL clients specify the format
of the pixmap that is used as a source for an EGLImage. This is
necessary when later using the EGLImage as a texture source, for example.
Signed-off-by: Kristian Høgsberg
---
include/EGL/eglext.h|8
src/
We just threw it away before, but we haven't had a use for it yet.
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/common/dri_util.c |3 ++-
src/mesa/drivers/dri/common/dri_util.h |5 +
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/comm
Signed-off-by: Kristian Høgsberg
---
progs/egl/xeglgears.c | 95 +
1 files changed, 72 insertions(+), 23 deletions(-)
diff --git a/progs/egl/xeglgears.c b/progs/egl/xeglgears.c
index efb63ef..342d509 100644
--- a/progs/egl/xeglgears.c
+++ b/prog
Signed-off-by: Kristian Høgsberg
---
src/mesa/glapi/Makefile |5 -
src/mesa/glapi/OES_EGL_image.xml | 20
src/mesa/glapi/gl_API.xml|2 ++
3 files changed, 26 insertions(+), 1 deletions(-)
create mode 100644 src/mesa/glapi/OES_EGL_image.xml
di
These are used for implementing the various EGLImage extensions.
Signed-off-by: Kristian Høgsberg
---
include/GL/internal/dri_interface.h | 43 +++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/include/GL/internal/dri_interface.h
b/include/GL/
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/intel/intel_regions.c | 24 +++-
src/mesa/drivers/dri/intel/intel_regions.h |3 +++
src/mesa/drivers/dri/intel/intel_screen.c | 14 ++
src/mesa/drivers/dri/intel/intel_screen.h |1 +
4 files c
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/common/dri_util.c |2 +
src/mesa/drivers/dri/common/dri_util.h |1 +
src/mesa/drivers/dri/intel/intel_regions.h |8 +++
src/mesa/drivers/dri/intel/intel_screen.c | 74
4 files changed, 8
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/intel/intel_fbo.c | 34 +
src/mesa/drivers/dri/intel/intel_tex_image.c | 51 ++
2 files changed, 85 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/intel/intel_fbo.c
b/sr
Hello,
Here's a patch series to implement a handful of EGLImage extensions in
the DRI2 EGL driver:
EGL_KHR_image_base
EGL_KHR_image_pixmap
GL_OES_EGL_image
The implementation is a little tricky, since the EGLImage is an EGL
(binding layer) type, but it's passed to client API function
Signed-off-by: Kristian Høgsberg
---
src/mesa/main/dd.h| 11 +++
src/mesa/main/fbobject.c | 24
src/mesa/main/fbobject.h |3 +++
src/mesa/main/mfeatures.h |2 ++
src/mesa/main/teximage.c | 41 +
src
On 11/02/10 05:28 PM, tom fogal wrote:
> If all your after is a way to select OpenGL implementation at runtime
> for *your* app, I have some GLEW patches you might be interested in.
> Of course, your scheme works globally / for all OGL apps on the system,
> which may be valuable to you.
Yes, it ne
Pat Suwalski writes:
> I would like an opinion on the patch I've attached.
>
> In the past in my company, we have always had the Mesa libGL,
> nVidia libGL, and ATI libGL installed in /usr/lib, /usr/lib/nvidia,
> and /usr/lib/ati respectively. We would then simply change
> /etc/ld.so.conf(.d) to g
On 11.02.2010 22:21, Christoph Bumiller wrote:
> On 02/11/2010 10:10 PM, Roland Scheidegger wrote:
>> On 11.02.2010 21:42, Christoph Bumiller wrote:
>>> On 02/11/2010 09:02 PM, Roland Scheidegger wrote:
Hi,
could one of the nouveau developers please take a look at the nv30
chang
On 02/11/2010 10:10 PM, Roland Scheidegger wrote:
> On 11.02.2010 21:42, Christoph Bumiller wrote:
>> On 02/11/2010 09:02 PM, Roland Scheidegger wrote:
>>> Hi,
>>>
>>> could one of the nouveau developers please take a look at the nv30
>>> changes I did for the stencil ref changes in gallium-dynamic
On 11.02.2010 21:42, Christoph Bumiller wrote:
> On 02/11/2010 09:02 PM, Roland Scheidegger wrote:
>> Hi,
>>
>> could one of the nouveau developers please take a look at the nv30
>> changes I did for the stencil ref changes in gallium-dynamicstencilref
>> branch?
>> I've just done that in a way I t
Keith Whitwell wrote:
> On Thu, 2010-02-11 at 10:13 -0800, michal wrote:
>> Hi,
>>
>> I can't find any information regarding two Gallium query types. No
>> documentation, no source code.
>>
>> #define PIPE_QUERY_PRIMITIVES_GENERATED 1
>> #define PIPE_QUERY_PRIMITIVES_EMITTED2
>>
>> Do they ha
On 02/11/2010 09:02 PM, Roland Scheidegger wrote:
> Hi,
>
> could one of the nouveau developers please take a look at the nv30
> changes I did for the stencil ref changes in gallium-dynamicstencilref
> branch?
> I've just done that in a way I think it might make sense, but I've
> absolutely no ide
Hello,
I would like an opinion on the patch I've attached.
In the past in my company, we have always had the Mesa libGL, nVidia
libGL, and ATI libGL installed in /usr/lib, /usr/lib/nvidia, and
/usr/lib/ati respectively. We would then simply change
/etc/ld.so.conf(.d) to give the appropriate l
Hi,
could one of the nouveau developers please take a look at the nv30
changes I did for the stencil ref changes in gallium-dynamicstencilref
branch?
I've just done that in a way I think it might make sense, but I've
absolutely no idea if it would work like that (and even if it would in
theory the
On Thu, 2010-02-11 at 10:13 -0800, michal wrote:
> Hi,
>
> I can't find any information regarding two Gallium query types. No
> documentation, no source code.
>
> #define PIPE_QUERY_PRIMITIVES_GENERATED 1
> #define PIPE_QUERY_PRIMITIVES_EMITTED2
>
> Do they have something to do with NV_tra
Hi,
I can't find any information regarding two Gallium query types. No
documentation, no source code.
#define PIPE_QUERY_PRIMITIVES_GENERATED 1
#define PIPE_QUERY_PRIMITIVES_EMITTED2
Do they have something to do with NV_transform_feedback extension? If
not, do they mean the number of prim
Feel free to add a "Git Tips" section to the end of that page, Karl.
-Brian
Karl Schultz wrote:
> Thanks Jose! After talking to someone who knows more about git and
> looking at ten or so tutorials, I was going to try rebase on the next
> change. Looks like that's the right thing; I don't want
Thanks Jose! After talking to someone who knows more about git and
looking at ten or so tutorials, I was going to try rebase on the next
change. Looks like that's the right thing; I don't want those merges
either.
I wonder if your tip could be added to mesa3d.org, in the "Source Code
Repository"
Corbin Simpson wrote:
>>From 215714d54a7f38b9add236bcc1c795e8b5d92867 Mon Sep 17 00:00:00 2001
> From: Corbin Simpson
> Date: Wed, 10 Feb 2010 10:39:18 -0800
> Subject: [PATCH] mesa/st: Gallium quads, by spec, never change provoking
> vertex.
>
> Fixes glean/clipFlat. Softpipe might be broken; I
http://bugs.freedesktop.org/show_bug.cgi?id=20043
--- Comment #3 from Christopher Egert 2010-02-11 06:20:34
PST ---
Created an attachment (id=33234)
--> (http://bugs.freedesktop.org/attachment.cgi?id=33234)
flybye winedbg output
broken again on i945gm with libdrm git, mesa git, intel-xorg
FYI, progs take a long time to build so they are not built by default
now with scons.
To build them pass "progs" to the command line:
scons progs
To build the source and progs simultaneously do
scons src progs
Jose
This is fixed now.
On Wed, Feb 10, 2010 at 4:48 PM, Johannes Obermayr
wrote:
> Please CC me...
>
> author Corbin Simpson 2010-02-10 09:39:21
> (GMT)
> committer Corbin Simpson 2010-02-10
> 20:35:39 (GMT)
> commit 412ffb7a3ab8c0174aa921a4a10af3eaa03648da
>
>
> gmake[6]: Leavi
Karl,
When doing git pull pass the --rebase option as:
git pull --rebase
That will prevent these distracting tiny merges.
There are also ways to set rebase as the default so that the --rebase option
becomes implicit, as:
git config branch.master.rebase true
git config --global branch.
33 matches
Mail list logo