[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

GitLab Migration User  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #7 from GitLab Migration User  ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/319.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2018-04-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

Timothy Arceri  changed:

   What|Removed |Added

  Component|Mesa core   |Drivers/DRI/swrast

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

--- Comment #6 from Michael Godfrey michaeldgodf...@gmail.com ---
The Octave developer for this code made a change based on:

I attached a preliminary patch that avoids using the GL_SELECT mechanism when
we are only looking for axes objects. 

This change prevents the seg. fault.

Do you need more information?

Thanks for looking at this problem.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

--- Comment #3 from Michael Godfrey michaeldgodf...@gmail.com ---
Created attachment 117297
  -- https://bugs.freedesktop.org/attachment.cgi?id=117297action=edit
backtrace

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

Brian Paul bri...@vmware.com changed:

   What|Removed |Added

 CC||anuj.pho...@gmail.com

--- Comment #4 from Brian Paul bri...@vmware.com ---
Ugh, looks like there's some sort of unintended recursion going on here.
I think Anuj might want to take a look at this.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

--- Comment #5 from Michael Godfrey michaeldgodf...@gmail.com ---
I should have added that the graphics in my system is
Intel HD 6000 in an Intel NUC5i5RYH.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

--- Comment #2 from Michael Godfrey michaeldgodf...@gmail.com ---
I believe that the seg fault actually occurs in Octave. I could
run a backtrace but, in any case, other Octave developers can do
this quicker. If it is found that there is a problem in the Mesa
code, they will get back to you.

I just thought that it would be good if you had a look.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

--- Comment #1 from Brian Paul bri...@vmware.com ---
Can you debug this a bit to see where this is happening and what the texture
target is?

I don't see how this would directly lead to a segfault in Mesa.  After the
error message we select the null_sample_func() function for texture sampling,
which is a no-op.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 91387] Mesa 10.6.1 implementation error: invalid target in _swrast_choose_texture_sample_func

2015-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91387

Bug ID: 91387
   Summary: Mesa 10.6.1 implementation error: invalid target in
_swrast_choose_texture_sample_func
   Product: Mesa
   Version: 10.6
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Mesa core
  Assignee: mesa-dev@lists.freedesktop.org
  Reporter: michaeldgodf...@gmail.com
QA Contact: mesa-dev@lists.freedesktop.org

 plot(1:100)
 Mesa 10.6.1 implementation error: invalid target in 
 _swrast_choose_texture_sample_func
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
Mesa 10.6.1 implementation error: invalid target in
_swrast_choose_texture_sample_func
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
panic: Segmentation fault -- stopping myself...

This occurs using the latest development version of Octave. I suspect
(strongly) that this originates due to an error in the Octave code
which handles mouse events. But, such a user error should not result
in a seg fault in the user program.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev