Mesa (master): meta: Move loop variable declaration outside loop.

2014-01-21 Thread Vinson Lee
Module: Mesa Branch: master Commit: 6caf34b97e5d22f5910695e30941bea3d0bf2e46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6caf34b97e5d22f5910695e30941bea3d0bf2e46 Author: Vinson Lee Date: Tue Jan 21 22:46:39 2014 -0800 meta: Move loop variable declaration outside loop. Fixes MSVC

Mesa (master): i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPR

2014-01-21 Thread Topi Pohjolainen
Module: Mesa Branch: master Commit: 8b16b0255b3163acf2061e3c612efe689171 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b16b0255b3163acf2061e3c612efe689171 Author: Topi Pohjolainen Date: Tue Jan 21 11:33:58 2014 +0200 i965/blorp: use BRW_COMPRESSION_2NDHALF for second half

Mesa (master): i965/blorp: patch jump counters also for endif

2014-01-21 Thread Topi Pohjolainen
Module: Mesa Branch: master Commit: 89347dd61b7271bcca450332454253128eb10d4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89347dd61b7271bcca450332454253128eb10d4e Author: Topi Pohjolainen Date: Tue Jan 21 10:31:10 2014 +0200 i965/blorp: patch jump counters also for endif No known

Mesa (master): mesa: Make validate_shader_target() non-static.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 6ab2a6148a539a9e308ad4e017e5ed6b9658aa4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ab2a6148a539a9e308ad4e017e5ed6b9658aa4f Author: Paul Berry Date: Tue Jan 7 15:13:52 2014 -0800 mesa: Make validate_shader_target() non-static. Reviewed-by:

Mesa (master): glsl/linker: Refactor in preparation for adding more shader stages.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: cd18ba1c7aba66f2dd7cdbe2cf3b4a803c241d10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd18ba1c7aba66f2dd7cdbe2cf3b4a803c241d10 Author: Paul Berry Date: Tue Jan 7 08:56:57 2014 -0800 glsl/linker: Refactor in preparation for adding more shader st

Mesa (master): main: Allow ctx == NULL in _mesa_validate_shader_target().

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 020919b2ae76192f0f35c0901be0e1069a87b7f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=020919b2ae76192f0f35c0901be0e1069a87b7f2 Author: Paul Berry Date: Thu Jan 9 15:30:10 2014 -0800 main: Allow ctx == NULL in _mesa_validate_shader_target(). Th

Mesa (master): mesa: Remove ad-hoc arrays of gl_shader_program.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 5808c44bab52fdb58ad705e08e334c6f1acdd2ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5808c44bab52fdb58ad705e08e334c6f1acdd2ce Author: Paul Berry Date: Thu Jan 9 11:32:00 2014 -0800 mesa: Remove ad-hoc arrays of gl_shader_program. Now that we

Mesa (master): mesa: Change redundant code into loops in texstate.c.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 1032c33cb93f1e8839be0f743b81492c2ca87e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1032c33cb93f1e8839be0f743b81492c2ca87e39 Author: Paul Berry Date: Thu Jan 9 11:34:33 2014 -0800 mesa: Change redundant code into loops in texstate.c. This is

Mesa (master): mesa: Change redundant code into loops in shaderapi.c.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 6ac2e1e199ff02ad720495a64c0755fcae981671 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ac2e1e199ff02ad720495a64c0755fcae981671 Author: Paul Berry Date: Thu Jan 9 11:33:15 2014 -0800 mesa: Change redundant code into loops in shaderapi.c. This i

Mesa (master): mesa: use _mesa_validate_shader_target() more frequently.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 4a91675b262c8150c1542991e1018e924c72f337 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a91675b262c8150c1542991e1018e924c72f337 Author: Paul Berry Date: Tue Jan 7 15:19:07 2014 -0800 mesa: use _mesa_validate_shader_target() more frequently. Thi

Mesa (master): mesa: Replace ctx->Shader.Current{Vertex,Fragment, Geometry}Program with an array.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 3b22146dc714b6090f7423abbc4df53d7d1fdaa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b22146dc714b6090f7423abbc4df53d7d1fdaa9 Author: Paul Berry Date: Thu Jan 9 11:16:27 2014 -0800 mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Pro

Mesa (master): meta: Replace save_state::{Vertex,Geometry, Fragment}Shader with an array.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 69b258cb4636315b4c1aaaceeedd1eed8af98ba8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69b258cb4636315b4c1aaaceeedd1eed8af98ba8 Author: Paul Berry Date: Thu Jan 9 11:29:17 2014 -0800 meta: Replace save_state::{Vertex,Geometry,Fragment}Shader wit

Mesa (master): i965: Fix comments to refer to the new ctx-> Shader.CurrentProgram array.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: b4b70674eae940257b511912053edd19e4f19274 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4b70674eae940257b511912053edd19e4f19274 Author: Paul Berry Date: Thu Jan 9 11:28:20 2014 -0800 i965: Fix comments to refer to the new ctx->Shader.CurrentProg

Mesa (master): mesa: Replace _mesa_program_index_to_target with _mesa_shader_stage_to_program.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 46d210d38fc472d5454cef864c4299c52bb46c86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46d210d38fc472d5454cef864c4299c52bb46c86 Author: Paul Berry Date: Thu Jan 9 13:42:05 2014 -0800 mesa: Replace _mesa_program_index_to_target with _mesa_shader_

Mesa (master): mesa: Fold long lines introduced by the previous patch.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 1aef45578ced422df622a251fcce83bbe01d617e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aef45578ced422df622a251fcce83bbe01d617e Author: Paul Berry Date: Thu Jan 9 11:27:38 2014 -0800 mesa: Fold long lines introduced by the previous patch. Revie

Mesa (master): llvmpipe: dump geometry shaders when using LP_DEBUG=tgsi

2014-01-21 Thread Dave Airlie
Module: Mesa Branch: master Commit: 2212a97fe36f0d20c4c8dc1db1a3c7da08126f95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2212a97fe36f0d20c4c8dc1db1a3c7da08126f95 Author: Dave Airlie Date: Tue Jan 21 14:54:05 2014 +1000 llvmpipe: dump geometry shaders when using LP_DEBUG=tgsi for

Mesa (master): mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexStorage functions

2014-01-21 Thread Ian Romanick
Module: Mesa Branch: master Commit: 178c1bf1adef9e3871b1ec35da839fc04fe481cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=178c1bf1adef9e3871b1ec35da839fc04fe481cf Author: Ian Romanick Date: Wed Dec 18 14:43:19 2013 -0800 mesa: Generate GL_INVALID_OPERATION for unsupported DSA TexS

Mesa (master): mesa: Silence many unused parameter warnings

2014-01-21 Thread Ian Romanick
Module: Mesa Branch: master Commit: 17594dccfd625556f866dcac322fc65ad81e37f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17594dccfd625556f866dcac322fc65ad81e37f3 Author: Ian Romanick Date: Wed Dec 18 14:39:26 2013 -0800 mesa: Silence many unused parameter warnings main/texstorag

Mesa (master): i965: Add an option to ignore sample qualifier

2014-01-21 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 3313cc269bd428ca96a132d86da5fddc0f27386a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3313cc269bd428ca96a132d86da5fddc0f27386a Author: Anuj Phogat Date: Mon Jan 13 12:26:55 2014 -0800 i965: Add an option to ignore sample qualifier This will be

Mesa (master): i965: Use sample barycentric coordinates with per sample shading

2014-01-21 Thread Anuj Phogat
Module: Mesa Branch: master Commit: a92e5f7cf63d496ad7830b5cea4bbab287c25b8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a92e5f7cf63d496ad7830b5cea4bbab287c25b8e Author: Anuj Phogat Date: Mon Jan 6 13:59:18 2014 -0800 i965: Use sample barycentric coordinates with per sample shad

Mesa (master): i965: Ignore 'centroid' interpolation qualifier in case of persample shading

2014-01-21 Thread Anuj Phogat
Module: Mesa Branch: master Commit: f5cfb4ae21df8eebfc6b86c0ce858b1c0a9160dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5cfb4ae21df8eebfc6b86c0ce858b1c0a9160dd Author: Anuj Phogat Date: Wed Jan 15 10:23:02 2014 -0800 i965: Ignore 'centroid' interpolation qualifier in case of pe

Mesa (master): i965/fs: Print the maximum register pressure.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 413622fbefb63c54d331ce5d708479ab847e6709 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=413622fbefb63c54d331ce5d708479ab847e6709 Author: Matt Turner Date: Sat Dec 14 18:37:16 2013 -0800 i965/fs: Print the maximum register pressure. Reviewed-by: M

Mesa (master): glsl: Add parameter to .equals() to ignore an IR type.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 5e82d8a9da9eeab33e2819c2d90f1419e42cb33d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e82d8a9da9eeab33e2819c2d90f1419e42cb33d Author: Matt Turner Date: Wed Jan 1 16:52:32 2014 -0800 glsl: Add parameter to .equals() to ignore an IR type. Only

Mesa (master): i965/fs: Support coalescing registers of size > 1.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 4a7d0c550e28ae3d434da81c9029272d22fa315e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a7d0c550e28ae3d434da81c9029272d22fa315e Author: Matt Turner Date: Tue Dec 10 16:04:27 2013 -0800 i965/fs: Support coalescing registers of size > 1. total ins

Mesa (master): mesa: Add STRINGIFY macro.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 81d52419cfaf143d9f157a2eff148a940a05ca69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81d52419cfaf143d9f157a2eff148a940a05ca69 Author: Matt Turner Date: Tue Dec 10 16:21:16 2013 -0800 mesa: Add STRINGIFY macro. Reviewed-by: Jordan Justen ---

Mesa (master): i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 2dfb0671395c383caf360a5690756f77afef6663 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dfb0671395c383caf360a5690756f77afef6663 Author: Matt Turner Date: Tue Dec 10 16:22:56 2013 -0800 i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition. Re

Mesa (master): i965: Enable AOS optimizations for the geometry shader.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 13100ac142e935c422018d5152b27ce3564def08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13100ac142e935c422018d5152b27ce3564def08 Author: Matt Turner Date: Fri Jan 3 14:52:55 2014 -0800 i965: Enable AOS optimizations for the geometry shader. Revi

Mesa (master): i965: Print reg_offset for vgrf of size > 1 in dump_instruction().

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 71bc11a37508542662132b16a53acd5f541cd2b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71bc11a37508542662132b16a53acd5f541cd2b4 Author: Matt Turner Date: Wed Dec 4 15:01:16 2013 -0800 i965: Print reg_offset for vgrf of size > 1 in dump_instructi

Mesa (master): i965/fs: Optimize LRP with x == y into a MOV.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: bf0773aeca86669371d99eadb928c6dc92d5840a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf0773aeca86669371d99eadb928c6dc92d5840a Author: Matt Turner Date: Thu Jan 9 20:57:36 2014 -0800 i965/fs: Optimize LRP with x == y into a MOV. total instruct

Mesa (master): i965/fs: Calculate interference better in register_coalesce.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: ede6c341f686def647bf8ee4912e759b3d9933a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ede6c341f686def647bf8ee4912e759b3d9933a6 Author: Matt Turner Date: Sun Dec 15 15:39:29 2013 -0800 i965/fs: Calculate interference better in register_coalesce.

Mesa (master): glsl: Optimize open-coded lrp into lrp.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 8d37e9915a3b21b496269a39f677a80a6e02cb2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d37e9915a3b21b496269a39f677a80a6e02cb2c Author: Jordan Justen Date: Mon Nov 4 10:23:24 2013 -0800 glsl: Optimize open-coded lrp into lrp. total instructions

Mesa (master): i965/fs: Show register pressure in dump_instructions() output.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 391eaa59bd2b71078a28ff34dd3d4eed470653ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=391eaa59bd2b71078a28ff34dd3d4eed470653ee Author: Kenneth Graunke Date: Sun Aug 4 23:34:01 2013 -0700 i965/fs: Show register pressure in dump_instructions() ou

Mesa (master): mesa: rename PreferDP4 to OptimizeForAOS.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: ebf91993c18bdf90c4699b42e58cb84d0b160f25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebf91993c18bdf90c4699b42e58cb84d0b160f25 Author: Matt Turner Date: Fri Jan 3 14:48:53 2014 -0800 mesa: rename PreferDP4 to OptimizeForAOS. This flag was real

Mesa (master): i965/fs: Add a comment explaining how register coalescing works.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 9bb4d71fd2ff8ed24cb4d1485df1f1ff667bcb3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bb4d71fd2ff8ed24cb4d1485df1f1ff667bcb3c Author: Matt Turner Date: Tue Dec 10 16:05:19 2013 -0800 i965/fs: Add a comment explaining how register coalescing wor

Mesa (master): i965/fs: Assert that var < num_vars.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 78fa6172e11159a32fc5bb222965fd53eb39976e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78fa6172e11159a32fc5bb222965fd53eb39976e Author: Matt Turner Date: Sat Dec 7 16:22:08 2013 -0800 i965/fs: Assert that var < num_vars. Helped to track down a

Mesa (master): i965/fs: Fix the example about overwriting uniforms in SIMD16.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 80b949f16b3461c65273bb5d0e263dfffaab400e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80b949f16b3461c65273bb5d0e263dfffaab400e Author: Matt Turner Date: Sat Dec 7 12:59:59 2013 -0800 i965/fs: Fix the example about overwriting uniforms in SIMD16

Mesa (master): i965/fs: Call opt_peephole_sel later in the optimization loop.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 0ea600ef1ada70bc2280909d86abe29dfd3e8f73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ea600ef1ada70bc2280909d86abe29dfd3e8f73 Author: Matt Turner Date: Sun Dec 15 20:07:05 2013 -0800 i965/fs: Call opt_peephole_sel later in the optimization loop

Mesa (master): i965: Compute the number of live registers at each IP.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 3b74f4b2333704bc7dbe5714e1f2aa4d201669ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b74f4b2333704bc7dbe5714e1f2aa4d201669ee Author: Kenneth Graunke Date: Sun Aug 4 23:27:14 2013 -0700 i965: Compute the number of live registers at each IP. R

Mesa (master): mesa/x86: Remove dead read_rgba_span_x86.h.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 78d65476b69402dc1d82b35e7ba3047ef44d783a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78d65476b69402dc1d82b35e7ba3047ef44d783a Author: Matt Turner Date: Sat Jan 11 20:37:51 2014 -0800 mesa/x86: Remove dead read_rgba_span_x86.h. Dead since 304f7

Mesa (master): glsl: Vectorize multiple scalar assignments

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 4bd6e0d7c69b304be88996a6c2b96ce7d996e627 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4bd6e0d7c69b304be88996a6c2b96ce7d996e627 Author: Matt Turner Date: Sat Dec 21 11:28:05 2013 -0800 glsl: Vectorize multiple scalar assignments Reduces vertex s

Mesa (master): glsl: Extract function for record comparisons.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 41c9bf884ff266e9c2286002446ed2297838086f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41c9bf884ff266e9c2286002446ed2297838086f Author: Grigori Goronzy Date: Wed Nov 27 00:15:05 2013 +0100 glsl: Extract function for record comparisons. Reviewed-

Mesa (master): glsl: Match unnamed record types across stages.

2014-01-21 Thread Matt Turner
Module: Mesa Branch: master Commit: 955c93dc089f85fe52f4f34971ffcca43eb87310 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=955c93dc089f85fe52f4f34971ffcca43eb87310 Author: Grigori Goronzy Date: Wed Nov 27 00:15:06 2013 +0100 glsl: Match unnamed record types across stages. Unnamed

Mesa (master): svga: rename color output variables

2014-01-21 Thread Brian Paul
Module: Mesa Branch: master Commit: 384fd64ab1533df8256600733a1fc8413af3514a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=384fd64ab1533df8256600733a1fc8413af3514a Author: Brian Paul Date: Thu Jan 16 18:05:00 2014 -0800 svga: rename color output variables Just to be bit more reada

Mesa (master): docs: remove some ancient README.* files

2014-01-21 Thread Brian Paul
Module: Mesa Branch: master Commit: 6d8cf5181a09913eb856cfd2914d09a1644c26be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d8cf5181a09913eb856cfd2914d09a1644c26be Author: Brian Paul Date: Fri Jan 17 08:18:32 2014 -0800 docs: remove some ancient README.* files None of this info is

Mesa (master): svga: fix clearing for null color buffers

2014-01-21 Thread Brian Paul
Module: Mesa Branch: master Commit: f6bc7d658677cd7750575147a6c50d2b681b6e35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6bc7d658677cd7750575147a6c50d2b681b6e35 Author: Brian Paul Date: Thu Jan 16 18:01:57 2014 -0800 svga: fix clearing for null color buffers Fixes piglit "fbo-d

Mesa (master): svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS

2014-01-21 Thread Brian Paul
Module: Mesa Branch: master Commit: b9f68d927ea5e114b6019c807ce65674d9fa1d1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9f68d927ea5e114b6019c807ce65674d9fa1d1d Author: Brian Paul Date: Thu Jan 16 18:32:47 2014 -0800 svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS Fixe

Mesa (master): mesa: add missing TYPE_DOUBLEN_2 cases in get.c

2014-01-21 Thread Brian Paul
Module: Mesa Branch: master Commit: ff59b3d9ee3204a16d991087f71808e41054cc85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff59b3d9ee3204a16d991087f71808e41054cc85 Author: Brian Paul Date: Tue Jan 21 08:18:13 2014 -0800 mesa: add missing TYPE_DOUBLEN_2 cases in get.c The new TYPE_

Mesa (master): i965: Add GS support to INTEL_DEBUG=shader_time.

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: a4d68e9ee94cf4855a3240c3516279b4e7740268 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4d68e9ee94cf4855a3240c3516279b4e7740268 Author: Paul Berry Date: Fri Jan 17 14:42:48 2014 -0800 i965: Add GS support to INTEL_DEBUG=shader_time. Previously,

Mesa (master): i965: Modify some error messages to refer to "vec4" instead of "vs".

2014-01-21 Thread Paul Berry
Module: Mesa Branch: master Commit: 51000c2ff8a6b59b6dab51cbd63ef87ac6f2a317 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51000c2ff8a6b59b6dab51cbd63ef87ac6f2a317 Author: Paul Berry Date: Sat Mar 23 07:22:08 2013 -0700 i965: Modify some error messages to refer to "vec4" instead of

Mesa (master): draw: fix points with negative w coords for d3d style point clipping

2014-01-21 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: e23e4f67bed51a8dfd182eae6c7e8e23a7d2cb0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e23e4f67bed51a8dfd182eae6c7e8e23a7d2cb0e Author: Roland Scheidegger Date: Tue Jan 21 17:47:08 2014 +0100 draw: fix points with negative w coords for d3d style

Mesa (master): i965: Create a helper function for emitting PIPE_CONTROL flushes.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 9420b577ddeefe04c9812e9b62628e2f01be06cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9420b577ddeefe04c9812e9b62628e2f01be06cf Author: Kenneth Graunke Date: Wed Dec 11 14:44:45 2013 -0800 i965: Create a helper function for emitting PIPE_CONTROL

Mesa (master): i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f7e76e00b6d476ad045a70db34908cce31e767fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7e76e00b6d476ad045a70db34908cce31e767fa Author: Kenneth Graunke Date: Thu Dec 12 00:44:11 2013 -0800 i965: Re-combine the Gen4-5 and Gen6+ write_depth_count f

Mesa (master): i965: Use full-length PIPE_CONTROL packets for workaround writes.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 35458a99c0940ec29503fa02134ec3ed9de363f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35458a99c0940ec29503fa02134ec3ed9de363f9 Author: Kenneth Graunke Date: Wed Dec 11 15:25:58 2013 -0800 i965: Use full-length PIPE_CONTROL packets for workaround

Mesa (master): i965: Update blitter code for 48-bit addresses.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 94c0a11b199fb299ee1b2ea38154df5d5e621a64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94c0a11b199fb299ee1b2ea38154df5d5e621a64 Author: Kenneth Graunke Date: Sat Jan 12 16:12:38 2013 -0800 i965: Update blitter code for 48-bit addresses. v2: Reba

Mesa (master): i965: Reserve space for "Vertex Count" in GS outputs.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ad04e396faaddce926ee1146f0da12b30aee7b87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad04e396faaddce926ee1146f0da12b30aee7b87 Author: Kenneth Graunke Date: Tue Nov 5 16:55:06 2013 -0800 i965: Reserve space for "Vertex Count" in GS outputs. v2

Mesa (master): i965: Create a helper function for emitting PIPE_CONTROL writes.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f5dd608db2d6a67cfe27efed948408414a057fe3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5dd608db2d6a67cfe27efed948408414a057fe3 Author: Kenneth Graunke Date: Mon Jan 13 16:00:18 2014 -0800 i965: Create a helper function for emitting PIPE_CONTROL

Mesa (master): i965: Update PIPE_CONTROL packet lengths for Broadwell.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 23827756f3198054ba9c812b6294e5317871f223 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23827756f3198054ba9c812b6294e5317871f223 Author: Kenneth Graunke Date: Wed Dec 11 15:54:07 2013 -0800 i965: Update PIPE_CONTROL packet lengths for Broadwell.

Mesa (master): i965: Emit full-length PIPE_CONTROLs for (non-write) flushes.

2014-01-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 4b9e5c985c2d25c848c2c1e0d1ac1ef1124d8480 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b9e5c985c2d25c848c2c1e0d1ac1ef1124d8480 Author: Kenneth Graunke Date: Wed Dec 11 15:22:26 2013 -0800 i965: Emit full-length PIPE_CONTROLs for (non-write) flus