Mesa (master): vl/video_buffer: fix interlaced surface ordering

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 9f9628c72bb16d7d64c9b38671dff8eabd2e7681 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f9628c72bb16d7d64c9b38671dff8eabd2e7681 Author: Christian König Date: Thu Jan 26 15:30:53 2012 +0100 vl/video_buffer: fix interlaced surface ordering Signed-

Mesa (master): vl: add interlacing capabilities

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: f3f03c67e90f962f67e7b58b7c7baff3be251cb1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3f03c67e90f962f67e7b58b7c7baff3be251cb1 Author: Christian König Date: Wed Feb 1 23:38:45 2012 +0100 vl: add interlacing capabilities Let the driver control

Mesa (master): vl: add a simple weave deinterlacer

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 3841d3fd1358cd3ecbe71d173e52551420a07f4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3841d3fd1358cd3ecbe71d173e52551420a07f4e Author: Christian König Date: Mon Jan 23 21:28:34 2012 +0100 vl: add a simple weave deinterlacer Well it's not so sim

Mesa (master): vl/video_buffer: fix height of interlaced video buffers

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 4ccae0dfaaee5f773fb356d052e6605ea0d99c2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ccae0dfaaee5f773fb356d052e6605ea0d99c2c Author: Christian König Date: Mon Jan 30 17:51:53 2012 +0100 vl/video_buffer: fix height of interlaced video buffers

Mesa (master): st/vdpau: implement uploads to interlaced video buffers

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 8bfadc802f6c3c85de4c429b2a87d0bdb1705028 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bfadc802f6c3c85de4c429b2a87d0bdb1705028 Author: Christian König Date: Mon Jan 30 18:04:50 2012 +0100 st/vdpau: implement uploads to interlaced video buffers

Mesa (master): st/vdpau: use interlacing capabilities

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 8f54929c5d9a07a999cb0a55c406062fd8cdfb74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f54929c5d9a07a999cb0a55c406062fd8cdfb74 Author: Christian König Date: Wed Feb 1 23:50:34 2012 +0100 st/vdpau: use interlacing capabilities Recreate video bu

Mesa (master): st/xvmc: respect caps when creating video buffers

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 14f47d164d198e6aabce7348d9574c8253134708 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14f47d164d198e6aabce7348d9574c8253134708 Author: Christian König Date: Thu Feb 2 00:07:43 2012 +0100 st/xvmc: respect caps when creating video buffers Signed

Mesa (master): vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 8abbdb8865890e1a39ebbbfae38422014f80072a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8abbdb8865890e1a39ebbbfae38422014f80072a Author: Christian König Date: Wed Jan 25 13:34:07 2012 +0100 vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS Signed-off

Mesa (master): vl: remove assert on unknown video profile

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 3ac959492d27a8473256bb7a25135f44b5d1a0f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ac959492d27a8473256bb7a25135f44b5d1a0f4 Author: Christian König Date: Wed Feb 1 12:37:44 2012 +0100 vl: remove assert on unknown video profile It's perfectl

Mesa (master): vl: prefix size defines with VL_

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 70a7695b4d1bd3f609eb9f98dd6872f1a5b89762 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70a7695b4d1bd3f609eb9f98dd6872f1a5b89762 Author: Christian König Date: Wed Jan 25 11:53:00 2012 +0100 vl: prefix size defines with VL_ Signed-off-by: Christia

Mesa (master): vl: add VL_MAX_SURFACES define

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 900168284615e61e13b6511c655b29e9ddb025b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=900168284615e61e13b6511c655b29e9ddb025b3 Author: Christian König Date: Wed Jan 25 13:58:57 2012 +0100 vl: add VL_MAX_SURFACES define Signed-off-by: Christian

Mesa (master): dri: Don't build libdricommon.la if we don't need it

2012-02-06 Thread Jon TURNEY
Module: Mesa Branch: master Commit: ffc8494db556f9e95b4bcc3d3c49d7c48b4e2f41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffc8494db556f9e95b4bcc3d3c49d7c48b4e2f41 Author: Jon TURNEY Date: Thu Feb 2 10:39:04 2012 + dri: Don't build libdricommon.la if we don't need it Refine 8

Mesa (master): nv50: fix bad assertion on Elements(phi->src) in regalloc

2012-02-06 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 189e6c7e81ce35b89d9b52d4bd0d6271a7e9c10f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=189e6c7e81ce35b89d9b52d4bd0d6271a7e9c10f Author: Christoph Bumiller Date: Mon Feb 6 12:15:17 2012 +0100 nv50: fix bad assertion on Elements(phi->src) in regal

Mesa (master): st/vdpau: implement vlVdpOutputSurfaceQueryCapabilities

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 97349dfa798929e99a2b9fac3cf7192457de5459 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97349dfa798929e99a2b9fac3cf7192457de5459 Author: Christian König Date: Thu Feb 2 14:02:52 2012 +0100 st/vdpau: implement vlVdpOutputSurfaceQueryCapabilities

Mesa (master): st/vdpau: use dst surface size if clip width/height is zero

2012-02-06 Thread Christian König
Module: Mesa Branch: master Commit: 814be043fae0ed3498bbc4c8e8f07c2655c2438b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=814be043fae0ed3498bbc4c8e8f07c2655c2438b Author: Christian König Date: Thu Feb 2 17:10:58 2012 +0100 st/vdpau: use dst surface size if clip width/height is ze

Mesa (master): Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the server does

2012-02-06 Thread Jon TURNEY
Module: Mesa Branch: master Commit: 8937c166efaaae6e05d8c8cd30be220b577729b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8937c166efaaae6e05d8c8cd30be220b577729b8 Author: Jon TURNEY Date: Thu Sep 9 13:43:11 2010 +0100 Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same

Mesa (master): r600g: add support for common surface allocator for tiling v13

2012-02-06 Thread Jerome Glisse
Module: Mesa Branch: master Commit: c0c979eebc076b95cc8d18a013ce2968fe6311ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0c979eebc076b95cc8d18a013ce2968fe6311ad Author: Jerome Glisse Date: Mon Jan 30 17:22:13 2012 -0500 r600g: add support for common surface allocator for tiling

Mesa (master): util: fix typo in debug_printf_once comment

2012-02-06 Thread Brian Paul
Module: Mesa Branch: master Commit: 4ab8403c25695535bfabd139cac9bf7012f56eae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ab8403c25695535bfabd139cac9bf7012f56eae Author: Brian Paul Date: Mon Feb 6 17:56:43 2012 -0700 util: fix typo in debug_printf_once comment --- src/gallium

Mesa (master): mesa: support more format/type combos in _mesa_dump_image()

2012-02-06 Thread Brian Paul
Module: Mesa Branch: master Commit: aed51e3e6a90dd667bd9915817d16ba14a79720c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aed51e3e6a90dd667bd9915817d16ba14a79720c Author: Brian Paul Date: Mon Feb 6 17:56:43 2012 -0700 mesa: support more format/type combos in _mesa_dump_image() -