Mesa (master): mesa: Fix format specifier warning in mesa_DispatchComputeIndirect()

2015-09-30 Thread Jordan Justen
Module: Mesa Branch: master Commit: 83018f5c20a2a1b48f88704a25ebb8410b2f9c71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83018f5c20a2a1b48f88704a25ebb8410b2f9c71 Author: Rhys Kidd Date: Wed Sep 30 23:18:52 2015 +1000 mesa: Fix format specifier warning in

Mesa (master): i965/cs: Upload UBO/SSBO surfaces

2015-09-30 Thread Jordan Justen
Module: Mesa Branch: master Commit: 7b391142e9da6186221a9eb39977e487f079ef72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b391142e9da6186221a9eb39977e487f079ef72 Author: Jordan Justen Date: Tue Sep 29 17:04:03 2015 -0700 i965/cs: Upload UBO/SSBO

Mesa (master): util: use strnlen() in strndup() implementations

2015-09-30 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: f3afcbecc63ec565a0386cda554d145ca908367d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3afcbecc63ec565a0386cda554d145ca908367d Author: Samuel Iglesias Gonsalvez Date: Tue Sep 29 16:10:02 2015 +0200 util: use strnlen() in

Mesa (master): i965/vec4/nir: add nir_intrinsic_memory_barrier support

2015-09-30 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 023165a734b3bae52a449ad01bc1ea5ba4384ec1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=023165a734b3bae52a449ad01bc1ea5ba4384ec1 Author: Samuel Iglesias Gonsalvez Date: Tue Sep 15 11:16:29 2015 +0200 i965/vec4/nir: add

Mesa (master): glsl: assert base_alignment > 0 for records

2015-09-30 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: e21bb9e7bdea0f73809759d3c248048eedd79663 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e21bb9e7bdea0f73809759d3c248048eedd79663 Author: Samuel Iglesias Gonsalvez Date: Mon Sep 28 11:47:33 2015 +0200 glsl: assert

Mesa (master): glsl: apply shader storage block member rules when adding program resources

2015-09-30 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: f24e5e68d6bd640da2d9a3ae1cf7898ef9ed2fce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f24e5e68d6bd640da2d9a3ae1cf7898ef9ed2fce Author: Samuel Iglesias Gonsalvez Date: Wed Sep 16 15:47:34 2015 +0200 glsl: apply shader

Mesa (master): i965: Remove early release of DRI2 miptree

2015-09-30 Thread Martin Peres
Module: Mesa Branch: master Commit: 70e91d61fde239e8ae58148cacd4ff891126e2aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70e91d61fde239e8ae58148cacd4ff891126e2aa Author: Chris Wilson Date: Fri Aug 7 21:13:12 2015 +0100 i965: Remove early release of

Mesa (master): i965: Remove duplicate copy of is_scalar_shader_stage().

2015-09-30 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 651395b6e8332160023ecdddb45b03a313d26077 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=651395b6e8332160023ecdddb45b03a313d26077 Author: Kenneth Graunke Date: Wed Sep 30 09:13:08 2015 -0700 i965: Remove duplicate copy of

Mesa (master): i915: Remember to call intel_prepare_render() before blitting

2015-09-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: a1a3f0961b20907b6948959c1f224bb055bd4f3d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1a3f0961b20907b6948959c1f224bb055bd4f3d Author: Ville Syrjälä Date: Mon Mar 23 14:47:33 2015 +0200 i915: Remember to call

Mesa (master): i830: Fix collision between I830_UPLOAD_RASTER_RULES and I830_UPLOAD_TEX(0)

2015-09-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9504740f3e6698d860ac93310a33f51f01c10c4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9504740f3e6698d860ac93310a33f51f01c10c4f Author: Ville Syrjälä Date: Mon Mar 23 14:47:24 2015 +0200 i830: Fix collision between

Mesa (master): i915: Fix texcoord vs. varying collision in fragment programs

2015-09-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: c349031c27b7f66151f07d785625c585e10a92c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c349031c27b7f66151f07d785625c585e10a92c2 Author: Ville Syrjälä Date: Mon Mar 23 14:47:36 2015 +0200 i915: Fix texcoord vs.

Mesa (master): i965/miptree: Rename intel_miptree_map::mt -> ::linear_mt ( v2)

2015-09-30 Thread Chad Versace
Module: Mesa Branch: master Commit: 56367b0290919651e4c104b3e798cc5588272d3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56367b0290919651e4c104b3e798cc5588272d3c Author: Chad Versace Date: Fri Sep 25 09:52:26 2015 -0700 i965/miptree: Rename

Mesa (master): i965/miptree: Fix comments for map mode

2015-09-30 Thread Chad Versace
Module: Mesa Branch: master Commit: b7882ae6777d53b32f1625c6270cdc95e5b7b802 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7882ae6777d53b32f1625c6270cdc95e5b7b802 Author: Chad Versace Date: Fri Sep 25 09:46:19 2015 -0700 i965/miptree: Fix comments for map

Mesa (master): i965/miptree: Add PRM references for most struct members ( v2)

2015-09-30 Thread Chad Versace
Module: Mesa Branch: master Commit: b217e6f0351f185d7181712db2871611de2f89ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b217e6f0351f185d7181712db2871611de2f89ea Author: Chad Versace Date: Fri Sep 25 11:16:13 2015 -0700 i965/miptree: Add PRM references

Mesa (master): i965/miptree: More comments for BRW_MAP_DIRECT_BIT (v2)

2015-09-30 Thread Chad Versace
Module: Mesa Branch: master Commit: bd191b7cc614f0c74320fff09d84c2cfaa7b8fcd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd191b7cc614f0c74320fff09d84c2cfaa7b8fcd Author: Chad Versace Date: Fri Sep 25 09:44:22 2015 -0700 i965/miptree: More comments for

Mesa (master): i965/miptree: Rename align_w,align_h -> halign,valign

2015-09-30 Thread Chad Versace
Module: Mesa Branch: master Commit: f7fe9fb0f19196f74864e0b0f57ac61c066c9d10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7fe9fb0f19196f74864e0b0f57ac61c066c9d10 Author: Chad Versace Date: Fri Sep 25 10:04:48 2015 -0700 i965/miptree: Rename

Mesa (master): meta: Handle array textures in scaled MSAA blits

2015-09-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9bd9cf1fa402bf948020ee5d560259a5cfd2a739 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bd9cf1fa402bf948020ee5d560259a5cfd2a739 Author: Ian Romanick Date: Tue Sep 22 14:42:32 2015 -0700 meta: Handle array textures in

Mesa (master): mesa: use strtok_s for strtok_r on windows

2015-09-30 Thread Tapani Pälli
Module: Mesa Branch: master Commit: ca2e16d26ec46e604c76ab72d3ec14a7a8643cc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca2e16d26ec46e604c76ab72d3ec14a7a8643cc8 Author: Tapani Pälli Date: Wed Sep 30 20:38:13 2015 +0300 mesa: use strtok_s for strtok_r on

Mesa (master): i965: Get rid of prog_data compare functions

2015-09-30 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 3948ac19a40663bd00deb84518ac747daa5f401f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3948ac19a40663bd00deb84518ac747daa5f401f Author: Jason Ekstrand Date: Tue Sep 29 18:06:49 2015 -0700 i965: Get rid of prog_data

Mesa (master): i965/state_cache: Remove the aux_compare fields

2015-09-30 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: bfdc76c133bb9e91049824b7480f862f142e4195 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfdc76c133bb9e91049824b7480f862f142e4195 Author: Jason Ekstrand Date: Tue Sep 29 18:05:55 2015 -0700 i965/state_cache: Remove the

Mesa (master): i965/copy_image: Fix a copy+past error

2015-09-30 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a4734b34b3928ca6150b8d93f402da54ed69e6e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4734b34b3928ca6150b8d93f402da54ed69e6e7 Author: Jason Ekstrand Date: Mon Sep 28 16:57:27 2015 -0700 i965/copy_image: Fix a