Mesa (master): glsl: add parens in shader_integer_mix() to silence compiler warning

2015-05-05 Thread Brian Paul
Module: Mesa Branch: master Commit: 0beaf1cd9a9a882b4f896dc1865622d72488ff31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0beaf1cd9a9a882b4f896dc1865622d72488ff31 Author: Brian Paul Date: Tue May 5 15:41:15 2015 -0600 glsl: add parens in shader_integer_mix() to silence compiler w

Mesa (master): st/mesa: fix st_NewPerfMonitor() declaration

2015-05-05 Thread Brian Paul
Module: Mesa Branch: master Commit: 062e2b06b2978efad2cc3ab61e2eda0af043 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=062e2b06b2978efad2cc3ab61e2eda0af043 Author: Brian Paul Date: Tue May 5 15:42:34 2015 -0600 st/mesa: fix st_NewPerfMonitor() declaration Was missing the

Mesa (master): st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10

2015-05-05 Thread Brian Paul
Module: Mesa Branch: master Commit: f7bdb2f3724808d6a280471847300abe192d4f5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7bdb2f3724808d6a280471847300abe192d4f5a Author: Brian Paul Date: Tue Apr 28 15:48:56 2015 -0600 st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10

Mesa (master): st/mesa: fix pipe_query_result result initializer

2015-05-05 Thread Brian Paul
Module: Mesa Branch: master Commit: 212f26bb6070d6a1ddb9513d32233614a993e1d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=212f26bb6070d6a1ddb9513d32233614a993e1d4 Author: Brian Paul Date: Tue May 5 15:49:56 2015 -0600 st/mesa: fix pipe_query_result result initializer Fixes MSVC

Mesa (master): nvc0: all queries use an unsigned 64-bits integer by default

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: cea910bc28d5647ae5a9f66abe0c9ef75ab1c69b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cea910bc28d5647ae5a9f66abe0c9ef75ab1c69b Author: Samuel Pitoiset Date: Tue Jul 8 14:23:01 2014 +0200 nvc0: all queries use an unsigned 64-bits integer by defa

Mesa (master): gallium: add new numeric types to pipe_query_result

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: d5b2832c1151337d37217a30bcb55d7f90dd1b47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5b2832c1151337d37217a30bcb55d7f90dd1b47 Author: Samuel Pitoiset Date: Wed Jul 9 13:00:37 2014 +0200 gallium: add new numeric types to pipe_query_result This

Mesa (master): gallium: add new fields to pipe_driver_query_info

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: b620829b5e4364e9d5ed30e8603de41087ff454f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b620829b5e4364e9d5ed30e8603de41087ff454f Author: Samuel Pitoiset Date: Fri Jul 4 11:41:46 2014 +0200 gallium: add new fields to pipe_driver_query_info Accord

Mesa (master): docs: mark GL_AMD_performance_monitor on nvc0 for the 10.6.0 release

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: 3a365df6657e1d7b54d82fe0bc58e76e44b4cb5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a365df6657e1d7b54d82fe0bc58e76e44b4cb5c Author: Samuel Pitoiset Date: Tue Jul 8 00:43:59 2014 +0200 docs: mark GL_AMD_performance_monitor on nvc0 for the 10.

Mesa (master): nvc0: define driver-specific query groups

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: ed7d3886cc25240ad92055b7813e038ba1a5e77c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed7d3886cc25240ad92055b7813e038ba1a5e77c Author: Samuel Pitoiset Date: Fri Jul 4 11:43:53 2014 +0200 nvc0: define driver-specific query groups This patch def

Mesa (master): gallium: make pipe_context::begin_query return a boolean

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: 96f164f6f047833091eb98a73aa80c31dc94f962 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96f164f6f047833091eb98a73aa80c31dc94f962 Author: Samuel Pitoiset Date: Sat Jul 5 12:46:03 2014 +0200 gallium: make pipe_context::begin_query return a boolean

Mesa (master): st/mesa: implement GL_AMD_performance_monitor

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: 4cd1cfb9831d4d4081cbe80b0d72b340c8fd0c2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cd1cfb9831d4d4081cbe80b0d72b340c8fd0c2c Author: Christoph Bumiller Date: Fri Jul 4 13:02:06 2014 +0200 st/mesa: implement GL_AMD_performance_monitor This is

Mesa (master): nvc0: make begin_query return false when all MP counters are used

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: 35a9286be67c0520093c521b7c9cc0ba25fa4cc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35a9286be67c0520093c521b7c9cc0ba25fa4cc2 Author: Samuel Pitoiset Date: Sat Jul 5 12:54:26 2014 +0200 nvc0: make begin_query return false when all MP counters

Mesa (master): gallium: replace pipe_driver_query_info:: max_value by a union

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: 546ec980f850fee067fd1dddad19a8dfd6b7e672 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=546ec980f850fee067fd1dddad19a8dfd6b7e672 Author: Samuel Pitoiset Date: Mon Jul 7 23:49:14 2014 +0200 gallium: replace pipe_driver_query_info::max_value by a u

Mesa (master): gallium: add pipe_screen::get_driver_query_group_info

2015-05-05 Thread Martin Peres
Module: Mesa Branch: master Commit: f137f5c691f5bd97a8b7f881f1f6837bff0ebc7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f137f5c691f5bd97a8b7f881f1f6837bff0ebc7a Author: Samuel Pitoiset Date: Fri Jul 4 11:24:02 2014 +0200 gallium: add pipe_screen::get_driver_query_group_info Dr

Mesa (master): mesa: fix shininess check for ffvertex_prog v2

2015-05-05 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ce01c0af70f2475fbbb1c3ab90d43a19047abc5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce01c0af70f2475fbbb1c3ab90d43a19047abc5c Author: Tim Rowley Date: Mon May 4 16:54:27 2015 -0500 mesa: fix shininess check for ffvertex_prog v2 Switch to usin

Mesa (master): i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7

2015-05-05 Thread Matt Turner
Module: Mesa Branch: master Commit: 24ecf37ac070bd3c49b8e1146abe47ab24134191 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24ecf37ac070bd3c49b8e1146abe47ab24134191 Author: Marius Predut Date: Thu Apr 23 18:41:29 2015 +0300 i965/aa: fixing anti-aliasing bug for thinnest width lines

Mesa (master): i965: Fix missing type in local variable declaration.

2015-05-05 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d376c3549b2d9c764d92e2c1e46b20e9c04223a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d376c3549b2d9c764d92e2c1e46b20e9c04223a4 Author: Kenneth Graunke Date: Tue May 5 11:46:56 2015 -0700 i965: Fix missing type in local variable declaration. Tr

Mesa (master): i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6

2015-05-05 Thread Matt Turner
Module: Mesa Branch: master Commit: a9b04d8a0d96922a49ac7eb1b91b3a376a959f64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9b04d8a0d96922a49ac7eb1b91b3a376a959f64 Author: Marius Predut Date: Thu Apr 23 18:41:14 2015 +0300 i965/aa: fixing anti-aliasing bug for thinnest width lines

Mesa (master): i965: Remove end-of-thread SEND alignment code.

2015-05-05 Thread Matt Turner
Module: Mesa Branch: master Commit: 6da2d7188866ddc8e461004dfae4332071ec3015 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6da2d7188866ddc8e461004dfae4332071ec3015 Author: Matt Turner Date: Tue Apr 21 14:45:19 2015 -0700 i965: Remove end-of-thread SEND alignment code. This was pre

Mesa (master): i965/vec4: Use same type for immediate, for compaction.

2015-05-05 Thread Matt Turner
Module: Mesa Branch: master Commit: 07b49f126a6b52b3b7dac8e332975d5f6ca9adfe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07b49f126a6b52b3b7dac8e332975d5f6ca9adfe Author: Matt Turner Date: Tue May 5 11:35:51 2015 -0700 i965/vec4: Use same type for immediate, for compaction. ---

Mesa (master): nir: add nir_array.h to the sources list

2015-05-05 Thread Emil Velikov
Module: Mesa Branch: master Commit: 8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc Author: Emil Velikov Date: Tue May 5 14:39:08 2015 +0100 nir: add nir_array.h to the sources list Otherwise `make di

Mesa (master): i965: Add XRGB8888 format to intel_screen_make_configs

2015-05-05 Thread Emil Velikov
Module: Mesa Branch: master Commit: 28090b30dd6b5977de085f48c620574214b6b4ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28090b30dd6b5977de085f48c620574214b6b4ba Author: Boyan Ding Date: Wed Mar 25 19:36:54 2015 +0800 i965: Add XRGB format to intel_screen_make_configs Some a

Mesa (master): glsl: don' t lower fragdata array if the output data types don't match

2015-05-05 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 08a4639e81f20954b2d78b0ff5bc268731372570 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08a4639e81f20954b2d78b0ff5bc268731372570 Author: Samuel Iglesias Gonsalvez Date: Mon Feb 9 10:36:36 2015 +0100 glsl: don't lower fragdata array if the output

Mesa (master): i965/skl: Align compressed textures to four times the block size

2015-05-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4ab8d59a23e0142239dad66155b1a7a149755325 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ab8d59a23e0142239dad66155b1a7a149755325 Author: Neil Roberts Date: Thu Feb 19 19:33:43 2015 + i965/skl: Align compressed textures to four times the block