[Mesa-dev] [Bug 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

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

GitLab Migration User  changed:

   What|Removed |Added

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

--- 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/974.

-- 
You are receiving this mail because:
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 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

2013-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61455

--- Comment #6 from Keith Kriewall keith.kriew...@attachmate.com ---
Is there an ETA for this feature?

-- 
You are receiving this mail because:
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 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61455

--- Comment #5 from Keith Kriewall keith.kriew...@attachmate.com ---
Created attachment 75990
  -- https://bugs.freedesktop.org/attachment.cgi?id=75990action=edit
Zip of wincopy for Windows

Wincopy ported to Windows is attached, as a Dev Studio 2010 solution/project
and source.  Build as debug or release, and run on any machine with reasonably
recent video hardware to see the application run.  Then copy the gallium Mesa3D
library (either softpipe or llvmpipe drivers) into the Debug or Release folder
with the *.exe, and run again.  The program will fail on an assert for the
missing wglMakeContextCurrentARB function.

Thanks, -Keith.

-- 
You are receiving this mail because:
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 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

2013-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61455

José Fonseca jfons...@vmware.com changed:

   What|Removed |Added

 CC||bri...@vmware.com,
   ||jfons...@vmware.com

--- Comment #1 from José Fonseca jfons...@vmware.com ---
This sort of WGL extensions are quite tricky to get implemented right, because
we have to workaround Microsoft OpenGL runtime and cheat it.

Could you provide a simple test case for this?

-- 
You are receiving this mail because:
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 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

2013-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61455

--- Comment #2 from Keith Kriewall keith.kriew...@attachmate.com ---
The mesa demo wincopy uses glMakeContextCurrent.  If you need a test case
beyond this, please let me know.

-- 
You are receiving this mail because:
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 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

2013-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61455

--- Comment #3 from José Fonseca jfons...@vmware.com ---
mesademos/src/xdemos/wincopy.c is an X11 sample, not WGL.  And to test this I'd
really need a wglMakeContextCurrentARB.

Please note that, spite the similarties between glXMakeContextCurrent and
wglMakeContextCurrentARB the implementation of these are miles apart.

A port of wincopy.c to WGL should be fine though.

-- 
You are receiving this mail because:
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 61455] Feature request: implement wglMakeContextCurrentARB in Gallium

2013-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61455

--- Comment #4 from Keith Kriewall keith.kriew...@attachmate.com ---
OK, we'll look at porting wincopy to Windows, or writing another test
application.  We're booked up for several days, but I'll get it to you ASAP.

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