Mesa (master): mesa: Add ARB_arrays_of_arrays

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 72288e0c7b7ec769da71fbaf124ec4ee8be7577b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72288e0c7b7ec769da71fbaf124ec4ee8be7577b Author: Timothy Arceri Date: Thu Jan 23 23:15:29 2014 +1100 mesa: Add ARB_arrays_of_arrays Signed-off-by: Timothy Arc

Mesa (master): glsl: remove remaining is_array variables

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b0c64d3cc6d1d3a64c86a5b2cd748b4178bff350 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0c64d3cc6d1d3a64c86a5b2cd748b4178bff350 Author: Timothy Arceri Date: Thu Jan 23 23:22:01 2014 +1100 glsl: remove remaining is_array variables Previously the

Mesa (master): glsl: create type name for arrays of arrays

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 61a584609936940f69207dd520b5b4208810a9e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61a584609936940f69207dd520b5b4208810a9e7 Author: Timothy Arceri Date: Thu Jan 23 23:21:02 2014 +1100 glsl: create type name for arrays of arrays We need to in

Mesa (master): docs: Mark ARB_arrays_of_arrays as started

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 815e064fb653c6f00fc6a0f1dd58d75ff085e20d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=815e064fb653c6f00fc6a0f1dd58d75ff085e20d Author: Timothy Arceri Date: Thu Jan 23 23:24:45 2014 +1100 docs: Mark ARB_arrays_of_arrays as started Signed-off-by:

Mesa (master): glsl: Allow arrays of arrays as input to vertex shader

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3d492f19f6e1a50a645cfa3b04d64808d44af5e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d492f19f6e1a50a645cfa3b04d64808d44af5e3 Author: Timothy Arceri Date: Thu Jan 23 23:20:25 2014 +1100 glsl: Allow arrays of arrays as input to vertex shader Si

Mesa (master): glsl: only call mark_max_array if we are assigning an

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3dc932d45048843d83b0f0207043d713f7bceb3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dc932d45048843d83b0f0207043d713f7bceb3c Author: Timothy Arceri Date: Thu Jan 23 23:19:54 2014 +1100 glsl: only call mark_max_array if we are assigning an arr

Mesa (master): glsl: Add ARB_arrays_of_arrays support to yacc definition and ast

2014-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: bfb48750f08223fdf1c2d7bf4db1bba5a1088a7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfb48750f08223fdf1c2d7bf4db1bba5a1088a7c Author: Timothy Arceri Date: Thu Jan 23 23:16:41 2014 +1100 glsl: Add ARB_arrays_of_arrays support to yacc definition

Mesa (master): egl: Use C11 thread abstractions.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: f298720cbcf311804e9f4479d27ad06e1b932007 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f298720cbcf311804e9f4479d27ad06e1b932007 Author: José Fonseca Date: Fri Apr 26 08:04:17 2013 +0100 egl: Use C11 thread abstractions. Reviewed-by: Brian Paul

Mesa (master): mapi: Use C11 thread abstractions.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 54876afcf0624c1ef25c1995cfc3b10fbfab1ba0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54876afcf0624c1ef25c1995cfc3b10fbfab1ba0 Author: José Fonseca Date: Fri Apr 26 08:04:06 2013 +0100 mapi: Use C11 thread abstractions. Reviewed-by: Brian Paul

Mesa (master): c11: Update docs/ license.html and include verbatim copy of Boost license.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 799f30f3854a30569bb356d1640c0e3f11de0be2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=799f30f3854a30569bb356d1640c0e3f11de0be2 Author: José Fonseca Date: Thu Jan 23 10:49:57 2014 + c11: Update docs/license.html and include verbatim copy of B

Mesa (master): os: Remove pipe_static_condvar.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 349f0a94aeaded3125d5c7f31ae2092f1b4a5727 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=349f0a94aeaded3125d5c7f31ae2092f1b4a5727 Author: José Fonseca Date: Tue Mar 12 11:54:58 2013 + os: Remove pipe_static_condvar. Never used. Reviewed-by: B

Mesa (master): c11: Import threads.h emulation library.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: ecaa81bd9648131e01f9ad4fd9d185370df8e872 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecaa81bd9648131e01f9ad4fd9d185370df8e872 Author: José Fonseca Date: Tue Mar 12 10:37:46 2013 + c11: Import threads.h emulation library. Implementation is

Mesa (master): gallium: Use C11 thread abstractions.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: fd33a6bcd7f1271e80332379131e82e00fe10586 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd33a6bcd7f1271e80332379131e82e00fe10586 Author: José Fonseca Date: Fri Apr 26 08:03:33 2013 +0100 gallium: Use C11 thread abstractions. Note that PIPE_ROUTIN

Mesa (master): radeon: Adding missing stdio.h include.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 6b6fdb6aa998520e2026b993e658b6d9d7b2210f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b6fdb6aa998520e2026b993e658b6d9d7b2210f Author: José Fonseca Date: Thu Jan 23 13:23:43 2014 + radeon: Adding missing stdio.h include. Became apparent wit

Mesa (master): mapi: Prevent cast from pointer to integer of different size.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: ab5dc45b2fb7447dcb4f48b3f83f75e271eca9b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab5dc45b2fb7447dcb4f48b3f83f75e271eca9b6 Author: José Fonseca Date: Thu Jan 23 13:21:52 2014 + mapi: Prevent cast from pointer to integer of different size

Mesa (master): os/os_thread: Revert pipe_barrier pre-processing logic.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: fa75cc4b896ea16efb43c01f0e220a97773c3a2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa75cc4b896ea16efb43c01f0e220a97773c3a2e Author: José Fonseca Date: Thu Jan 23 13:44:10 2014 + os/os_thread: Revert pipe_barrier pre-processing logic. Whi

Mesa (master): c11: Fix missing pthread_mutex_timedlock declaration warnings on MacOSX.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: cd978ce26ae9ca70a1667601e0611e43ca512bc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd978ce26ae9ca70a1667601e0611e43ca512bc9 Author: José Fonseca Date: Thu Jan 23 13:42:38 2014 + c11: Fix missing pthread_mutex_timedlock declaration warning

Mesa (master): radeon: More missing stdio.h includes.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: ab6f9fccd4f90949ee21e5f5e90cdf152815304b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab6f9fccd4f90949ee21e5f5e90cdf152815304b Author: José Fonseca Date: Thu Jan 23 14:20:20 2014 + radeon: More missing stdio.h includes. --- src/gallium/dr

Mesa (master): mesa: add missing ETC2_SRGB cases in formats.c

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 91567b83bfd8979389f66635c50f36714a08a3f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91567b83bfd8979389f66635c50f36714a08a3f5 Author: Brian Paul Date: Tue Jan 21 16:08:18 2014 -0800 mesa: add missing ETC2_SRGB cases in formats.c In the _mesa_g

Mesa (master): mesa: fix/add some cases in _mesa_get_linear_internalformat ()

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: b98fa6fe6ff10f0f210d44ea411c4ee7429ab2b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b98fa6fe6ff10f0f210d44ea411c4ee7429ab2b3 Author: Brian Paul Date: Tue Jan 21 16:09:10 2014 -0800 mesa: fix/add some cases in _mesa_get_linear_internalformat()

Mesa (master): glsl: silence a couple warnings in find_active_atomic_counters()

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 1f2007429e0874539c8360482f0720d78963c69c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f2007429e0874539c8360482f0720d78963c69c Author: Brian Paul Date: Wed Jan 22 10:03:15 2014 -0800 glsl: silence a couple warnings in find_active_atomic_counters

Mesa (master): mesa: rename unbind_texobj_from_imgunits()

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 35ddd2cc5d1b25d9ca7f2473f4523791e37ed385 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35ddd2cc5d1b25d9ca7f2473f4523791e37ed385 Author: Brian Paul Date: Wed Jan 22 11:32:28 2014 -0700 mesa: rename unbind_texobj_from_imgunits() ... to unbind_texo

Mesa (master): svga: rename shader_result -> variant

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 2a30379dcdb9f643d97ba48811fddf90484a84f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a30379dcdb9f643d97ba48811fddf90484a84f2 Author: Brian Paul Date: Sat Jan 18 03:45:41 2014 -0800 svga: rename shader_result -> variant To be more consisten wi

Mesa (master): mesa: initialize "is_layered" variable to silence warning

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 5306ee736ebcce0c1cf899589c2344acdedc2162 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5306ee736ebcce0c1cf899589c2344acdedc2162 Author: Brian Paul Date: Wed Jan 22 10:02:28 2014 -0800 mesa: initialize "is_layered" variable to silence warning Rev

Mesa (master): svga: whitespace, formatting fixes in svga_state_framebuffer.c

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: f12954e1cbb9750814e2d73e8f8435719bff9528 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f12954e1cbb9750814e2d73e8f8435719bff9528 Author: Brian Paul Date: Sat Jan 18 05:57:32 2014 -0800 svga: whitespace, formatting fixes in svga_state_framebuffer.c

Mesa (master): svga: minor code movement in svga_tgsi_insn.c

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: a15eb1967671f9c2f58d22c5ef8f4b53806f9597 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a15eb1967671f9c2f58d22c5ef8f4b53806f9597 Author: Brian Paul Date: Sat Jan 18 05:08:49 2014 -0800 svga: minor code movement in svga_tgsi_insn.c Reviewed-by: Jo

Mesa (master): svga: assorted cleanups in shader code

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: fe043ae554aae87843ef2aa4b75bc0fc000e842a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe043ae554aae87843ef2aa4b75bc0fc000e842a Author: Brian Paul Date: Sat Jan 18 03:53:27 2014 -0800 svga: assorted cleanups in shader code Reviewed-by: José Fons

Mesa (master): svga: simplify common immediate value construction

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 56b876ecd0c2d1958314671fcfdfa6a959c74137 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56b876ecd0c2d1958314671fcfdfa6a959c74137 Author: Brian Paul Date: Sat Jan 18 04:53:43 2014 -0800 svga: simplify common immediate value construction Use some n

Mesa (master): svga: add comments, etc to svga_tgsi_insn.c code

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 023020d740b4fb5da2b9f344d97d1c151e7bbb90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=023020d740b4fb5da2b9f344d97d1c151e7bbb90 Author: Brian Paul Date: Sat Jan 18 04:28:47 2014 -0800 svga: add comments, etc to svga_tgsi_insn.c code To make thin

Mesa (master): mesa: whitespace fixes in glformats.c

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 1a441805781382067e92cd9f3b324f23164c3024 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a441805781382067e92cd9f3b324f23164c3024 Author: Brian Paul Date: Thu Jan 23 08:29:54 2014 -0700 mesa: whitespace fixes in glformats.c Reindent _mesa_get_nong

Mesa (master): draw: Save original driver functions earlier.

2014-01-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 840154dc5002f7291aa2ece5322be7c2e40d9b6d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=840154dc5002f7291aa2ece5322be7c2e40d9b6d Author: José Fonseca Date: Wed Jun 20 14:25:46 2012 +0100 draw: Save original driver functions earlier. Otherwise the

Mesa (master): radeon / r200: Fix 'empty body' warning

2014-01-23 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5b4c12972c338d65b13d98740557eaa63c4a49ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b4c12972c338d65b13d98740557eaa63c4a49ec Author: Ian Romanick Date: Mon Jan 20 10:56:13 2014 -0800 radeon / r200: Fix 'empty body' warning radeon_common.c: In

Mesa (master): radeon / r200: Remove unused 'dostate' parameter

2014-01-23 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2d5fd2069031de9324a135b51a369617667223e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d5fd2069031de9324a135b51a369617667223e4 Author: Ian Romanick Date: Mon Jan 20 11:08:36 2014 -0800 radeon / r200: Remove unused 'dostate' parameter This param

Mesa (master): mesa: Set gl_constants::MinMapBufferAlignment

2014-01-23 Thread Ian Romanick
Module: Mesa Branch: master Commit: e4fcae0755d8a369b657f2ada22815ea77312fbe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4fcae0755d8a369b657f2ada22815ea77312fbe Author: Ian Romanick Date: Wed Jan 22 08:28:49 2014 -0800 mesa: Set gl_constants::MinMapBufferAlignment Leaving it se

Mesa (master): radeon / r200: Fix incompatible pointer type warning

2014-01-23 Thread Ian Romanick
Module: Mesa Branch: master Commit: b790bed21e332cfe0b999dfa9988ae5168557a0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b790bed21e332cfe0b999dfa9988ae5168557a0c Author: Ian Romanick Date: Mon Jan 20 10:41:31 2014 -0800 radeon / r200: Fix incompatible pointer type warning When p

Mesa (master): radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE

2014-01-23 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7a0f26dec9aad75834d3314d5e306d49729b37f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a0f26dec9aad75834d3314d5e306d49729b37f1 Author: Ian Romanick Date: Mon Jan 20 11:16:26 2014 -0800 radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE Sed job:

Mesa (master): driconf: Synchronize po files

2014-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 822b4315b7eb9d7659d7954416ffe441fd364730 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=822b4315b7eb9d7659d7954416ffe441fd364730 Author: Alex Henrie Date: Wed Jan 15 10:41:46 2014 -0700 driconf: Synchronize po files See the instructions in Makefi

Mesa (master): driconf: Correct and update Spanish translations

2014-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 84529a5ddb214961d0a743c68a4b8e13fb7ab34b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84529a5ddb214961d0a743c68a4b8e13fb7ab34b Author: Alex Henrie Date: Wed Jan 15 10:42:05 2014 -0700 driconf: Correct and update Spanish translations Reviewed-by

Mesa (master): driconf: Add Catalan translations

2014-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: d5e5367e8992c2e5322d35fba8d86c33a0db6825 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5e5367e8992c2e5322d35fba8d86c33a0db6825 Author: Alex Henrie Date: Wed Jan 15 10:42:23 2014 -0700 driconf: Add Catalan translations See the instructions in Ma

Mesa (master): glx: link loader util lib only when building with dri3

2014-01-23 Thread Emil Velikov
Module: Mesa Branch: master Commit: c6b6916b9a6506e65b0cdaa6f56c27c645cc710d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6b6916b9a6506e65b0cdaa6f56c27c645cc710d Author: Emil Velikov Date: Wed Jan 22 00:42:30 2014 + glx: link loader util lib only when building with dri3 Othe

Mesa (master): svga: fix PS output register setup regression

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 349efdbba141dc64a2b8f6beb481b9f3d7da6d7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=349efdbba141dc64a2b8f6beb481b9f3d7da6d7d Author: Brian Paul Date: Thu Jan 23 09:36:57 2014 -0700 svga: fix PS output register setup regression Fixes glean fra

Mesa (master): st/mesa: fix glReadBuffer(GL_NONE) segfault

2014-01-23 Thread Brian Paul
Module: Mesa Branch: master Commit: f7c118ffbfdafaccd4ec05d4a040d07e120c5090 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7c118ffbfdafaccd4ec05d4a040d07e120c5090 Author: Brian Paul Date: Thu Jan 23 09:47:34 2014 -0700 st/mesa: fix glReadBuffer(GL_NONE) segfault Bugzilla: https:/

Mesa (master): gles2: Update gl2ext.h to revision 24614.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: d519ebb34cd21cfc13987f2038d7a2ec353a5cfd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d519ebb34cd21cfc13987f2038d7a2ec353a5cfd Author: Matt Turner Date: Wed Jan 22 14:12:14 2014 -0800 gles2: Update gl2ext.h to revision 24614. Reviewed-by: Anuj

Mesa (master): glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: 66ef8feb4df2780e06c92c43b6523623aaa1b2eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66ef8feb4df2780e06c92c43b6523623aaa1b2eb Author: Matt Turner Date: Fri Jan 17 14:32:19 2014 -0800 glcpp: Define GL_EXT_shader_integer_mix in both GL and ES. C

Mesa (master): glsl: Disable ARB_texture_rectangle in shader version 100.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: c907595ba77a0c74b18b6908f71fafc3c08e2886 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c907595ba77a0c74b18b6908f71fafc3c08e2886 Author: Anuj Phogat Date: Fri Jan 17 12:23:05 2014 -0800 glsl: Disable ARB_texture_rectangle in shader version 100. O

Mesa (master): gles2: Update gl2.h to revision 24614.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: 117d8ce27b7929c42f46f818ac038580877b3086 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=117d8ce27b7929c42f46f818ac038580877b3086 Author: Matt Turner Date: Wed Jan 22 14:12:13 2014 -0800 gles2: Update gl2.h to revision 24614. Reviewed-by: Anuj Pho

Mesa (master): glsl: Mark GLSL 4.40 as a known version.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: e0648015e96e6b484aa75cd6da1f0a506afb1636 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0648015e96e6b484aa75cd6da1f0a506afb1636 Author: Matt Turner Date: Fri Jan 17 12:20:08 2014 -0800 glsl: Mark GLSL 4.40 as a known version. Reviewed-by: Ian Ro

Mesa (master): glcpp: Set extension defines after resolving the GLSL version.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: b2d1c579bb84a88179072a6a783f8827e218db55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2d1c579bb84a88179072a6a783f8827e218db55 Author: Matt Turner Date: Fri Jan 17 14:22:49 2014 -0800 glcpp: Set extension defines after resolving the GLSL version

Mesa (master): gles3: Update gl3.h to revision 24614.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: 00c672086c31f94dd96609fa976300781f53792e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00c672086c31f94dd96609fa976300781f53792e Author: Matt Turner Date: Wed Jan 22 14:12:15 2014 -0800 gles3: Update gl3.h to revision 24614. Reviewed-by: Anuj Pho

Mesa (master): glcpp: Remove unused gl_api bits.

2014-01-23 Thread Matt Turner
Module: Mesa Branch: master Commit: 73c3c7e37d973cac8a2da7f9c5bf97c25e24e88c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73c3c7e37d973cac8a2da7f9c5bf97c25e24e88c Author: Matt Turner Date: Fri Jan 17 14:24:01 2014 -0800 glcpp: Remove unused gl_api bits. Reviewed-by: Ian Romanick