Mesa (master): glsl: add forgotten textureOffset function for sampler2DArrayShadow

2016-04-20 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 0295db2a8ba9ceccffc0195e93e2657103c3c233 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0295db2a8ba9ceccffc0195e93e2657103c3c233 Author: Roland Scheidegger Date: Tue Apr 19 02:21:35 2016 +0200 glsl: add forgotten textureOffset

Mesa (master): i965: Generalize wm_key->compute_sample_id to wm_key-> multisample_fbo.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 81407531e0b8d2e6a7f9c39cb44ed6a72dc61e77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81407531e0b8d2e6a7f9c39cb44ed6a72dc61e77 Author: Kenneth Graunke Date: Tue Apr 5 19:35:46 2016 -0700 i965: Generalize

Mesa (master): i965: Fix interpolateAtSample() on single sampled buffers.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d8c8f4203f8bb18152af0d0c120f3582a93c07c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8c8f4203f8bb18152af0d0c120f3582a93c07c2 Author: Kenneth Graunke Date: Tue Apr 5 22:32:45 2016 -0700 i965: Fix interpolateAtSample()

Mesa (master): i965: Fix gl_SampleMaskIn[] in per-sample shading mode.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 447d3eec6a869200612e5010f47335cb26789a3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=447d3eec6a869200612e5010f47335cb26789a3a Author: Kenneth Graunke Date: Tue Apr 5 20:14:22 2016 -0700 i965: Fix gl_SampleMaskIn[] in

Mesa (master): i965: Delete now dead persample_2x FS program key flag.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: de0a46a040cf1aa83d5b262064b00bd601c09437 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de0a46a040cf1aa83d5b262064b00bd601c09437 Author: Kenneth Graunke Date: Tue Apr 5 19:33:04 2016 -0700 i965: Delete now dead

Mesa (master): i965: Flip key->compute_sample_id check.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 528255b0b1498d22c820cecc5d75591d25ddb375 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=528255b0b1498d22c820cecc5d75591d25ddb375 Author: Kenneth Graunke Date: Mon Apr 18 18:11:01 2016 -0700 i965: Flip key->compute_sample_id

Mesa (master): i965: Only enable oMask output when there' s a multisample FBO.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 66a725570c9f93ab0341e9479390c9d042d7cd00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66a725570c9f93ab0341e9479390c9d042d7cd00 Author: Kenneth Graunke Date: Tue Apr 5 02:09:08 2016 -0700 i965: Only enable oMask output

Mesa (master): i965: Simplify gl_SampleID setup on Gen8+.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 57118a19da932b4b5756021a0d75e91f42a68d99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57118a19da932b4b5756021a0d75e91f42a68d99 Author: Kenneth Graunke Date: Tue Apr 5 19:29:36 2016 -0700 i965: Simplify gl_SampleID setup

Mesa (master): st/mesa: Use correct size for compute CAPs.

2016-04-20 Thread Bas Nieuwenhuizen
Module: Mesa Branch: master Commit: 43ed1f73f8bb351b6eaec66875c51f2bad9db4eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43ed1f73f8bb351b6eaec66875c51f2bad9db4eb Author: Bas Nieuwenhuizen Date: Wed Apr 20 15:31:22 2016 +0200 st/mesa: Use correct size

Mesa (master): i965: Properly handle integer types in opt_vector_float().

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 60a17d071825da4a06303cb699e4417edaaa6386 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60a17d071825da4a06303cb699e4417edaaa6386 Author: Kenneth Graunke Date: Wed Apr 13 16:58:10 2016 -0700 i965: Properly handle integer

Mesa (master): i965: Rework opt_vector_float() control flow.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 9967561158acd94edff0fa93ceaf4bc527e271ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9967561158acd94edff0fa93ceaf4bc527e271ed Author: Kenneth Graunke Date: Wed Apr 13 15:56:07 2016 -0700 i965: Rework opt_vector_float()

Mesa (master): i965: Make opt_vector_float() only handle non-type-conversion MOVs.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 1aa28f3509b033e0f86510a6d4c7993fca650b3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aa28f3509b033e0f86510a6d4c7993fca650b3b Author: Kenneth Graunke Date: Wed Apr 13 16:39:54 2016 -0700 i965: Make opt_vector_float()

Mesa (master): i965: Fold vectorize_mov() back into the one caller.

2016-04-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 2a25a5142bd78b22cc9ada41b8988bb282c2a7ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a25a5142bd78b22cc9ada41b8988bb282c2a7ac Author: Kenneth Graunke Date: Wed Apr 13 16:04:04 2016 -0700 i965: Fold vectorize_mov() back

Demos (master): eglinfo: Restore eglTerminate

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 9dea5043431ca8b9680c74198bd5a05aa5b17c2b URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=9dea5043431ca8b9680c74198bd5a05aa5b17c2b Author: Adam Jackson Date: Wed Apr 20 16:53:30 2016 -0400 eglinfo: Restore eglTerminate

Mesa (master): anv/gen8_cmd_buffer: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a48f8340d95eaf468c5f79bead0c1dad9d1cb6b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a48f8340d95eaf468c5f79bead0c1dad9d1cb6b4 Author: Jason Ekstrand Date: Mon Apr 18 16:08:49 2016 -0700 anv/gen8_cmd_buffer: Use the

Mesa (master): anv: s/anv_batch_emit_blk/anv_batch_emit/

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 50018522d2f2e1deb91710d63e0985c0b3dc8818 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50018522d2f2e1deb91710d63e0985c0b3dc8818 Author: Jason Ekstrand Date: Mon Apr 18 17:03:00 2016 -0700 anv:

Mesa (master): anv/cmd_buffer: Use the new emit macro for DRAWING_RECTANGLE

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: db25e1eec5231f18b103364ab9aee77d05a378f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db25e1eec5231f18b103364ab9aee77d05a378f7 Author: Jason Ekstrand Date: Mon Apr 18 15:14:47 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE commands

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 1d4d6852b469c5e726137953ce47d2ee6ed60bda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d4d6852b469c5e726137953ce47d2ee6ed60bda Author: Jason Ekstrand Date: Mon Apr 18 14:27:29 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv/device: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: cae2f14947be97a5b99848da03af5a3a4acfa8fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cae2f14947be97a5b99848da03af5a3a4acfa8fa Author: Jason Ekstrand Date: Mon Apr 18 15:32:29 2016 -0700 anv/device: Use the new emit

Mesa (master): anv/state: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 932c3535920359830e9665e879095d36416668f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=932c3535920359830e9665e879095d36416668f9 Author: Jason Ekstrand Date: Mon Apr 18 15:24:59 2016 -0700 anv/state: Use the new emit

Mesa (master): anv: Add a new block-based batch emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 64ad2d3bcd9bcbb49ef3840446f560e0f11a1f70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64ad2d3bcd9bcbb49ef3840446f560e0f11a1f70 Author: Jason Ekstrand Date: Mon Apr 18 14:25:03 2016 -0700 anv: Add a new block-based

Mesa (master): anv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANT

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 06fc7fa6842a5b36ed2a16d5a7ca72e516d5b245 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06fc7fa6842a5b36ed2a16d5a7ca72e516d5b245 Author: Jason Ekstrand Date: Mon Apr 18 14:55:10 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv/genX_pipeline: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: dba3727bea3df8c3d6529109474b0ee7fcead731 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dba3727bea3df8c3d6529109474b0ee7fcead731 Author: Jason Ekstrand Date: Mon Apr 18 15:29:42 2016 -0700 anv/genX_pipeline: Use the new

Mesa (master): anv/gen8_pipeline: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9e9f3f4e71e763ad71c4572377380f42e54f542f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e9f3f4e71e763ad71c4572377380f42e54f542f Author: Jason Ekstrand Date: Mon Apr 18 15:53:14 2016 -0700 anv/gen8_pipeline: Use the new

Mesa (master): anv/gen7_cmd_buffer: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 744e133431203145225c475264ae8a4d8ec8f7d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=744e133431203145225c475264ae8a4d8ec8f7d9 Author: Jason Ekstrand Date: Mon Apr 18 16:33:46 2016 -0700 anv/gen7_cmd_buffer: Use the

Mesa (master): anv/cmd_buffer: Use the new emit macro for DEPTH/ STENCIL_BUFFER

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a71ded0e1847d9d20c11de2fbaea271724170dc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a71ded0e1847d9d20c11de2fbaea271724170dc8 Author: Jason Ekstrand Date: Mon Apr 18 14:48:33 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv/cmd_buffer: Use the new emit macro for PIPE_CONTROL and STATE_BASE_ADDRESS

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 56453eeaff92fdd39cc0818afd96a373899d58f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56453eeaff92fdd39cc0818afd96a373899d58f8 Author: Jason Ekstrand Date: Mon Apr 18 14:41:06 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv/cmd_buffer: Use the new emit macro for compute shader dispatch

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: deb13870d8a8e107efb636618ccb94edff0f60bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deb13870d8a8e107efb636618ccb94edff0f60bf Author: Jason Ekstrand Date: Mon Apr 18 15:11:43 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv/gen7_pipeline: Use the new emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 86c52bc757fe83b49d0ad2623ba449f6bcaac3e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86c52bc757fe83b49d0ad2623ba449f6bcaac3e7 Author: Jason Ekstrand Date: Mon Apr 18 16:51:12 2016 -0700 anv/gen7_pipeline: Use the new

Mesa (master): anv/cmd_buffer: Use the new emit macro for quaries

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 8a6ced83e9e936c4c29854148940025c20cd831e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a6ced83e9e936c4c29854148940025c20cd831e Author: Jason Ekstrand Date: Mon Apr 18 15:20:06 2016 -0700 anv/cmd_buffer: Use the new

Mesa (master): anv: Remove the old emit macro

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 0a45395902134a4541be68c0522dbb623f32f765 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a45395902134a4541be68c0522dbb623f32f765 Author: Jason Ekstrand Date: Mon Apr 18 16:53:11 2016 -0700 anv: Remove the old emit macro

Mesa (master): gk110/ir: do not overwrite def value with zero for EXCH ops

2016-04-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 17a37c78fc16505f717a44aa22551285d1cd8c9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17a37c78fc16505f717a44aa22551285d1cd8c9e Author: Samuel Pitoiset Date: Wed Apr 20 19:47:37 2016 +0200 gk110/ir: do not overwrite

Mesa (master): gk110/ir: make use of IMUL32I for all immediates

2016-04-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: d30768025a2283d4cc57930b784798bf278969da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d30768025a2283d4cc57930b784798bf278969da Author: Samuel Pitoiset Date: Wed Apr 20 19:06:24 2016 +0200 gk110/ir: make use of IMUL32I

Demos (master): eglinfo: Factor out a "probe one display" function

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: f091f8a2c98a87f9681e802c72ba692b927eb9e7 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=f091f8a2c98a87f9681e802c72ba692b927eb9e7 Author: Adam Jackson Date: Tue Apr 19 16:15:10 2016 -0400 eglinfo: Factor out a "probe one

Demos (master): eglinfo: Print client extensions first

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 4997dc713a5da95d6a70f626f1f7b27eb858d16a URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=4997dc713a5da95d6a70f626f1f7b27eb858d16a Author: Adam Jackson Date: Tue Apr 19 16:04:07 2016 -0400 eglinfo: Print client extensions first

Demos (master): eglinfo: Add EXT_platform_* awareness

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 7a0f0310a9b5129465a2e8ab6f2c4ea1a8e98f40 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=7a0f0310a9b5129465a2e8ab6f2c4ea1a8e98f40 Author: Adam Jackson Date: Tue Apr 19 16:40:03 2016 -0400 eglinfo: Add EXT_platform_* awareness

Demos (master): eglinfo: Note when an EGLConfig is streams-compatible

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 7bb5775189fbcdf0ddb62f72f00a69c635270a08 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=7bb5775189fbcdf0ddb62f72f00a69c635270a08 Author: Adam Jackson Date: Tue Apr 19 15:30:41 2016 -0400 eglinfo: Note when an EGLConfig is

Mesa (master): anv: fix build without Wayland platform

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 3caf2e89aa1711e80db80d2056e0a44663d9c7d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3caf2e89aa1711e80db80d2056e0a44663d9c7d2 Author: Marcin Ślusarz Date: Sat Apr 16 22:48:09 2016 +0200 anv: fix build without Wayland

Mesa (master): anv: fix building on i686 with -mcpu=generic

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 6c952d8ac7fd57d32170492adaca9c135edd8936 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c952d8ac7fd57d32170492adaca9c135edd8936 Author: Laurent Carlier Date: Sat Apr 16 21:50:39 2016 +0200 anv: fix building on i686 with

Mesa (master): spirv: Trivially handle the NonWriteable decoration

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 2ef7aef3224cabf70edb409ef0d44b77eedc46ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ef7aef3224cabf70edb409ef0d44b77eedc46ac Author: Jason Ekstrand Date: Wed Apr 20 10:32:59 2016 -0700 spirv: Trivially handle the

Mesa (master): nir: rename nir_foreach_block*() to nir_foreach_block*_call ()

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: b6dc940ec273252678d40707d300851fa1c85ea5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6dc940ec273252678d40707d300851fa1c85ea5 Author: Connor Abbott Date: Wed Apr 13 16:25:34 2016 -0400 nir: rename nir_foreach_block*() to

Mesa (master): nir: rename nir_foreach_block*() to nir_foreach_block*_call ()

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f1a9d9de904f8d7765040aa9f30ce1fe5efaa4f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1a9d9de904f8d7765040aa9f30ce1fe5efaa4f2 Author: Connor Abbott Date: Wed Apr 13 16:25:34 2016 -0400 nir: rename nir_foreach_block*() to

Mesa (master): nvc0: avoid tex read fault from compute shaders on GK110

2016-04-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 7143068296aaca8c5af3469c013a7c2a850aee84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7143068296aaca8c5af3469c013a7c2a850aee84 Author: Samuel Pitoiset Date: Sun Apr 10 22:08:34 2016 +0200 nvc0: avoid tex read fault

Mesa (master): anv/apply_dynamic_offsets: Provide a range on the load_uniform

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f63a95080f240bed9cea3619f4ab43e8dc87292c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f63a95080f240bed9cea3619f4ab43e8dc87292c Author: Jason Ekstrand Date: Mon Apr 18 17:55:21 2016 -0700 anv/apply_dynamic_offsets:

Mesa (master): anv/lower_push_constants: Stop treating scalar specially

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 35b758c378900b2c611050e782ca8100fbcc671d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35b758c378900b2c611050e782ca8100fbcc671d Author: Jason Ekstrand Date: Mon Apr 18 17:17:31 2016 -0700 anv/lower_push_constants: Stop

Mesa (master): i965/vec4: Always split uniforms in array_access_to_pull_constants

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 87a4fb516eeebd6be0441db5aeffc705f16bef86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87a4fb516eeebd6be0441db5aeffc705f16bef86 Author: Jason Ekstrand Date: Mon Apr 18 18:57:07 2016 -0700 i965/vec4: Always split

Mesa (master): i965/vec4: Use the correct offset for the swizzle shift in push constants

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: b3f43822c72301c904fd2824ae3edcd20ea93a29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3f43822c72301c904fd2824ae3edcd20ea93a29 Author: Jason Ekstrand Date: Mon Apr 18 18:52:36 2016 -0700 i965/vec4: Use the correct

Mesa (master): i965/vec4: Use nir_intrinsic_base in the load_uniform implementation

2016-04-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9f16e170fed09821bb1b18a9dbe548f3d26b7977 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f16e170fed09821bb1b18a9dbe548f3d26b7977 Author: Jason Ekstrand Date: Mon Apr 18 18:51:50 2016 -0700 i965/vec4: Use

Mesa (master): swr: fix resource backed constant buffers

2016-04-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 3bbe8a09eaf95548313db13b4e56dbdd35d2755e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bbe8a09eaf95548313db13b4e56dbdd35d2755e Author: Tim Rowley Date: Mon Apr 18 18:10:39 2016 -0500 swr: fix resource backed constant

Mesa (master): nouveau: codegen: Add support for OpenCL global memory buffers

2016-04-20 Thread Hans de Goede
Module: Mesa Branch: master Commit: 2ac2ecdd6c407e6d731474572193326844571f5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ac2ecdd6c407e6d731474572193326844571f5e Author: Hans de Goede Date: Mon Mar 14 13:57:07 2016 +0100 nouveau: codegen: Add support for

Mesa (master): scons: Build dri_common_interop.c.

2016-04-20 Thread Jose Fonseca
Module: Mesa Branch: master Commit: f02f4d09cebe6a5f73331e75e0484865f605e108 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f02f4d09cebe6a5f73331e75e0484865f605e108 Author: Jose Fonseca Date: Wed Apr 20 12:41:24 2016 +0100 scons: Build dri_common_interop.c.

Mesa (master): dri_interface: add interface for GL interop with other APIs (v2)

2016-04-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 5e9ed261ed8ec211ba9bf5aa58d50078304583ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e9ed261ed8ec211ba9bf5aa58d50078304583ff Author: Marek Olšák Date: Mon Feb 29 23:19:18 2016 +0100 dri_interface: add interface for GL

Mesa (master): st/dri: implement the GL interop DRI extension (v2.2)

2016-04-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4fa3d35cc52bc49fd0e2c3e7976d428885bc94ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fa3d35cc52bc49fd0e2c3e7976d428885bc94ba Author: Marek Olšák Date: Mon Feb 29 23:25:59 2016 +0100 st/dri: implement the GL interop DRI

Mesa (master): include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop (v4.2)

2016-04-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 6eeb729490a7880f8dc17de855d205a7cce5f28c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6eeb729490a7880f8dc17de855d205a7cce5f28c Author: Marek Olšák Date: Fri Feb 26 21:21:31 2016 +0100 include/GL: add mesa_glinterop.h for

Mesa (master): egl: implement EGL part of interop interface (v2)

2016-04-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: b6eda708431b91a3b568da0efac845c08cb36796 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6eda708431b91a3b568da0efac845c08cb36796 Author: Marek Olšák Date: Thu Mar 3 15:59:48 2016 +0100 egl: implement EGL part of interop

Mesa (master): glx: implement GLX part of interop interface (v2)

2016-04-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 37d3a26bd620703f63673101f4093d13fb97ddef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37d3a26bd620703f63673101f4093d13fb97ddef Author: Marek Olšák Date: Thu Mar 3 18:43:53 2016 +0100 glx: implement GLX part of interop

Mesa (master): st/dri: Fix RGB565 EGLImage creation

2016-04-20 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 8093990ef4a65c4ba69c79263a508df0ddbecae6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8093990ef4a65c4ba69c79263a508df0ddbecae6 Author: Nicolas Dufresne Date: Sat Apr 16 20:49:44 2016 -0400 st/dri: Fix RGB565

Mesa (master): st/dri: Factor out DRI2 to PIPE_FORMAT conversion

2016-04-20 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 4463f38766061bd058dc668e0ac2820a4cba79e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4463f38766061bd058dc668e0ac2820a4cba79e7 Author: Nicolas Dufresne Date: Sat Apr 16 20:49:43 2016 -0400 st/dri: Factor out DRI2