[Bug 23621] Draw on Front buffer doesn't work.

2009-09-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621


Pierre LANDO pierre.la...@scilab.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTOURBUG   |




--- Comment #5 from Pierre LANDO pierre.la...@scilab.org  2009-09-02 00:23:33 
PST ---
Off course .. but.
My problem is not about seeing the cube.
My problem is that the GL frame isn't draw in the app window but on the
upper-left corner off the screen.

See the screen-shot :
http://bugs.freedesktop.org/attachment.cgi?id=29061


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621





--- Comment #6 from Pierre LANDO pierre.la...@scilab.org  2009-09-02 00:41:04 
PST ---
Created an attachment (id=29089)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=29089)
A screenshot of the test program without glutSwapBuffers

The difference is that the window is not draw at all (no random colours, just
the back off the window)


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621





--- Comment #7 from Pierre LANDO pierre.la...@scilab.org  2009-09-02 00:50:35 
PST ---
Created an attachment (id=29090)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=29090)
Single Buffered test program.

Here a single Buffered test program.
glutInitDisplayMode(GLUT_RGB | GLUT_SINGLE | GLUT_DEPTH);
NO glDrawBuffer(something);
NOR SwapBuffers
The result is the same :
The window program is empty and the GL frame is rendered to the upper-left
corner of the screen (see the previews screen shot).


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-02 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621


Ian Romanick i...@freedesktop.org changed:

   What|Removed |Added

 AssignedTo|dri-|i...@freedesktop.org
   |de...@lists.sourceforge.net |
 Status|REOPENED|NEW
   Keywords||NEEDINFO




--- Comment #8 from Ian Romanick i...@freedesktop.org  2009-09-02 22:44:34 
PST ---
What version of the 2D driver (xf86-video-intel) and xserver do you have?  The
front buffer rendering fixes require updated versions of all three packages.  I
believe xf86-video-intel 2.8.1 and xserver 1.6.2 are the minimum versions
required.

On my system with GIT master installed from all three, the single buffered test
program produces the correct results.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621





--- Comment #1 from Pierre LANDO pierre.la...@scilab.org  2009-09-01 02:27:01 
PST ---
Created an attachment (id=29061)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=29061)
screenshot of a C test program


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621





--- Comment #2 from Pierre LANDO pierre.la...@scilab.org  2009-09-01 02:29:27 
PST ---
Created an attachment (id=29062)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=29062)
screenshot of a scilab witch use JOGL AWTcanvas.

When Scilab use AWT GLCanvas, the zoom rectangle is draw out of the window.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621





--- Comment #3 from Pierre LANDO pierre.la...@scilab.org  2009-09-01 02:31:21 
PST ---
Rem : when scilab use SWIG GLJPanel no bugs append, but on Intel Graphics,
GLJPanel don't work must of the time, it's why we prefer to use AWT canvas.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621


Chris Wilson ch...@chris-wilson.co.uk changed:

   What|Removed |Added

  Attachment #29060|text/x-csrc |text/plain
  mime type||




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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23621] Draw on Front buffer doesn't work.

2009-09-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23621


Eric Anholt e...@anholt.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||NOTOURBUG




--- Comment #4 from Eric Anholt e...@anholt.net  2009-09-01 09:04:52 PST ---
The SwapBuffers swaps the back on top of the frontbuffer rendering you did. 
Remove it, and your demo app works.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel