https://bugs.freedesktop.org/show_bug.cgi?id=79688
--- Comment #3 from Tobias Klausmann ---
I have tested that branch, but it is still not working as before (the same
behavior is observed), sorry.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=79688
--- Comment #2 from Axel Davy ---
I've rebased the patches.
Could you test this branch and confirm the problem is solved for you ?
https://github.com/axeldavy/mesa/tree/submit
--
You are receiving this mail because:
You are the assignee for th
https://bugs.freedesktop.org/show_bug.cgi?id=79662
lu hua changed:
What|Removed |Added
Severity|normal |blocker
Priority|high
Series Reviewed-by: Jordan Justen
On Sat, Jun 7, 2014 at 11:47 AM, Kenneth Graunke wrote:
> Our existing functions, brw_math and brw_math2, had unclear roles:
>
> Gen4-5 used brw_math for both unary and binary math functions; it never
> used brw_math2. Since operands are already in message regi
On Sun, Jun 8, 2014 at 6:16 PM, Matt Turner wrote:
> On Sun, Jun 8, 2014 at 3:12 PM, Ilia Mirkin wrote:
>> On Sun, Jun 8, 2014 at 6:02 PM, Matt Turner wrote:
>>> On Sun, Jun 8, 2014 at 2:40 PM, Aditya Avinash
>>> wrote:
Can I join them? I have good knowledge on Tessellation using propriet
Previously setting:
MESA_EXTENSION_OVERRIDE=-GL_MESA_ham_sandwich
Would cause Mesa to advertise support for the GL_MESA_ham_sandwich
extension, even though the override specifically asked for it to be
disabled.
Signed-off-by: Jordan Justen
---
Series is available in the early-extension-override
During the early one_time_init phase of context creation, we
initialize two global gl_extensions structures.
We read the MESA_EXTENSION_OVERRIDE environment variable, and store
positive and negative overrides in two structures:
* struct gl_extensions _mesa_extension_override_enables
* struct gl_ex
Previously, we would parse MESA_EXTENSION_OVERRIDE each time a context
was created. Now we will save the results of that parsing and use it
during context initialization.
Signed-off-by: Jordan Justen
---
src/mesa/main/extensions.c | 114 -
1 file chang
In 25268b93, we added a new environment variable
(INTEL_COMPUTE_SHADER) to allow some constant values to be upgraded
for the ARB_compute_shader extension.
Now, we can look to see if the extension was enabled via the
MESA_EXTENSION_OVERRIDE environment variable.
Signed-off-by: Jordan Justen
Cc: P
This will allow us to utilize the early MESA_EXTENSION_OVERRIDE
parsing at the later extension string initialization step.
Signed-off-by: Jordan Justen
---
src/mesa/main/extensions.c | 25 -
1 file changed, 20 insertions(+), 5 deletions(-)
diff --git a/src/mesa/main/exte
We will add new gl_extensions structures that capture the environment
variable extension overrides and are available early in context
creation.
This will allow a driver to take actions during its initialization
based on the extension overrides.
Signed-off-by: Jordan Justen
---
src/mesa/main/ext
This will allow us to utilize the early MESA_EXTENSION_OVERRIDE
parsing at the later extension string initialization step.
Signed-off-by: Jordan Justen
---
src/mesa/main/extensions.c | 38 ++
1 file changed, 38 insertions(+)
diff --git a/src/mesa/main/extensi
Reviewed-by: Chris Forbes
On Mon, Jun 9, 2014 at 8:57 AM, Kenneth Graunke wrote:
> On Sunday, June 08, 2014 09:56:55 AM Matt Turner wrote:
>> Reviewed-by: Matt Turner
>>
>> At the office you mentioned something about this getting stuck on a
>> comment about Gen4-5, but when I searched the maili
On Sun, Jun 8, 2014 at 3:12 PM, Ilia Mirkin wrote:
> On Sun, Jun 8, 2014 at 6:02 PM, Matt Turner wrote:
>> On Sun, Jun 8, 2014 at 2:40 PM, Aditya Avinash
>> wrote:
>>> Can I join them? I have good knowledge on Tessellation using proprietary
>>> drivers.
>>
>> I don't think Summer of Code allows
The GSoC project does not include any gallium plumbing, or your
backends. It might be possible to take Fabian's frontend code and
start building your pieces against it, but there might be some changes
which would force you to do rework.
-- Chris
On Mon, Jun 9, 2014 at 10:12 AM, Ilia Mirkin wrot
On Sun, Jun 8, 2014 at 6:02 PM, Matt Turner wrote:
> On Sun, Jun 8, 2014 at 2:40 PM, Aditya Avinash
> wrote:
>> Can I join them? I have good knowledge on Tessellation using proprietary
>> drivers.
>
> I don't think Summer of Code allows people to work together on the
> same project. Then again,
On Sun, Jun 8, 2014 at 2:40 PM, Aditya Avinash wrote:
> Can I join them? I have good knowledge on Tessellation using proprietary
> drivers.
I don't think Summer of Code allows people to work together on the
same project. Then again, I don't know that anyone has heard from
Fabian (Cc'd) since he s
Hi,
Thank you!!
Can I join them? I have good knowledge on Tessellation using proprietary
drivers.
I don't know where to start. Can you provide me some documentation on it?
Thank you!
On Sun, Jun 8, 2014 at 1:00 PM, Matt Turner wrote:
> On Sun, Jun 8, 2014 at 5:05 AM, Aditya Avinash
> wrote:
https://bugs.freedesktop.org/show_bug.cgi?id=79784
Brian Paul changed:
What|Removed |Added
Assignee|mesa-dev@lists.freedesktop. |sitewranglers@lists.freedes
LunarG, with support from Valve, announces the GlassyMesa project, an
effort to bring the LLVM compiler infrastructure to Mesa.
What is GlassyMesa?
GlassyMesa utilizes LunarGLASS, the LLVM compiler stack with modifications
allowing it to represent and optimize 3D shaders and target GPUs. This
als
On 06/06/2014 02:57 PM, Marek Olšák wrote:
DMASK was repurposed for GATHER4, so all passes which modify DMASK are
disabled by setting MIMG=0 and hasPostISelHook=0. See my Mesa patches
for how DMASK works with GATHER4, because this is not documented anywhere.
Can you add a comment explaining thi
On Sunday, June 08, 2014 09:56:55 AM Matt Turner wrote:
> Reviewed-by: Matt Turner
>
> At the office you mentioned something about this getting stuck on a
> comment about Gen4-5, but when I searched the mailing list archives I
> couldn't find that this patch had ever been sent. Was the comment of
Both of these are
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
It's not used.
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/i965/brw_disasm.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c
b/src/mesa/drivers/dri/i965/brw_disasm.c
index 68fb786..67b1c8e 100644
--- a/src/mesa/drivers/dri/i965/brw_disas
Nothing else uses GL-types here.
Signed-off-by: Kristian Høgsberg
---
src/mesa/drivers/dri/i965/brw_structs.h | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h
b/src/mesa/drivers/dri/i965/brw_structs.h
index 9d
On Sun, Jun 8, 2014 at 5:05 AM, Aditya Avinash wrote:
> Hi,
> I was looking at RadeonFeature. It shows that Tessellation stage is "TODO".
> What should I do to pick it? I am new to Mesa. Can you help me with some
> documentation which is useful for me to accomplish the task?
> Thank you!
There's
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Reviewed-by: Matt Turner
At the office you mentioned something about this getting stuck on a
comment about Gen4-5, but when I searched the mailing list archives I
couldn't find that this patch had ever been sent. Was the comment off
list, or could I just not find the thread?
_
This series is
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
On Sun, Jun 08, 2014 at 02:50:15AM -0700, Kenneth Graunke wrote:
> This is more typical C++ style.
>
> Signed-off-by: Kenneth Graunke
Reviewed-by: Topi Pohjolainen
> ---
> src/mesa/drivers/dri/i965/brw_vec4.cpp | 22
> +++---
> src/mesa/drivers/dri/i965/brw_vec4.h
https://bugs.freedesktop.org/show_bug.cgi?id=79711
danm...@gmail.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=54372
--- Comment #19 from danm...@gmail.com ---
*** Bug 79711 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the QA Contact for the bug.
___
mesa-dev mailing
Hi,
I was looking at RadeonFeature. It shows that Tessellation stage is "TODO".
What should I do to pick it? I am new to Mesa. Can you help me with some
documentation which is useful for me to accomplish the task?
Thank you!
--
Regards,
*Aditya Atluri.*
___
https://bugs.freedesktop.org/show_bug.cgi?id=54372
--- Comment #18 from Tapani Pälli ---
(In reply to comment #17)
> This may be related to bug 54080, comment 3: glXMakeCurrent on plain X
> windows (which is allowed by the GLX specification, see glx1.4.pdf, section
> 2.1, last paragraph: "For bac
Thread switching on control flow instructions is a documented workaround
for Gen4-5 errata. As far as I can tell, it hasn't been needed since
Sandybridge. Thread switching is not free, so in theory this may help
performance slightly.
Flow control instructions with the "switch" flag cannot be com
This is more typical C++ style.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_vec4.cpp | 22 +++---
src/mesa/drivers/dri/i965/brw_vec4.h | 2 +-
.../drivers/dri/i965/brw_vec4_copy_propagation.cpp | 4 ++--
3 files changed, 14 inserti
https://bugs.freedesktop.org/show_bug.cgi?id=54372
--- Comment #17 from Alexander Monakov ---
This may be related to bug 54080, comment 3: glXMakeCurrent on plain X windows
(which is allowed by the GLX specification, see glx1.4.pdf, section 2.1, last
paragraph: "For backwards compatibility, ...")
total instructions in shared programs: 2081469 -> 2081248 (-0.01%)
instructions in affected programs: 22606 -> 22385 (-0.98%)
No programs were hurt by this patch.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_fs_cse.cpp | 11 +++
1 file changed, 11 insertions(+)
d
38 matches
Mail list logo