Mesa (master): radeonsi: Cache LLVMTargetMachineRef in context instead of in screen

2015-03-30 Thread Michel Dänzer
Module: Mesa Branch: master Commit: d64adc3a79e419062432cfa8d1cbc437676a3fbd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d64adc3a79e419062432cfa8d1cbc437676a3fbd Author: Michel Dänzer michel.daen...@amd.com Date: Thu Mar 26 11:32:59 2015 +0900 radeonsi: Cache LLVMTargetMachineRef

Mesa (master): glsl: fail when a shader' s input var has not an equivalent out var in previous

2015-03-30 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 18004c338f6be8af2e36d2f54972c60136229aeb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18004c338f6be8af2e36d2f54972c60136229aeb Author: Samuel Iglesias Gonsalvez sigles...@igalia.com Date: Fri Nov 28 11:23:20 2014 +0100 glsl: fail when a shader's

Mesa (master): glsl: allow ForceGLSLVersion to override #version directives

2015-03-30 Thread Brian Paul
Module: Mesa Branch: master Commit: dbe67d76e0487b04a7b6081d9d4db3c3ee3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbe67d76e0487b04a7b6081d9d4db3c3ee3e Author: Brian Paul bri...@vmware.com Date: Fri Mar 27 10:54:10 2015 -0600 glsl: allow ForceGLSLVersion to override

Mesa (master): vc4: Don' t bother masking out the low 24 bits for integer multiplies

2015-03-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: c519c4d85e7b4f9cad4e51dc08e8ae99bf3c810d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c519c4d85e7b4f9cad4e51dc08e8ae99bf3c810d Author: Eric Anholt e...@anholt.net Date: Sun Mar 29 21:26:16 2015 -0700 vc4: Don't bother masking out the low 24 bits

Mesa (master): vc4: Make integer multiply use 24 bits for the low parts.

2015-03-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5df8bf86fe40ae95ad3888cb167ce80c710af227 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5df8bf86fe40ae95ad3888cb167ce80c710af227 Author: Eric Anholt e...@anholt.net Date: Sun Mar 29 21:21:10 2015 -0700 vc4: Make integer multiply use 24 bits for

Mesa (master): vc4: Drop integer multiplies with 0 to moves of 0.

2015-03-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1dcc1ee314a6907213e2abd5337ec0bbba3bd1bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1dcc1ee314a6907213e2abd5337ec0bbba3bd1bf Author: Eric Anholt e...@anholt.net Date: Mon Mar 30 10:44:28 2015 -0700 vc4: Drop integer multiplies with 0 to moves

Mesa (master): vc4: Add a constant folding pass.

2015-03-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8c5dcdbccb68b73d2856d9c1faafadc536e682e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c5dcdbccb68b73d2856d9c1faafadc536e682e3 Author: Eric Anholt e...@anholt.net Date: Mon Mar 30 10:38:21 2015 -0700 vc4: Add a constant folding pass. This