Pokorny <
andreas.poko...@canonical.com> wrote:
> Width and Height of the imported image was never initialized from the
> imported bo.
>
> Signed-off-by: Andreas Pokorny
> ---
> src/mesa/drivers/dri/i915/intel_screen.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>
Hi,
I have to apologize again for the wrong tag. This fix is also needed on
10.3.
regards
Andreas
On Wed, Aug 27, 2014 at 9:36 AM, Andreas Pokorny <
andreas.poko...@canonical.com> wrote:
> Width and Height of the imported image was never initialized from the
> imported bo.
>
This changes enables EGL_KHR_image_pixmap in the egl drm platform, which is
implemented
there but has not been advertised yet.
Signed-off-by: Andreas Pokorny
---
src/egl/drivers/dri2/platform_drm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/egl/drivers/dri2/platform_drm.c
b/src
Hi,
On Thu, Aug 28, 2014 at 6:09 PM, Giovanni Campagna <
scampa.giova...@gmail.com> wrote:
> On Thu, Aug 28, 2014 at 4:01 PM, Emil Velikov
> wrote:
> > On 22/08/14 17:41, Andreas Pokorny wrote:
> >> Allows using prime fds as display target and from display
Hi,
Thanks for looking through that again.
On Thu, Aug 28, 2014 at 4:01 PM, Emil Velikov
wrote:
> On 22/08/14 17:41, Andreas Pokorny wrote:
> > Allows using prime fds as display target and from display target.
> > Test for PRIME capability after initializing kms_swrast screen.
&
Hi,
This one liner should apply on top of master and the two release branches. It
fixes 'black windows' when importing prime fds on gpus using the i915 driver
paths.
PS: Sorry for sending again I missed the 10.3 tag
regards
Andreas
Andreas Pokorny (1):
i915: Fix black bu
Width and Height of the imported image was never initialized from the
imported bo.
Signed-off-by: Andreas Pokorny
---
src/mesa/drivers/dri/i915/intel_screen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mesa/drivers/dri/i915/intel_screen.c
b/src/mesa/drivers/dri/i915
Hi,
This one liner should apply on top of master and the two release branches. It
fixes 'black windows' when importing prime fds on gpus using the i915 driver
paths.
regards
Andreas
Andreas Pokorny (1):
i915: Fix black buffers when importing prime fds
src/mesa/driver
Hi,
This should be the final version. Not sure why I even messed with guessing the
stride value.
regards
Andreas Pokorny
Andreas Pokorny (1):
kms-swrast: Support Prime fd handling
src/gallium/state_trackers/dri/dri2.c | 8 +++
src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c
Allows using prime fds as display target and from display target.
Test for PRIME capability after initializing kms_swrast screen.
Signed-off-by: Andreas Pokorny
---
src/gallium/state_trackers/dri/dri2.c | 8 +++
src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c | 80
Hi,
This adds support for dma_bufs throught fds to kms_swrast.
Andreas Pokorny (1):
kms-swrast: Support Prime fd handling
src/gallium/state_trackers/dri/dri2.c | 8 +++
src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c | 80 ---
2 files changed, 78 insertions
Allows using prime fds as display target and from display target.
Test for PRIME capability after initializing kms_swrast screen.
Signed-off-by: Andreas Pokorny
---
src/gallium/state_trackers/dri/dri2.c | 8 +++
src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c | 80
Hi
Thank you for the review! I will send an updated version asap.
On Wed, Aug 20, 2014 at 4:50 PM, Emil Velikov
wrote:
> Do you have any rough numbers about the benefit this brings us ?
I doubt that there is a big timing impact between sharing named drm handles
and prime fds, but yeah right now
---
src/gallium/state_trackers/dri/Makefile.am | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/gallium/state_trackers/dri/Makefile.am
b/src/gallium/state_trackers/dri/Makefile.am
index bda75c3..bcbd081 100644
--- a/src/gallium/state_trackers/dri/Makefile.am
+++ b/src/gallium/state_tr
.
regards
Andreas
Andreas Pokorny (2):
kms-swrast: Support Prime fd handling
kms-swrast: defines missing to build kms-swrast
src/gallium/state_trackers/dri/Makefile.am| 5 ++
src/gallium/state_trackers/dri/dri2.c | 8 ++
src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c
Allows using prime fds as display target and from display target.
Test for PRIME capability after initializing kms_swrast screen.
Signed-off-by: Andreas Pokorny
---
src/gallium/state_trackers/dri/dri2.c | 8 ++
src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c | 91
2014-07-02 18:48 GMT+02:00 Emil Velikov :
> On 02/07/14 13:11, Andreas Pokorny wrote:
> > Hi,
> > Still trying the patch. Meanwhile I found two more things here:
> >
> > [...]
> >
> > The driver_name is later freed with free, so to avoid abort strdup should
Hi,
Still trying the patch. Meanwhile I found two more things here:
2014-06-15 13:49 GMT+02:00 Giovanni Campagna :
> From: Giovanni Campagna
> [..]
> static int
> +dri_screen_create_swrast(struct gbm_dri_device *dri)
> +{
> + int ret = 0;
> +
> + dri->base.driver_name = "swrast";
> +
> +
Hi,
Nice patches! I found one minor issue below.
I currently try to integrate and use that locally within kvm, currently on
top of 10.2.
2014-06-15 13:49 GMT+02:00 Giovanni Campagna :
> From: Giovanni Campagna
>
> Add a new winsys and target that can be used with a dri2 state tracker and
> [..]
stays
constant. The patch is against MesaLib-9.0.1 since I could not clone
from annongit.freedesktop.org.
Andreas Pokorny (1):
vega: fix for object handle leak
src/gallium/state_trackers/vega/mask.c |1 +
src/gallium/state_trackers/vega/paint.c |4 +++-
src/gallium/state_trackers/vega
nt count=150, unsigned int numInstances=1) Line
645 + 0x28 bytesC
libEGL.dll!vbo_exec_DrawArrays(unsigned int mode=4, int start=0, int
count=150) Line 675 + 0x11 bytes C
[...]
What Information can I gather to find the cause for the crash?
R
Hi,
Looking at the Symbol table of a recent
(66b66295d0bc856c69fd22575580c7ecee16 ) libEGL.dll. I get the
following mangled names:
eglBindAPI
_eglBindContext
_eglBindTexImage
eglBindTexImage
_eglBindWaylandDisplayWL@8
_eglCheckResource
eglChooseConfig
That is stdcall and cdecl calling conven
Hi,
2011/2/15 Zack Rusin :
> [...]
> replace everything we have right now. the fact that piglit and our demos
> already use it make it even easier. the build system to rule them all.
>
> unfortunately Jose tried it and the issue was that cmake doesn't support
> convinenice libraries which mesa use
23 matches
Mail list logo