Mesa (master): loader/dri3: add get_dri_screen() to the vtable

2016-10-07 Thread Martin Peres
Module: Mesa Branch: master Commit: 0247e5ee3edd546b8598082d5b45d110f61853d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0247e5ee3edd546b8598082d5b45d110f61853d0 Author: Martin Peres <martin.pe...@linux.intel.com> Date: Thu Oct 6 17:07:22 2016 +0300 loader/dri

Mesa (master): loader/dri3: import prime buffers in the currently-bound screen

2016-10-07 Thread Martin Peres
Module: Mesa Branch: master Commit: a599b1c2037ac8aca6c92350c8a7b3e42c81deaa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a599b1c2037ac8aca6c92350c8a7b3e42c81deaa Author: Martin Peres <martin.pe...@linux.intel.com> Date: Thu Oct 6 17:10:35 2016 +0300 loader/dri3: import

Mesa (master): egl/x11: Implement dri3 support with loader's dri3 helper

2015-11-17 Thread Martin Peres
upport with loader's dri3 helper v2: From Martin Peres - Tell we are compiling the dri3 backend in configure.ac - Update the Makefile.am - get rid of the LIBDRM_HAS_RENDERNODE_SUPPORT macro - fix some warnings related to EGLuint64KHR to int64_t conversions - use dri2_get_dri_config to get the __DRI

Mesa (master): egl/x11_dri3: Implement EGL_KHR_image_pixmap

2015-11-17 Thread Martin Peres
lement EGL_KHR_image_pixmap v2: from Martin Peres - Replace a tab with spaces v3: from Martin Peres - disable EGL_KHR_image_pixmap when is_different_gpu is set (Axel Davy) Signed-off-by: Boyan Ding <boyan.j.d...@gmail.com> Reviewed-by: Martin Peres <martin.pe...@linux.intel.com> Reviewed-by: Kr

Mesa (master): egl_dri2: Add a function to let platform code return dri drawable from _EGLSurface

2015-11-17 Thread Martin Peres
awable by its own (although the current platforms use the same function). v2: From Martin Peres - convert to the new drawable interface (Kristian) Signed-off-by: Boyan Ding <boyan.j.d...@gmail.com> Signed-off-by: Martin Peres <martin.pe...@linux.intel.com> Reviewed-by: Kr

Mesa (master): egl: make it clear which platform x11 backend is being used (dri2 or 3)

2015-11-17 Thread Martin Peres
Module: Mesa Branch: master Commit: 4518eea065df5c6877b996738ed425c292e3b144 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4518eea065df5c6877b996738ed425c292e3b144 Author: Martin Peres <martin.pe...@linux.intel.com> Date: Fri Oct 30 17:16:35 2015 +0200 egl: make it clear

Mesa (master): glx/dri3: Convert to use dri3 helper in loader library

2015-11-17 Thread Martin Peres
helper in loader library v2: From Martin Peres - convert to the new drawable interface - delete dead code after the dropping of some vfuncs - delete the width and height attributes since they are found in the helper Signed-off-by: Boyan Ding <boyan.j.d...@gmail.com> Signed-off-by:

Mesa (master): loader/dri3: Expose function to create __DRIimage from pixmap

2015-11-17 Thread Martin Peres
nction to create __DRIimage from pixmap Used to support EGL_KHR_image_pixmap. Signed-off-by: Boyan Ding <boyan.j.d...@gmail.com> Reviewed-by: Martin Peres <martin.pe...@linux.intel.com> Reviewed-by: Kristian Høgsberg <k...@bitplanet.net> Reviewed-by: Emil Velikov <emil.veli...@collabo

Mesa (master): loader: Add dri3 helper

2015-11-17 Thread Martin Peres
: From Martin Peres - Try to fit in the 80-col limit as much as possible v3: From Martin Peres - introduce loader_dri3_helper.la to avoid dragging the xcb dep everywhere (Kristian & Emil) - get rid of the width, height, dri_screen and is_different_gpu vfuncs (Kristian) - replace the crea

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

2015-09-30 Thread Martin Peres
result in the rendering going astray, to a stale buffer, and not shown on the screen, but it allows us to issue a warning and not crash much later in innocent code.) Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86281 Reviewed-by: Martin Pere

Mesa (master): i965: allow image_size on float images

2015-08-21 Thread Martin Peres
Module: Mesa Branch: master Commit: f142e64b2938ab3ebc42fd40436a1de74e3ed2e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f142e64b2938ab3ebc42fd40436a1de74e3ed2e2 Author: Martin Peres martin.pe...@linux.intel.com Date: Fri Aug 21 16:25:14 2015 +0300 i965: allow image_size on float

Mesa (master): nir: convert the glsl intrinsic image_size to nir_intrinsic_image_size

2015-08-20 Thread Martin Peres
Module: Mesa Branch: master Commit: 80b1707e26734ac9c957cfc876ab5893f1749c74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80b1707e26734ac9c957cfc876ab5893f1749c74 Author: Martin Peres martin.pe...@linux.intel.com Date: Tue Aug 11 17:42:12 2015 +0300 nir: convert the glsl intrinsic

Mesa (master): glsl: add support for the imageSize builtin

2015-08-20 Thread Martin Peres
Module: Mesa Branch: master Commit: 58a8689717a5965919934d1b4b44b4eef0a6bf64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58a8689717a5965919934d1b4b44b4eef0a6bf64 Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Apr 27 19:25:34 2015 +0300 glsl: add support

Mesa (master): i965: handle nir_intrinsic_image_size

2015-08-20 Thread Martin Peres
Module: Mesa Branch: master Commit: 50db9c1db645c1a4d5777d2cacfd7ac74ebbe544 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50db9c1db645c1a4d5777d2cacfd7ac74ebbe544 Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Apr 29 12:39:16 2015 +0300 i965: handle

Mesa (master): main: add extension GL_ARB_shader_image_size

2015-08-20 Thread Martin Peres
Module: Mesa Branch: master Commit: 3d93f65ef2dbecbf615ee8041d92354ae660d71b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d93f65ef2dbecbf615ee8041d92354ae660d71b Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Apr 27 20:05:14 2015 +0300 main: add extension

Mesa (master): i965: enable GL_ARB_shader_image_size

2015-08-20 Thread Martin Peres
Module: Mesa Branch: master Commit: e5851cff45169f4e635299da4ed5b41aeb0d2f83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5851cff45169f4e635299da4ed5b41aeb0d2f83 Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Apr 29 12:42:16 2015 +0300 i965: enable

Mesa (master): i965: Fix handle nir_intrinsic_image_size

2015-08-20 Thread Martin Peres
Module: Mesa Branch: master Commit: 56ebd3314bfc5895fab47586fc8cda024aac4fd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56ebd3314bfc5895fab47586fc8cda024aac4fd8 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Aug 20 15:15:56 2015 +0300 i965: Fix handle

Mesa (master): nvc0: create screen fence objects with coherent attribute

2015-07-01 Thread Martin Peres
behavior on x86 should not be affected by this patch. Also bump the required libdrm version to 2.4.62, which introduced this flag. Signed-off-by: Alexandre Courbot acour...@nvidia.com Reviewed-by: Martin Peres martin.pe...@free.fr --- configure.ac |2 +- src

Mesa (master): mesa: helper function for scissor box of gl_framebuffer

2015-06-17 Thread Martin Peres
Module: Mesa Branch: master Commit: 51f4b51151cb08988b5de466f3c2348876784cc5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51f4b51151cb08988b5de466f3c2348876784cc5 Author: Kevin Rogovin kevin.rogo...@intel.com Date: Wed Jun 17 13:29:54 2015 +0300 mesa: helper function for scissor

Mesa (master): mesa: set override_version per api version override

2015-06-16 Thread Martin Peres
jordan.l.jus...@intel.com Reviewed-by: Martin Peres martin.pe...@linux.intel.com Tested-by: Martin Peres martin.pe...@linux.intel.com --- src/mesa/main/version.c | 38 -- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/src/mesa/main/version.c b/src

Mesa (master): glsl: fix constructing a vector from a matrix

2015-06-11 Thread Martin Peres
Module: Mesa Branch: master Commit: 5b61cb12366f65a5d7e21b47fa3501a03fd884ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b61cb12366f65a5d7e21b47fa3501a03fd884ee Author: Martin Peres martin.pe...@linux.intel.com Date: Tue May 26 15:32:21 2015 +0300 glsl: fix constructing a vector

Mesa (master): main/version: make sure all the output variables get set in get_gl_override

2015-06-08 Thread Martin Peres
Module: Mesa Branch: master Commit: 184e4de3a126fa21945fe59f68b8a29977919fc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=184e4de3a126fa21945fe59f68b8a29977919fc4 Author: Martin Peres martin.pe...@linux.intel.com Date: Fri Jun 5 15:03:19 2015 +0300 main/version: make sure all

Mesa (master): softpipe/query: force parenthesis around a logical not

2015-06-08 Thread Martin Peres
Module: Mesa Branch: master Commit: 8614b9e489e65bb672ab16053d30ce8708856214 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8614b9e489e65bb672ab16053d30ce8708856214 Author: Martin Peres martin.pe...@linux.intel.com Date: Fri Jun 5 15:19:01 2015 +0300 softpipe/query: force

Mesa (master): mesa: reference built-in uniforms into gl_uniform_storage

2015-06-04 Thread Martin Peres
Module: Mesa Branch: master Commit: 87a4bc511811327a00f9bbc1b6870b7fa46675f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87a4bc511811327a00f9bbc1b6870b7fa46675f7 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu May 21 15:51:09 2015 +0300 mesa: reference built

Mesa (master): main: fix a regression in uniform handling introduced by 87a4bc5

2015-06-04 Thread Martin Peres
Module: Mesa Branch: master Commit: 71e94578779e4344066d434004fd85ca493de552 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71e94578779e4344066d434004fd85ca493de552 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Jun 4 14:09:31 2015 +0300 main: fix a regression

Mesa (master): docs: document the LIBGL_DRI3_DISABLE environment variable

2015-05-08 Thread Martin Peres
Module: Mesa Branch: master Commit: e4b297360780740599afdc93f61bd8be425f0d75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4b297360780740599afdc93f61bd8be425f0d75 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu May 7 16:57:48 2015 +0300 docs: document

Mesa (master): glx: report which DRI version is used when in verbose debug mode

2015-05-07 Thread Martin Peres
Module: Mesa Branch: master Commit: cedd5008dad7750835cc4a4a318afc82fe351eac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cedd5008dad7750835cc4a4a318afc82fe351eac Author: Martin Peres martin.pe...@linux.intel.com Date: Wed May 6 13:31:30 2015 +0300 glx: report which DRI version

Mesa (master): main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()

2015-05-06 Thread Martin Peres
Module: Mesa Branch: master Commit: 9891fc329b2d43c8433bec6d715b6b1684ea31c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9891fc329b2d43c8433bec6d715b6b1684ea31c5 Author: Martin Peres martin.pe...@linux.intel.com Date: Mon May 4 16:59:54 2015 +0300 main/queryobj: add

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

2015-05-05 Thread Martin Peres
::begin_query return a boolean GL_AMD_performance_monitor must return an error when a monitoring session cannot be started. Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Marek Olšák marek.ol...@amd.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/drivers

Mesa (master): st/mesa: implement GL_AMD_performance_monitor

2015-05-05 Thread Martin Peres
expose GPU counters - get rid of the ring buffer of queries v4: - add a debug message when the maximum number of counters has been reached Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/mesa/Makefile.sources

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

2015-05-05 Thread Martin Peres
to pipe_query_result This will be used by GL_AMD_performance_monitor. Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Marek Olšák marek.ol...@amd.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/include/pipe/p_defines.h |8 1 file changed, 8

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

2015-05-05 Thread Martin Peres
incorrect query type for radeon and svga drivers Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/auxiliary/hud/hud_driver_query.c |4 +++- src/gallium/drivers/nouveau/nvc0/nvc0_query.c |6 ++ src/gallium/drivers

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

2015-05-05 Thread Martin Peres
GL_AMD_performance_monitor on nvc0 for the 10.6.0 release Other drivers which want to enable this extension must expose groups of GPU hardware performance counters. Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Martin Peres martin.pe...@free.fr --- docs/relnotes/10.6.0.html |1 + 1 file

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

2015-05-05 Thread Martin Peres
query groups This patch defines Driver statistics and MP counters groups, but only the latter will be exposed through GL_AMD_performance_monitor. Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/drivers/nouveau/nvc0

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

2015-05-05 Thread Martin Peres
an unsigned 64-bits integer by default Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Ilia Mirkin imir...@alum.mit.edu Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/drivers/nouveau/nvc0/nvc0_query.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions

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

2015-05-05 Thread Martin Peres
. This will be used by GL_AMD_performance monitor. v2: add group type (CPU/GPU) Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/docs/source/screen.rst | 10 ++ src/gallium/include/pipe/p_defines.h | 14

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

2015-05-05 Thread Martin Peres
false when all MP counters are used Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com Reviewed-by: Ilia Mirkin imir...@alum.mit.edu Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/drivers/nouveau/nvc0/nvc0_query.c | 13 - 1 file changed, 8 insertions(+), 5

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

2015-05-05 Thread Martin Peres
pipe_driver_query_info::max_value by a union This allows queries to return different numeric types. Signed-off-by: Samuel Pitoiset samuel.pitoiset at gmail.com Reviewed-by: Marek Olšák marek.ol...@amd.com Reviewed-by: Martin Peres martin.pe...@free.fr --- src/gallium/auxiliary/hud/hud_driver_query.c

Mesa (master): docs/GL3: started adding support for shader_image_size

2015-04-27 Thread Martin Peres
Module: Mesa Branch: master Commit: 9ea38ee96d483a1bc5b525f5452216f454f450ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ea38ee96d483a1bc5b525f5452216f454f450ab Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Apr 27 10:13:49 2015 +0300 docs/GL3: started adding

Mesa (master): mesa/fbo: do not assign a value that is never read later on

2015-04-01 Thread Martin Peres
Module: Mesa Branch: master Commit: fa3832155100850da8346faa64c3cb30c4e86e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa3832155100850da8346faa64c3cb30c4e86e39 Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Mar 25 16:28:03 2015 +0200 mesa/fbo: do not assign a value

Mesa (master): mesa/fbo: lock ctx-Shared- Mutex when allocating renderbuffers

2015-04-01 Thread Martin Peres
Module: Mesa Branch: master Commit: 59af7ed28cd1b44b525a7d6a324c4e00092104b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59af7ed28cd1b44b525a7d6a324c4e00092104b6 Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Mar 30 10:34:20 2015 +0300 mesa/fbo: lock ctx-Shared-Mutex

Mesa (master): main: Added entry point for glCreateQueries

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: c3c1ed874e57b439e856a3eec735181b3221730e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3c1ed874e57b439e856a3eec735181b3221730e Author: Martin Peres martin.pe...@linux.intel.com Date: Tue Feb 10 17:13:06 2015 +0200 main: Added entry point

Mesa (master): main: Added entry points for NamedRenderbufferStorage/ Multisample

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: bf11c195a59a3d545d91917f503dcee81d48ab09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf11c195a59a3d545d91917f503dcee81d48ab09 Author: Martin Peres martin.pe...@linux.intel.com Date: Fri Feb 13 15:35:48 2015 +0200 main: Added entry points

Mesa (master): main: Added entry points for glGetQueryBufferObject*

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 19e6efc0ad0e937bd89c00967d06f54d987810bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19e6efc0ad0e937bd89c00967d06f54d987810bc Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Feb 16 12:20:19 2015 +0200 main: Added entry points

Mesa (master): main: Added entry point for glCreateRenderbuffers

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: a34669b96166ffe839168bc8effc60aba9aa4178 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a34669b96166ffe839168bc8effc60aba9aa4178 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Feb 12 18:52:10 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glCreateSamplers

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73a9d0fbe5a6d2d9e8ef98531bf662343dcc1abe Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Feb 12 13:12:19 2015 +0200 main: Added entry point

Mesa (master): docs: Update progress on ARB_direct_state_access.

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 31a30fb342624658f9ab3f9febd06c59b3a3d2c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31a30fb342624658f9ab3f9febd06c59b3a3d2c8 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Mar 19 19:44:56 2015 +0200 docs: Update progress

Mesa (master): main: Added entry point for glCreateTransformFeedbacks

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: c86cb2da255216524974eb1c92caa1ecb378e32e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c86cb2da255216524974eb1c92caa1ecb378e32e Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Jan 14 18:17:21 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glTransformFeedbackBufferBase

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: a5d165afed8dae34f0b4f281fc1c390d019e9b97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5d165afed8dae34f0b4f281fc1c390d019e9b97 Author: Martin Peres martin.pe...@linux.intel.com Date: Tue Jan 20 16:30:32 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glGetTransformFeedbacki_v

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 8799ecddb680f908b719df531dfe740e056ccb77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8799ecddb680f908b719df531dfe740e056ccb77 Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Feb 16 16:13:59 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glTransformFeedbackBufferRange

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 296d82376e5d31961c02f6669f2012eb7bf4439d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=296d82376e5d31961c02f6669f2012eb7bf4439d Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Jan 21 12:22:11 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glGetTransformFeedbacki64_v

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 6ead10d08f0a4e0ccc699437ed424a0019c07ef8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ead10d08f0a4e0ccc699437ed424a0019c07ef8 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Jan 22 16:55:29 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glCreateProgramPipelines

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: b09f2ee8f7b76f30a75eec61ea8225a434365d49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b09f2ee8f7b76f30a75eec61ea8225a434365d49 Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Feb 11 18:12:21 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glGetTransformFeedbackiv

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: e59d2434a075176ebc94438f81d742e222da3e82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e59d2434a075176ebc94438f81d742e222da3e82 Author: Martin Peres martin.pe...@linux.intel.com Date: Mon Feb 16 16:13:58 2015 +0200 main: Added entry point

Mesa (master): main: Added entry point for glGetNamedRenderbufferParameteriv

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 245e5c4813eb30e32bd61a08ae32ee278b09d1cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=245e5c4813eb30e32bd61a08ae32ee278b09d1cf Author: Martin Peres martin.pe...@linux.intel.com Date: Fri Feb 13 15:46:55 2015 +0200 main: Added entry point

Mesa (master): main: replace tabs by 8 spaces in fbobject.c

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: 7bd8b48084971b1e0d852136e5436776e8ffb044 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bd8b48084971b1e0d852136e5436776e8ffb044 Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Feb 12 17:54:43 2015 +0200 main: replace tabs by 8 spaces

Mesa (master): main: replace tabs by 8 spaces in bufferobj.c

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: cd0763b78f041167ba7c33f3c766f8082d3343e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd0763b78f041167ba7c33f3c766f8082d3343e1 Author: Martin Peres martin.pe...@linux.intel.com Date: Wed Feb 11 11:21:56 2015 +0200 main: replace tabs by 8 spaces

Mesa (master): main: fix the validation of the number of samples

2015-03-25 Thread Martin Peres
Module: Mesa Branch: master Commit: fc76fac4199f06e26d6c9b4fbb87b85f802b06f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc76fac4199f06e26d6c9b4fbb87b85f802b06f3 Author: Martin Peres martin.pe...@linux.intel.com Date: Fri Feb 13 18:14:15 2015 +0200 main: fix the validation

Mesa (master): docs: update GL3.txt to state my current work on the dsa extension

2015-02-12 Thread Martin Peres
Module: Mesa Branch: master Commit: 9f7efa78a8912505dcebdb587edc504663538e3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7efa78a8912505dcebdb587edc504663538e3c Author: Martin Peres martin.pe...@linux.intel.com Date: Thu Feb 12 11:24:37 2015 +0200 docs: update GL3.txt to state