All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 28750] New: All OpenGL apps crash with: "Do not know how to translate stencil op"
@ 2010-06-25  7:12 bugzilla-daemon
  2010-06-25  7:19 ` [Bug 28750] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-25  7:12 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=28750

           Summary: All OpenGL apps crash with: "Do not know how to
                    translate stencil op"
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: edwintorok@gmail.com


glxgears
*********************************WARN_ONCE*********************************
File r700_state.c function translate_stencil_op line 977
Do not know how to translate stencil
op***************************************************************************
Segmentation fault

glxinfo
name of display: :0.0
*********************************WARN_ONCE*********************************
File r700_state.c function translate_stencil_op line 977
Do not know how to translate stencil
op***************************************************************************
Segmentation fault

uname -a:
Linux debian 2.6.35-rc3-00001-ga5d1880 #80 SMP PREEMPT Thu Jun 24 20:47:24 EEST
2010 x86_64 GNU/Linux

I am using git master of mesa:
commit 5d1cc930779936a475495284a496f5457f67a939
Author: Marek Olšák <maraeo@gmail.com>
Date:   Thu Jun 24 22:19:44 2010 +0200

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 28750] All OpenGL apps crash with: "Do not know how to translate stencil op"
  2010-06-25  7:12 [Bug 28750] New: All OpenGL apps crash with: "Do not know how to translate stencil op" bugzilla-daemon
@ 2010-06-25  7:19 ` bugzilla-daemon
  2010-06-25 12:58 ` bugzilla-daemon
  2010-06-25 21:09 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-25  7:19 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=28750

Török Edwin <edwintorok@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brianp@vmware.com

--- Comment #1 from Török Edwin <edwintorok@gmail.com> 2010-06-25 00:19:05 PDT ---
'git bisect' says this commit caused the segmentation faults:
a37b2219d6e3f299379c6434d65f300660d12c3e is the first bad commit
commit a37b2219d6e3f299379c6434d65f300660d12c3e
Author: Brian Paul <brianp@vmware.com>
Date:   Thu Jun 10 20:23:03 2010 -0600

    mesa: refactor shader api / object code

    Remove the unneeded ctx->Driver hooks for shader-related functions.
    Move state and API-related things into main/.

:040000 040000 140d9276ce7da08708770dbd2403da2902a79794
75d7f0a946d0ed054c247fd3d768a3a233cf5afa M      src

Here is my bisection log:
git bisect start
# good: [5b1330eaf4af0f51cc3326801b2fd260f24cf136] Merge branch 'master' of
git://anongit.freedesktop.org/mesa/mesa
git bisect good 5b1330eaf4af0f51cc3326801b2fd260f24cf136
# bad: [5d1cc930779936a475495284a496f5457f67a939] r300g: a couple more chipsets
do not have HiZ RAM
git bisect bad 5d1cc930779936a475495284a496f5457f67a939
# good: [6acd2117c1b5700077b2220623a06d89fa5c14a7] r300g: more informative
warning in END_CS
git bisect good 6acd2117c1b5700077b2220623a06d89fa5c14a7
# good: [256097858881323d0b6ece248be163bb157f43aa] configure: Add galahad to
default build.
git bisect good 256097858881323d0b6ece248be163bb157f43aa
# good: [7315300fa5a5e63c16b9e258feb4df76176b5b4b] gallium/docs: document
TGSI_SEMANTIC_EDGEFLAG
git bisect good 7315300fa5a5e63c16b9e258feb4df76176b5b4b
# skip: [ec2b92f98c2e7f161521b447cc1d9a36bce3707c] mesa: rename
src/mesa/shader/ to src/mesa/program/
git bisect skip ec2b92f98c2e7f161521b447cc1d9a36bce3707c
# bad: [ca12aefdacd22fb42e3f1d3852db4c12de886554] Merge branch
'shader-file-reorg'
git bisect bad ca12aefdacd22fb42e3f1d3852db4c12de886554
# skip: [f1c5043f94261fecd8a6e54fe37d786554affcdd] mesa: move shader/slang/*
sources to main/slang/*
git bisect skip f1c5043f94261fecd8a6e54fe37d786554affcdd
# skip: [7936e06657bc43de80ae4f56ee9db956e193d880] mesa: move nvprogram.[ch] to
main/
git bisect skip 7936e06657bc43de80ae4f56ee9db956e193d880
# good: [93bce03b275f66b6b2db410bbef38954de6a617c] r300g: separate the cache
flush from the framebuffer state
git bisect good 93bce03b275f66b6b2db410bbef38954de6a617c
# skip: [412cddf954d35282f913d01d83d3cdb45cf0e2d0] mesa: move arbprogram.[ch]
to main/
git bisect skip 412cddf954d35282f913d01d83d3cdb45cf0e2d0
# good: [f2122d47248e59a0f23c15d7f647d7e2072c8d79] r300g: remove an XXX comment
git bisect good f2122d47248e59a0f23c15d7f647d7e2072c8d79
# bad: [936605fc8a69f67de323e5ede60c2f1373bfcafe] mesa: move uniforms.c to
main/
git bisect bad 936605fc8a69f67de323e5ede60c2f1373bfcafe
# good: [050eed095a3f7eaeada1e292f92f2b549d74963f] i965: remove UseProgram
driver callback
git bisect good 050eed095a3f7eaeada1e292f92f2b549d74963f
# bad: [a37b2219d6e3f299379c6434d65f300660d12c3e] mesa: refactor shader api /
object code
git bisect bad a37b2219d6e3f299379c6434d65f300660d12c3e

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 28750] All OpenGL apps crash with: "Do not know how to translate stencil op"
  2010-06-25  7:12 [Bug 28750] New: All OpenGL apps crash with: "Do not know how to translate stencil op" bugzilla-daemon
  2010-06-25  7:19 ` [Bug 28750] " bugzilla-daemon
@ 2010-06-25 12:58 ` bugzilla-daemon
  2010-06-25 21:09 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-25 12:58 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=28750

--- Comment #2 from Alex Deucher <agd5f@yahoo.com> 2010-06-25 05:58:47 PDT ---
Try running 'make clean' and then rebuild mesa.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 28750] All OpenGL apps crash with: "Do not know how to translate stencil op"
  2010-06-25  7:12 [Bug 28750] New: All OpenGL apps crash with: "Do not know how to translate stencil op" bugzilla-daemon
  2010-06-25  7:19 ` [Bug 28750] " bugzilla-daemon
  2010-06-25 12:58 ` bugzilla-daemon
@ 2010-06-25 21:09 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-06-25 21:09 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=28750

Török Edwin <edwintorok@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Török Edwin <edwintorok@gmail.com> 2010-06-25 14:09:46 PDT ---
autogen and make clean fixed it, thanks. (origin/master works too now)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-25 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25  7:12 [Bug 28750] New: All OpenGL apps crash with: "Do not know how to translate stencil op" bugzilla-daemon
2010-06-25  7:19 ` [Bug 28750] " bugzilla-daemon
2010-06-25 12:58 ` bugzilla-daemon
2010-06-25 21:09 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.