Mesa (master): st/mesa: fix UBO offsets.

2013-04-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: cb12bf7606116e473bf19aee84582b4cee7f895d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb12bf7606116e473bf19aee84582b4cee7f895d Author: Dave Airlie Date: Thu Apr 11 15:20:19 2013 +1000 st/mesa: fix UBO offsets. Reported and tested by degasus on

Mesa (9.1): i965: Avoid segfault in gen6_upload_state

2013-04-10 Thread Jordan Justen
Module: Mesa Branch: 9.1 Commit: 4f44146226f0d93662ab34d130299673976a22ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f44146226f0d93662ab34d130299673976a22ad Author: Carl Worth Date: Tue Feb 19 16:27:16 2013 -0800 i965: Avoid segfault in gen6_upload_state This fixes a bug intro

Mesa (master): egl/x11: Fix initialisation of swap_interval

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: 3998f8c6b5da1a223926249755e54d8f701f81ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3998f8c6b5da1a223926249755e54d8f701f81ab Author: Ralf Jung Date: Tue Apr 9 14:09:50 2013 +0200 egl/x11: Fix initialisation of swap_interval The EGLConfig att

Mesa (master): intel: Fall back to X-tiling when larger than estimated aperture size.

2013-04-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: cbe24ff7c8d69a6d378d9c2cce2bc117517f4302 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbe24ff7c8d69a6d378d9c2cce2bc117517f4302 Author: Kenneth Graunke Date: Wed Apr 10 13:49:16 2013 -0700 intel: Fall back to X-tiling when larger than estimated a

Mesa (master): intel: Refactor code in intel_miptree_choose_tiling().

2013-04-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: eef3dff3fda76a9f42b8f788b720bf7c69a25584 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eef3dff3fda76a9f42b8f788b720bf7c69a25584 Author: Kenneth Graunke Date: Wed Apr 10 13:46:10 2013 -0700 intel: Refactor code in intel_miptree_choose_tiling(). T

Mesa (master): intel: Move the max_gtt_map_object_size estimation to intel_context.

2013-04-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ba38ac062c5b8c80e4d33ee680b86cabbfa19095 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba38ac062c5b8c80e4d33ee680b86cabbfa19095 Author: Kenneth Graunke Date: Tue Apr 9 11:11:19 2013 -0700 intel: Move the max_gtt_map_object_size estimation to int

Mesa (master): r600g: Add support for GL_ARB_texture_buffer_range

2013-04-10 Thread Fredrik Höglund
Module: Mesa Branch: master Commit: fb69dbb0d164fc617941943472cfa390510ec63b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb69dbb0d164fc617941943472cfa390510ec63b Author: Fredrik Höglund Date: Fri Mar 22 17:14:43 2013 +0100 r600g: Add support for GL_ARB_texture_buffer_range Revie

Mesa (master): i965/blorp: Remove unnecessary test in gen7_blorp_emit_depth_stencil_config.

2013-04-10 Thread Paul Berry
Module: Mesa Branch: master Commit: 42767dc22fdc69d72622c13521f2e703470170b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42767dc22fdc69d72622c13521f2e703470170b3 Author: Paul Berry Date: Tue Apr 9 05:58:43 2013 -0700 i965/blorp: Remove unnecessary test in gen7_blorp_emit_depth_s

Mesa (master): r600g: fix valgrind warning on Cayman

2013-04-10 Thread Marek Olšák
Module: Mesa Branch: master Commit: 34c3f986419340ae695d75103bcc7907a97d0f13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34c3f986419340ae695d75103bcc7907a97d0f13 Author: Marek Olšák Date: Fri Apr 5 14:22:42 2013 +0200 r600g: fix valgrind warning on Cayman Warning: "Conditional

Mesa (master): gallivm/tgsi: handle untyped moves

2013-04-10 Thread Zack Rusin
Module: Mesa Branch: master Commit: fe29f99293cb3bbc834f4d4d65e87ac7c734615d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe29f99293cb3bbc834f4d4d65e87ac7c734615d Author: Zack Rusin Date: Tue Apr 9 05:11:45 2013 -0700 gallivm/tgsi: handle untyped moves both mov and ucmp can be u

Mesa (master): gallivm: fix loops and conditionals within GS

2013-04-10 Thread Zack Rusin
Module: Mesa Branch: master Commit: d56f2d52675397610717875c4a2a5edb04e2c997 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d56f2d52675397610717875c4a2a5edb04e2c997 Author: Zack Rusin Date: Tue Apr 9 05:01:54 2013 -0700 gallivm: fix loops and conditionals within GS We were using s

Mesa (master): llvmpipe: implement PIPE_QUERY_SO_STATISTICS

2013-04-10 Thread Zack Rusin
Module: Mesa Branch: master Commit: c1cd19c3b8339a48024e381515806186b8056256 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1cd19c3b8339a48024e381515806186b8056256 Author: Zack Rusin Date: Tue Apr 9 03:50:32 2013 -0700 llvmpipe: implement PIPE_QUERY_SO_STATISTICS We were missing

Mesa (master): gallivm: fix unsigned divide and remainder opcodes

2013-04-10 Thread Zack Rusin
Module: Mesa Branch: master Commit: 7466e0b6c84ce0c6029e60739daac8baeccb8b0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7466e0b6c84ce0c6029e60739daac8baeccb8b0b Author: Zack Rusin Date: Tue Apr 9 03:28:48 2013 -0700 gallivm: fix unsigned divide and remainder opcodes We want to

Mesa (master): gallivm: fix breakc

2013-04-10 Thread Zack Rusin
Module: Mesa Branch: master Commit: 1ad4a4eeb3fe83ce3ce7336250d725bf0a28de7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ad4a4eeb3fe83ce3ce7336250d725bf0a28de7b Author: Zack Rusin Date: Thu Apr 4 15:06:14 2013 -0700 gallivm: fix breakc we break when the mask values are 0 not,

Mesa (master): intel/hsw: Enable hiz (v2)

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: e4484a0309ab44a790df29a599fb2b01eb885d5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4484a0309ab44a790df29a599fb2b01eb885d5a Author: Chad Versace Date: Fri Apr 5 16:35:47 2013 -0700 intel/hsw: Enable hiz (v2) Enable hiz by setting intel_cont

Mesa (master): i965: Remove brw_context::depthstencil::hiz_mt

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: 916d1ea7dc5ac6cba358eafd766440f836a74c16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=916d1ea7dc5ac6cba358eafd766440f836a74c16 Author: Chad Versace Date: Fri Apr 5 14:51:31 2013 -0700 i965: Remove brw_context::depthstencil::hiz_mt After recent

Mesa (master): intel: Replace checks for hiz_mt with intel_has*hiz()

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: 2d3bbc576c095f0942d131db886f5661dec5680c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d3bbc576c095f0942d131db886f5661dec5680c Author: Chad Versace Date: Mon Apr 8 13:45:49 2013 -0700 intel: Replace checks for hiz_mt with intel_has*hiz() When

Mesa (master): i965: Change signature of brw_get_depthstencil_tile_masks()

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: 5b79705526efdb3d9b919634ff0e3e412b707b92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b79705526efdb3d9b919634ff0e3e412b707b92 Author: Chad Versace Date: Fri Apr 5 14:29:53 2013 -0700 i965: Change signature of brw_get_depthstencil_tile_masks()

Mesa (master): i965/blorp: Add fields brw_blorp_mip_info::level, layer

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: 87f4541bc1007dda1e345c16db94672620bc8fb2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87f4541bc1007dda1e345c16db94672620bc8fb2 Author: Chad Versace Date: Tue Mar 19 17:44:50 2013 -0700 i965/blorp: Add fields brw_blorp_mip_info::level,layer The

Mesa (master): intel: Add field intel_mipmap_slice::has_hiz

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: 2a416a9b1b1516200c9c704663022d4b17dca302 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a416a9b1b1516200c9c704663022d4b17dca302 Author: Chad Versace Date: Wed Feb 20 19:18:40 2013 -0800 intel: Add field intel_mipmap_slice::has_hiz On Haswell, Hi

Mesa (master): i965/blorp: Align rectangle primitive for hiz ops

2013-04-10 Thread Chad Versace
Module: Mesa Branch: master Commit: a14dc4f92cdad6177d83f051a088a66e31a973bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a14dc4f92cdad6177d83f051a088a66e31a973bc Author: Chad Versace Date: Mon Mar 11 19:21:46 2013 -0700 i965/blorp: Align rectangle primitive for hiz ops The hardw

Mesa (master): i965/vs: Use GRFs for pull constant offsets on gen7.

2013-04-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: d5f7aebac2b1afbc5023cd114174860d8d763d06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5f7aebac2b1afbc5023cd114174860d8d763d06 Author: Eric Anholt Date: Thu Apr 4 14:10:18 2013 -0700 i965/vs: Use GRFs for pull constant offsets on gen7. This al

Mesa (master): i965/vs: When asked to make a dst_reg for a src.xxxx, just write to src.x.

2013-04-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3badbf7f7fa4898c69545fea3c60ea29cf61ae3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3badbf7f7fa4898c69545fea3c60ea29cf61ae3b Author: Eric Anholt Date: Thu Apr 4 16:30:49 2013 -0700 i965/vs: When asked to make a dst_reg for a src., just wr

Mesa (master): i965/gen6: Reduce updates of transform feedback offsets with HW contexts.

2013-04-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 007a88ed24e783d38839e69ae07aa19ceabb6c93 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=007a88ed24e783d38839e69ae07aa19ceabb6c93 Author: Eric Anholt Date: Tue Apr 9 13:34:08 2013 -0700 i965/gen6: Reduce updates of transform feedback offsets with

Mesa (master): i965/gen7: Skip resetting SOL offsets at batch start with HW contexts.

2013-04-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 62a18da34153dd0e167a2944fc00812c1471c0fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62a18da34153dd0e167a2944fc00812c1471c0fb Author: Eric Anholt Date: Mon Apr 8 10:56:23 2013 -0700 i965/gen7: Skip resetting SOL offsets at batch start with HW

Mesa (master): radeonsi: remove sampler writemask v3

2013-04-10 Thread Christian König
Module: Mesa Branch: master Commit: ccf3e8fc9b961c1aaa649ba19d35a5dae6e7ed6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccf3e8fc9b961c1aaa649ba19d35a5dae6e7ed6c Author: Christian König Date: Tue Mar 26 15:09:27 2013 +0100 radeonsi: remove sampler writemask v3 v2: fix instrinsic

Mesa (master): pipe-loader: Fix out of source build

2013-04-10 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 31f14f3def0ffb3851ae746304ece13f54e98af4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31f14f3def0ffb3851ae746304ece13f54e98af4 Author: Niels Ole Salscheider Date: Sun Feb 24 23:00:04 2013 +0100 pipe-loader: Fix out of source build Signed-off-by