Mesa (10.2): Bump version to 10.2-rc5

2014-05-30 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 8b71741222cd8e9551d3e4356f0a2bbcb1bd1251 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b71741222cd8e9551d3e4356f0a2bbcb1bd1251 Author: Ian Romanick Date: Fri May 30 17:01:48 2014 -0700 Bump version to 10.2-rc5 Signed-off-by: Ian Romanick

Mesa (master): glapi: Duplicate GLES1 prototypes in glapi_dispatch.c

2014-05-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7b1aeec9cd8c9b790d452eaf769ccbce51627908 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b1aeec9cd8c9b790d452eaf769ccbce51627908 Author: Ian Romanick Date: Fri May 30 13:55:28 2014 -0700 glapi: Duplicate GLES1 prototypes in glapi_dispatch.c

Mesa (master): i915: add a missing NULL pointer check

2014-05-30 Thread Ian Romanick
Added some tags. Signed-off-by: Lubomir Rintel Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1100967 Cc: "10.2" Reviewed-by: Ian Romanick --- src/mesa/drivers/dri/i915/intel_context.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/

Mesa (10.2): Revert "i965: Don' t make instructions with a null dest a barrier to scheduling."

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: c984e5bd2e75967817b01dd322bdfeccdd59534c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c984e5bd2e75967817b01dd322bdfeccdd59534c Author: Matt Turner Date: Mon May 26 11:45:48 2014 -0700 Revert "i965: Don't make instructions with a null dest a barrie

Mesa (10.2): glsl: fix use-after free bug/crash in ast_declarator_list:: hir()

2014-05-29 Thread Ian Romanick
ing/vs-clip-distance-in-param.shader_test test (and probably others). Cc: "10.1 10.2" Reviewed-by: Ian Romanick (cherry picked from commit f9cecca7a6e3d9ff231075381b88d179e153a5a4) --- src/glsl/ast_to_hir.cpp |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --gi

Mesa (10.2): meta/blit: Use gl_FragColor also in the msaa blit shader

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: e8e48889e6fd10c64ce8319c2c765e66c446294b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8e48889e6fd10c64ce8319c2c765e66c446294b Author: Topi Pohjolainen Date: Tue May 27 15:39:06 2014 +0300 meta/blit: Use gl_FragColor also in the msaa blit shader

Mesa (10.2): Revert "i965/fs: Give up in interference check if we see a WHILE."

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: b814afeb6cbfd9c24d1634b54657d42242c14d5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b814afeb6cbfd9c24d1634b54657d42242c14d5b Author: Matt Turner Date: Mon May 26 11:44:53 2014 -0700 Revert "i965/fs: Give up in interference check if we see a WHIL

Mesa (10.2): i965/meta: Store stencil texturing mode

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: af3d4eddc1c21ef7e406bd64da694a09f9c3a7e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af3d4eddc1c21ef7e406bd64da694a09f9c3a7e3 Author: Topi Pohjolainen Date: Wed May 21 11:44:34 2014 +0300 i965/meta: Store stencil texturing mode Meta path needs t

Mesa (10.2): glx: do not leak dri3Display

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 2a29dbdc6ebc4d7fa1b3fdadd7fdc406239cc5a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a29dbdc6ebc4d7fa1b3fdadd7fdc406239cc5a4 Author: Emil Velikov Date: Sat May 10 03:41:45 2014 +0100 glx: do not leak dri3Display v2: Do not wrap the code in ifde

Mesa (10.2): Revert "i965/fs: Simplify interference scan in register coalescing."

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: ca6b38b80a2ae40eaad579738f6a9495c287421d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca6b38b80a2ae40eaad579738f6a9495c287421d Author: Matt Turner Date: Mon May 26 11:44:57 2014 -0700 Revert "i965/fs: Simplify interference scan in register coalesc

Mesa (10.2): i965: Fix repeated usage of rectangle texture coordinate scaling.

2014-05-29 Thread Ian Romanick
likely crash. We don't really have a decent mapping between the index returned by _mesa_add_state_reference and our index into the params array, so we have to manually search for it. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78691 Signed-off-by: Kenneth Graunke Reviewed-by: Ian Rom

Mesa (10.2): glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload

2014-05-29 Thread Ian Romanick
to unload There is no reason anymore to load with RTLD_GLOBAL and for some driver this even result in dlclose failing to unload leading to catastrophic failure with swrast fallback. Cc: "10.1 10.2" Reviewed-by: Eric Anholt Reviewed-by: Ian Romanick Signed-off-by: Jérôme Glisse (che

Mesa (10.2): meta/blit: Add stencil texturing mode save and restore

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 75ae4fff35c623b79e4f3b940bfa0702a26dab62 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75ae4fff35c623b79e4f3b940bfa0702a26dab62 Author: Topi Pohjolainen Date: Wed May 21 11:43:56 2014 +0300 meta/blit: Add stencil texturing mode save and restore v2

Mesa (10.2): Revert "i965/fs: Reduce restrictions on interference in register coalescing."

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 17c7ead727ea63cc7e30865b923d8da7909a963b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17c7ead727ea63cc7e30865b923d8da7909a963b Author: Matt Turner Date: Mon May 26 11:44:09 2014 -0700 Revert "i965/fs: Reduce restrictions on interference in registe

Mesa (10.2): Revert "i965/vec4: Change vec4_visitor:: emit_lrp to use MAC for gen<6"

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: bc4b9467af170dc5bce3335d9766bc95613bd544 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc4b9467af170dc5bce3335d9766bc95613bd544 Author: Matt Turner Date: Thu May 22 09:38:24 2014 -0700 Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for

Mesa (10.2): nv50/ir: fix lowering of predicated instructions ( without defs)

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 9ea859931ea67eeb8431303c71faa83ac394f2d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ea859931ea67eeb8431303c71faa83ac394f2d5 Author: Christoph Bumiller Date: Wed Jun 12 21:00:41 2013 +0200 nv50/ir: fix lowering of predicated instructions (withou

Mesa (10.2): nv50: setup scissors on clear_render_target/depth_stencil

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 8b74c2bdbd21d9bf8159e25dd05c64b792ad89ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b74c2bdbd21d9bf8159e25dd05c64b792ad89ac Author: Christoph Bumiller Date: Tue May 14 23:42:39 2013 +0200 nv50: setup scissors on clear_render_target/depth_stenci

Mesa (10.2): nv50/ir/opt: fix constant folding with saturate modifier

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 4e5296208d6e6da53280b9485a2539d44a592516 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e5296208d6e6da53280b9485a2539d44a592516 Author: Christoph Bumiller Date: Tue Jun 11 22:57:31 2013 +0200 nv50/ir/opt: fix constant folding with saturate modifier

Mesa (10.2): Revert "i965/fs: Change fs_visitor:: emit_lrp to use MAC for gen<6"

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 03e93f6079a0f87902b3ec3926dad46045b4b185 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03e93f6079a0f87902b3ec3926dad46045b4b185 Author: Matt Turner Date: Thu May 22 09:39:13 2014 -0700 Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen

Mesa (10.2): nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 1ced95268655de46e595c13da6dad03e0b86e009 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ced95268655de46e595c13da6dad03e0b86e009 Author: Christoph Bumiller Date: Thu Jun 6 11:44:30 2013 +0200 nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result Rev

Mesa (10.2): nv50/ir/tgsi: optimize KIL

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 7efdc55f5f415969ab1a3fbf5331fb2b0309a5ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7efdc55f5f415969ab1a3fbf5331fb2b0309a5ff Author: Christoph Bumiller Date: Wed Jun 12 21:31:19 2013 +0200 nv50/ir/tgsi: optimize KIL Reviewed-by: Ilia Mirkin Cc

Mesa (10.2): nv50, nvc0: always pull out bufctx on context destruction

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 4afbd9b0e29fa7d45f6d9168b52d9b207d5b61a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4afbd9b0e29fa7d45f6d9168b52d9b207d5b61a8 Author: Christoph Bumiller Date: Sun May 12 15:41:29 2013 +0200 nv50,nvc0: always pull out bufctx on context destruction

Mesa (10.2): nv50,nvc0: set constbufs dirty on pipe context switch

2014-05-29 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: afe723ce5fe671e1d3aa18bcd8ee29598c49698b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afe723ce5fe671e1d3aa18bcd8ee29598c49698b Author: Christoph Bumiller Date: Sun Jun 2 17:55:34 2013 +0200 nv50,nvc0: set constbufs dirty on pipe context switch R

Mesa (10.2): Bump version to 10.2-rc4

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 697316fe0667fcf44dd52f69906a920450cbd1e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=697316fe0667fcf44dd52f69906a920450cbd1e4 Author: Ian Romanick Date: Fri May 23 17:36:42 2014 -0700 Bump version to 10.2-rc4 Signed-off-by: Ian Romanick

Mesa: tag mesa-10.2-rc4: Mesa 10.2 release candidate 4

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: refs/tags/mesa-10.2-rc4 Tag:c01728e880fc55c893aba7aa76cbb3bb1f1bac95 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=c01728e880fc55c893aba7aa76cbb3bb1f1bac95 Tagger: Ian Romanick Date: Fri May 23 17:54:48 2014 -0700 Mesa 10.2 release candidate 4

Mesa (10.2): 22 new commits

2014-05-23 Thread Ian Romanick
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfaee5277a340c4c4e0068cc4e0b73c818bd5385 Merge: 9a8f12a e084f71 Author: Ian Romanick Date: Fri May 23 17:21:59 2014 -0700 Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2 URL: http://cgit.freedeskto

Mesa (10.2): meta blit: Set Z texcoord during meta blit to sample the correct layer

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 1db3ebd8a582e490a2ec32df14009125bddd7d4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1db3ebd8a582e490a2ec32df14009125bddd7d4d Author: Jordan Justen Date: Wed May 21 22:34:26 2014 + meta blit: Set Z texcoord during meta blit to sample the corr

Mesa (10.2): i965: Properly return *RESET* status in glGetGraphicsResetStatusARB

2014-05-23 Thread Ian Romanick
mments. Signed-off-by: Pavel Popov Reviewed-by: Ian Romanick Cc: "10.1 10.2" (cherry picked from commit 8dc4a98c44a824630f3cc234136833dbac9a1f4c) --- src/mesa/drivers/dri/i965/brw_reset.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/mesa/

Mesa (10.2): Revert "i965: Don' t _swrast_BlitFramebuffer when doing CopyTexSubImage."

2014-05-23 Thread Ian Romanick
ut that will be fixed properly in a few commits. Reviewed-by: Ian Romanick Reviewed-by: Chris Forbes Cc: "10.2" (cherry picked from commit 2fa3796bc1f42c24f0db6632d9a32e77d19f4b3e) --- src/mesa/drivers/common/meta_blit.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Mesa (10.2): i965: Use WE_all for FB write header setup on Broadwell.

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: d2521a44af66af5c99090eb30487798f8b6dde1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2521a44af66af5c99090eb30487798f8b6dde1c Author: Kenneth Graunke Date: Tue May 20 14:52:39 2014 -0700 i965: Use WE_all for FB write header setup on Broadwell. I

Mesa (10.2): mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 32549f3f172293013d628e967b5eb70030935e71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32549f3f172293013d628e967b5eb70030935e71 Author: Kenneth Graunke Date: Tue May 13 18:53:28 2014 -0700 mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on

Mesa (10.2): nv50/ir: fix s32 x s32 -> high s32 multiply logic

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 9028b946703da1d22de91fbfc55932455b482c35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9028b946703da1d22de91fbfc55932455b482c35 Author: Ilia Mirkin Date: Wed May 14 23:30:16 2014 -0400 nv50/ir: fix s32 x s32 -> high s32 multiply logic Retrieving t

Mesa (10.2): nv50/ir: fix constant folding for OP_MUL subop HIGH

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: d6a4c3c29c789857eb60016a61f5db0716e463ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6a4c3c29c789857eb60016a61f5db0716e463ef Author: Ilia Mirkin Date: Wed May 14 23:22:32 2014 -0400 nv50/ir: fix constant folding for OP_MUL subop HIGH These inst

Mesa (10.2): meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: ed1ffa0197382253a348e1defcc0b84b0f5865c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed1ffa0197382253a348e1defcc0b84b0f5865c5 Author: Anuj Phogat Date: Mon May 19 11:47:46 2014 -0700 meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicat

Mesa (10.2): i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 7cf3a674ea23e4a3a0beed7faf51c2a930f52264 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cf3a674ea23e4a3a0beed7faf51c2a930f52264 Author: Kenneth Graunke Date: Tue May 20 14:52:40 2014 -0700 i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLE

Mesa (10.2): meta: Split _swrast_BlitFramebuffer out of the meta blit path.

2014-05-23 Thread Ian Romanick
. This updates all callers to maintain the existing behavior (even in the few cases where it isn't desirable behavior - later patches can change that). Signed-off-by: Kenneth Graunke Reviewed-by: Ian Romanick Reviewed-by: Chris Forbes Cc: "10.2" (cherry pic

Mesa (10.2): nv50/ir: fix integer mul lowering for u32 x u32 -> high u32

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 9576e178045fd7727004950d6d76ec1a2cfbcaa1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9576e178045fd7727004950d6d76ec1a2cfbcaa1 Author: Ilia Mirkin Date: Tue May 13 11:23:33 2014 -0400 nv50/ir: fix integer mul lowering for u32 x u32 -> high u32 UN

Mesa (10.2): nv50,nvc0: fix 3d blits with mipmap levels

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 6be7789e116b5cc351da0a8e6f37ab88bcce069a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6be7789e116b5cc351da0a8e6f37ab88bcce069a Author: Ilia Mirkin Date: Sat May 17 22:48:58 2014 -0400 nv50,nvc0: fix 3d blits with mipmap levels Make sure to normal

Mesa (10.2): nv50/ir: make sure that texprep/texquerylod' s args get coalesced

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: cc65bc4d15b47bed12b8d70ac53fbb8a357fff2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc65bc4d15b47bed12b8d70ac53fbb8a357fff2a Author: Ilia Mirkin Date: Tue May 13 01:31:20 2014 -0400 nv50/ir: make sure that texprep/texquerylod's args get coalesce

Mesa (10.2): meta: Use gl_FragColor to output color values to all the draw buffers

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 00f2dcb791bf108669d4d3c809613f81510bf8ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00f2dcb791bf108669d4d3c809613f81510bf8ba Author: Anuj Phogat Date: Mon May 19 11:55:01 2014 -0700 meta: Use gl_FragColor to output color values to all the draw b

Mesa (10.2): mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: a1fff38c9688359c9eaa119e14f84b0609a9225b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1fff38c9688359c9eaa119e14f84b0609a9225b Author: James Legg Date: Fri May 23 12:25:37 2014 +0100 mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT glFramebufferRe

Mesa (10.2): targets/egl-static: add missing line break in ldflags

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: a31062fcb3270ea0d90a9cf824fd1df8913a1347 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a31062fcb3270ea0d90a9cf824fd1df8913a1347 Author: Emil Velikov Date: Sun May 18 08:07:24 2014 +0100 targets/egl-static: add missing line break in ldflags Acciden

Mesa (10.2): tgsi: add GS_INVOCATIONS to property names array

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 5d056f51abcc7d79158a744582ead6f1ce1276c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d056f51abcc7d79158a744582ead6f1ce1276c8 Author: Ilia Mirkin Date: Mon May 19 23:54:40 2014 -0400 tgsi: add GS_INVOCATIONS to property names array In commit 4be

Mesa (10.2): meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.

2014-05-23 Thread Ian Romanick
lla: https://bugs.freedesktop.org/show_bug.cgi?id=77705 Signed-off-by: Kenneth Graunke Reviewed-by: Ian Romanick Reviewed-by: Chris Forbes Cc: "10.2" (cherry picked from commit 2ecc7268bacf5d240ddd4d341360bfb31f4dd04f) --- src/mesa/drivers/common/meta.c | 12 ++-- 1 file changed

Mesa (10.2): meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.

2014-05-23 Thread Ian Romanick
_mesa_meta_BlitFramebuffer. These aren't necessary - all of the following code is predicated on mask being non-zero, so no code will get executed anyway. Signed-off-by: Kenneth Graunke Reviewed-by: Ian Romanick Reviewed-by: Courtney Goeltzenleuchter Reviewed-by: Chris Forbes Cc: "10.2" (che

Mesa (10.2): i965/fbo: Only try stencil meta blits on gen >= 8

2014-05-23 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 81fb9ef11263b9381d9e4686ee2a35b7c85ea017 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81fb9ef11263b9381d9e4686ee2a35b7c85ea017 Author: Topi Pohjolainen Date: Mon May 19 10:10:33 2014 +0300 i965/fbo: Only try stencil meta blits on gen >= 8 I don't

Mesa (master): i965: Properly return *RESET* status in glGetGraphicsResetStatusARB

2014-05-23 Thread Ian Romanick
mments. Signed-off-by: Pavel Popov Reviewed-by: Ian Romanick Cc: "10.1 10.2" --- src/mesa/drivers/dri/i965/brw_reset.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_reset.c b/src/mesa/drivers/dri/i965/brw_reset

Mesa (10.2): 24 new commits

2014-05-17 Thread Ian Romanick
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0aa3947411fa48cf03de2ded53d8538998df653 Author: Ian Romanick Date: Fri May 16 23:48:44 2014 -0700 Bump version to 10.2-rc3 Signed-off-by: Ian Romanick URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id

Mesa: tag mesa-10.2-rc3: Mesa 10.2 release candidate 3

2014-05-17 Thread Ian Romanick
Module: Mesa Branch: refs/tags/mesa-10.2-rc3 Tag:96b6e013c25523091f0f52e70b3a32c90fff1492 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=96b6e013c25523091f0f52e70b3a32c90fff1492 Tagger: Ian Romanick Date: Sat May 17 00:07:34 2014 -0700 Mesa 10.2 release candidate 3

Mesa (10.2): nv50: fix setting of texture ms info to be per-stage

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 7a81788c67865ad44b6c0551d78e6d3131ab860e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a81788c67865ad44b6c0551d78e6d3131ab860e Author: Ilia Mirkin Date: Fri May 9 23:13:38 2014 -0400 nv50: fix setting of texture ms info to be per-stage Different

Mesa (10.2): nv50/ir: make sure to reverse cond codes on all the OP_SET variants

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 13bb2bc84b17a1d157eaee62c5e2418636a94710 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13bb2bc84b17a1d157eaee62c5e2418636a94710 Author: Ilia Mirkin Date: Sat May 10 15:02:36 2014 -0400 nv50/ir: make sure to reverse cond codes on all the OP_SET vari

Mesa (10.2): nv50,nvc0: fix blit 3d path for 1d array textures

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: ca549a0f19cc27588817cd016a68e2346029982d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca549a0f19cc27588817cd016a68e2346029982d Author: Ilia Mirkin Date: Sat May 10 17:51:21 2014 -0400 nv50,nvc0: fix blit 3d path for 1d array textures Need to adju

Mesa (10.2): nv50,nvc0: leave queries on during blit, turn them on for 2d engine

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 407bff9db020f837f0898d8fa9c61a3463585f3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=407bff9db020f837f0898d8fa9c61a3463585f3a Author: Ilia Mirkin Date: Sat May 3 03:00:07 2014 -0400 nv50,nvc0: leave queries on during blit, turn them on for 2d en

Mesa (10.2): mesa/st: leave current query enabled during glBlitFramebuffer

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 0e14b194922e76b18ed437d8b6f588f0cb3f3941 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e14b194922e76b18ed437d8b6f588f0cb3f3941 Author: Ilia Mirkin Date: Sat May 10 10:25:29 2014 -0400 mesa/st: leave current query enabled during glBlitFramebuffer

Mesa (10.2): gallium: add bit to pipe_blit_info to leave current query enabled

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: a233f4c303745774d94c0dc082b9218d9120f69d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a233f4c303745774d94c0dc082b9218d9120f69d Author: Ilia Mirkin Date: Sat May 10 10:22:17 2014 -0400 gallium: add bit to pipe_blit_info to leave current query enabl

Mesa (10.2): Add .cherry-ignore file

2014-05-13 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 98b66e8d966f6de805016a1bd00e094976c29567 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98b66e8d966f6de805016a1bd00e094976c29567 Author: Ian Romanick Date: Tue May 13 09:55:23 2014 -0700 Add .cherry-ignore file e696727 adds a change, and 155f98d

Mesa (10.2): i965: Enable GL_ARB_texture_view on Broadwell.

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: cc92276cb8ee26f5e2cfee7c82c7b3860d1e74b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc92276cb8ee26f5e2cfee7c82c7b3860d1e74b3 Author: Kenneth Graunke Date: Tue May 6 16:04:40 2014 -0700 i965: Enable GL_ARB_texture_view on Broadwell. This is a p

Mesa (10.2): mesa: Fix MaxNumLayers for 1D array textures.

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: e120f1a95865c43998ccdd1612ace354d0d8f38f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e120f1a95865c43998ccdd1612ace354d0d8f38f Author: Kenneth Graunke Date: Wed May 7 14:35:42 2014 -0700 mesa: Fix MaxNumLayers for 1D array textures. 1D array tar

Mesa (10.2): pipe-loader: Don't destroy the winsys in the sw loader

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 03673bcf6c66cbcaece48eecb0766e1e2b77f9fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03673bcf6c66cbcaece48eecb0766e1e2b77f9fa Author: Tom Stellard Date: Thu May 8 21:05:02 2014 -0400 pipe-loader: Don't destroy the winsys in the sw loader The sc

Mesa (10.2): configure.ac: Add LLVM_VERSION_PATCH to DEFINES

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 0f0f1106b60330ad5b8784867dffd0b1efb7fbf5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f0f1106b60330ad5b8784867dffd0b1efb7fbf5 Author: Tom Stellard Date: Fri May 9 04:23:50 2014 -0400 configure.ac: Add LLVM_VERSION_PATCH to DEFINES Reviewed-by:

Mesa (10.2): st/xa: Fix performance regression introduced by commit " Cache render target surface"

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 2b34277bbdde46b2c6396e8cc11ef885358feaf1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b34277bbdde46b2c6396e8cc11ef885358feaf1 Author: Thomas Hellstrom Date: Thu May 8 09:08:10 2014 +0200 st/xa: Fix performance regression introduced by commit "Ca

Mesa (10.2): configure: error out if building GBM without dri

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: d259928a56854f8cd30595a771bfe526cacf2c9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d259928a56854f8cd30595a771bfe526cacf2c9c Author: Emil Velikov Date: Mon May 5 22:09:22 2014 +0100 configure: error out if building GBM without dri Both backend

Mesa (10.2): radeonsi: Enable geometry shaders with LLVM 3.4.1

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 53a0f9d0ba8a0593abbc0c2a0ca03399aac2bb53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53a0f9d0ba8a0593abbc0c2a0ca03399aac2bb53 Author: Tom Stellard Date: Fri May 9 04:24:42 2014 -0400 radeonsi: Enable geometry shaders with LLVM 3.4.1 Reviewed-by

Mesa (10.2): mesa: Bump version to 10.2-rc2

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 0b3126bbb3555c8ee97f2158234cf725afa2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b3126bbb3555c8ee97f2158234cf725afa2 Author: Ian Romanick Date: Fri May 9 18:43:35 2014 -0700 mesa: Bump version to 10.2-rc2 Signed-off-by: Ian Romanick

Mesa (10.2): nv50/ir/gk110: fix set with f32 dest

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: fac042fa05c25f7e61e0d993367f2b1e65f6e4e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fac042fa05c25f7e61e0d993367f2b1e65f6e4e3 Author: Ilia Mirkin Date: Tue May 6 19:54:59 2014 -0400 nv50/ir/gk110: fix set with f32 dest Should fix comparison opc

Mesa: tag mesa-10.2-rc2: Mesa 10.2 release candidate 2

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: refs/tags/mesa-10.2-rc2 Tag:5fb841829f0671a55db11a83e7b01e139411b1cc URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=5fb841829f0671a55db11a83e7b01e139411b1cc Tagger: Ian Romanick Date: Fri May 9 20:04:51 2014 -0700 Mesa 10.2 release candidate 2

Mesa (10.2): glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: f2682b3b9f21006937c29549a127b817e5c718c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2682b3b9f21006937c29549a127b817e5c718c5 Author: Emil Velikov Date: Wed May 7 22:30:43 2014 +0100 glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836

Mesa (10.2): i965: Fix GPU hangs on Broadwell in shaders with some control flow.

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: ec6bd2116253045764d51998d883b2471d53ab51 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec6bd2116253045764d51998d883b2471d53ab51 Author: Kenneth Graunke Date: Thu May 8 16:44:37 2014 -0700 i965: Fix GPU hangs on Broadwell in shaders with some contr

Mesa (10.2): draw: do not use draw_get_option_use_llvm() inside draw execution paths

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: af47859aedc73331470cccd0242c23d662aad930 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af47859aedc73331470cccd0242c23d662aad930 Author: Roland Scheidegger Date: Wed May 7 19:06:39 2014 +0200 draw: do not use draw_get_option_use_llvm() inside draw

Mesa (10.2): clover: Destory pipe_screen when device does not support compute v2

2014-05-09 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: e29daf82cc3a0706305e1ba80ed587023910d5ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e29daf82cc3a0706305e1ba80ed587023910d5ac Author: Tom Stellard Date: Thu May 8 21:08:32 2014 -0400 clover: Destory pipe_screen when device does not support compu

Mesa (10.2): meta: Only clear the requested color buffers.

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: c2c15a9a3757da4e9dce0538880e6d65edc0d820 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2c15a9a3757da4e9dce0538880e6d65edc0d820 Author: Kenneth Graunke Date: Fri May 2 01:10:17 2014 -0700 meta: Only clear the requested color buffers. This path is

Mesa (10.2): meta: Add a new MESA_META_DRAW_BUFFERS bit.

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: ffc0cc027a5cbc2e688ee1fba16e8ff12eac8486 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffc0cc027a5cbc2e688ee1fba16e8ff12eac8486 Author: Kenneth Graunke Date: Mon May 5 14:03:46 2014 -0700 meta: Add a new MESA_META_DRAW_BUFFERS bit. This will be u

Mesa (10.2): meta: Add infrastructure for saving/ restoring the DrawBuffers state.

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: e6c98309c6b2143e91727ced7e003c7a0f4b31ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6c98309c6b2143e91727ced7e003c7a0f4b31ce Author: Kenneth Graunke Date: Fri May 2 01:06:04 2014 -0700 meta: Add infrastructure for saving/restoring the DrawBuffe

Mesa (10.2): meta: Unify the GLSL and fixed-function clear paths.

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 658d0410d0045d82890abace9f308614e21f3eba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=658d0410d0045d82890abace9f308614e21f3eba Author: Kenneth Graunke Date: Mon May 5 13:33:27 2014 -0700 meta: Unify the GLSL and fixed-function clear paths. The m

Mesa (10.2): i965: Always intel_prepare_render() after invalidating front buffers.

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: a1dd1e62fa911a593cca354349e43149bd5f6e45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1dd1e62fa911a593cca354349e43149bd5f6e45 Author: Kenneth Graunke Date: Mon May 5 11:02:18 2014 -0700 i965: Always intel_prepare_render() after invalidating fron

Mesa (10.2): linker: Fix consumer_inputs_with_locations indexing

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: d26b59ec27ed7c85f3af17397a9e8325cf854420 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d26b59ec27ed7c85f3af17397a9e8325cf854420 Author: Ian Romanick Date: Mon May 5 10:39:26 2014 -0700 linker: Fix consumer_inputs_with_locations indexing In an

Mesa (10.2): i965: Set miptree target field when creating from a BO.

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: 0a5034517ac8c8951305fd88e94684d1c739901c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a5034517ac8c8951305fd88e94684d1c739901c Author: Kenneth Graunke Date: Thu May 1 23:33:53 2014 -0700 i965: Set miptree target field when creating from a BO. Pr

Mesa (10.2): glsl: fix bogus layout qualifier warnings

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: c7a3c2d29d74a96ac8461ec06ca8b9e0b957a994 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7a3c2d29d74a96ac8461ec06ca8b9e0b957a994 Author: Tapani Pälli Date: Wed Apr 30 10:56:59 2014 +0300 glsl: fix bogus layout qualifier warnings Print out GL_ARB_ex

Mesa (master): linker: Fix consumer_inputs_with_locations indexing

2014-05-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: f7bf37cb13ff4e727d640a3bd02980aba0c0b4ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7bf37cb13ff4e727d640a3bd02980aba0c0b4ce Author: Ian Romanick Date: Mon May 5 10:39:26 2014 -0700 linker: Fix consumer_inputs_with_locations indexing In an

Mesa (10.2): mesa: Bump version to 10.2-rc1

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: 10.2 Commit: e8f61503205a5f44e6156393eb799856f095bf14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8f61503205a5f44e6156393eb799856f095bf14 Author: Ian Romanick Date: Fri May 2 21:17:00 2014 -0700 mesa: Bump version to 10.2-rc1 Signed-off-by: Ian Romanick

Mesa: tag mesa-10.2-rc1: Mesa 10.2 release candidate 1

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: refs/tags/mesa-10.2-rc1 Tag:f752c57c5a7702456f6e8700a12dd47a49ccf0ad URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=f752c57c5a7702456f6e8700a12dd47a49ccf0ad Tagger: Ian Romanick Date: Fri May 2 21:17:09 2014 -0700 Mesa 10.2 release candidate 1

Mesa: tag 10.2-branchpoint: Mesa 10.2 branch point

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: refs/tags/10.2-branchpoint Tag:a7fd463eca4ce7d7e7ee85f17a8d20844178ad30 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=a7fd463eca4ce7d7e7ee85f17a8d20844178ad30 Tagger: Ian Romanick Date: Fri May 2 21:43:10 2014 -0700 Mesa 10.2 branch point

Mesa (master): mesa: Bump version to 10.3-devel

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 64c4670dd6a0e2c0d7178ba9405db7c06eb94e90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64c4670dd6a0e2c0d7178ba9405db7c06eb94e90 Author: Ian Romanick Date: Fri May 2 21:43:39 2014 -0700 mesa: Bump version to 10.3-devel Signed-off-by: Ian

Mesa (master): docs: Add missing release notes for ARB_separate_shader_objects

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: a06c9791d1b7fcedfb56ecbdc601d42fab196916 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a06c9791d1b7fcedfb56ecbdc601d42fab196916 Author: Ian Romanick Date: Fri May 2 17:19:48 2014 -0700 docs: Add missing release notes for

Mesa (master): mesa: Add _mesa_error_no_memory for logging out-of-memory messages

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 59ad2e6696c51dc9b3514770abb550df663ecc7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59ad2e6696c51dc9b3514770abb550df663ecc7b Author: Ian Romanick Date: Tue Mar 4 15:39:37 2014 +0200 mesa: Add _mesa_error_no_memory for logging out-of-memory

Mesa (master): mesa: add extra null checks in vbo_rebase_prims()

2014-05-02 Thread Ian Romanick
() v2 [idr]: Move declarations before code to prevent MSVC build breaks. Signed-off-by: Juha-Pekka Heikkila Reviewed-by: Matt Turner Signed-off-by: Ian Romanick --- src/mesa/vbo/vbo_rebase.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/mesa

Mesa (master): mesa: add missing null checks in _tnl_register_fastpath()

2014-05-02 Thread Ian Romanick
_tnl_register_fastpath() Signed-off-by: Juha-Pekka Heikkila Reviewed-by: Matt Turner Reviewed-by: Ian Romanick --- src/mesa/tnl/t_vertex.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index b3deac0..421bae2 100644 --- a

Mesa (master): glsl: make static constant variables "static const"

2014-05-02 Thread Ian Romanick
uot; This allows them to be moved to .rodata, and allow us to be sure that they will not be modified. Signed-off-by: Chia-I Wu Reviewed-by: Ian Romanick Reviewed-by: Timothy Arceri --- src/glsl/builtin_types.cpp |2 +- src/glsl/builtin_variables.c

Mesa (master): i965: Enable INTEL_performance_query for Gen5+.

2014-05-02 Thread Ian Romanick
-off-by: Petri Latvala Reviewed-by: Ian Romanick --- src/mesa/drivers/dri/i965/intel_extensions.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c index 4a2a711..ade86a5 100644

Mesa (master): mesa: Add core support for the GL_INTEL_performance_query extension.

2014-05-02 Thread Ian Romanick
/gl_API.xml: Also expose the functions to GLES2. v4: Whitespace changes, static_dispatch="false" for all functions, fix dispatch_sanity test for GLES2 functions Signed-off-by: Petri Latvala Reviewed-by: Ian Romanick --- src/mapi/glapi/gen/INTEL_performance_query.xml | 93 ++

Mesa (master): docs: update 10.2 release notes

2014-05-02 Thread Ian Romanick
Latvala Reviewed-by: Ian Romanick --- docs/relnotes/10.2.html |1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/10.2.html b/docs/relnotes/10.2.html index 540e683..59fc0df 100644 --- a/docs/relnotes/10.2.html +++ b/docs/relnotes/10.2.html @@ -54,6 +54,7 @@ Note: some of the new

Mesa (master): mesa: Implement INTEL_performance_query.

2014-05-02 Thread Ian Romanick
existing driver hooks made for AMD_performance_monitor, implement INTEL_performance_query functions. v2: Whitespace changes. v3: Whitespace changes, add a _mesa_warning() Signed-off-by: Petri Latvala Reviewed-by: Ian Romanick --- src/mesa/main/performance_monitor.c | 487

Mesa (master): mesa: Add INTEL_performance_query enums to tests/ enum_strings.cpp

2014-05-02 Thread Ian Romanick
/enum_strings.cpp Signed-off-by: Petri Latvala Reviewed-by: Ian Romanick --- src/mesa/main/tests/enum_strings.cpp | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp index 3795700..d16eb36 100644 --- a/src

Mesa (master): Regenerate gl_mangle.h.

2014-05-02 Thread Ian Romanick
Acked-by: Ian Romanick --- include/GL/gl_mangle.h | 371 +++- 1 file changed, 365 insertions(+), 6 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=927c3c970445724f679b3ad1718401a8ac245c9d

Mesa (master): mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7d9adef3409583ef480d6f25014188d38e261a1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d9adef3409583ef480d6f25014188d38e261a1e Author: Ian Romanick Date: Wed Mar 26 13:11:44 2014 -0700 mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES

Mesa (master): glsl: Exit when the shader IR contains an interface block instance

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5699220cd5719be6fbafdefd75025a817bcb200a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5699220cd5719be6fbafdefd75025a817bcb200a Author: Ian Romanick Date: Wed Oct 2 15:57:03 2013 -0700 glsl: Exit when the shader IR contains an interface block

Mesa (master): linker: Sort shader I/O variables into a canonical order

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: d030a3404ca0fedf365cb0fd41eaad7abc8ff132 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d030a3404ca0fedf365cb0fd41eaad7abc8ff132 Author: Ian Romanick Date: Tue Feb 11 15:38:23 2014 -0800 linker: Sort shader I/O variables into a canonical order

Mesa (master): mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: fb615feafb848bbccbdb751f552263bd32a37d82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb615feafb848bbccbdb751f552263bd32a37d82 Author: Ian Romanick Date: Wed Mar 26 11:25:16 2014 -0700 mesa: Remove support for desktop OpenGL

Mesa (master): linker: Refactor code that gets an input matching an output

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: fe37cb0ac67071759a88ea767027368399e1fdb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe37cb0ac67071759a88ea767027368399e1fdb6 Author: Ian Romanick Date: Wed Oct 2 18:01:13 2013 -0700 linker: Refactor code that gets an input matching an output

Mesa (master): mesa/sso: Enable GL_ARB_separate_shader_objects by default

2014-05-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: e608449d3e7dc86b90acfb31d9c948c57cf0e920 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e608449d3e7dc86b90acfb31d9c948c57cf0e920 Author: Ian Romanick Date: Fri Jun 28 19:39:28 2013 -0700 mesa/sso: Enable GL_ARB_separate_shader_objects by default

<    3   4   5   6   7   8   9   10   11   12   >