Mesa (master): st/mesa: fix accum buffer allocation in st_renderbuffer_alloc_storage()

2011-11-22 Thread Brian Paul
Module: Mesa Branch: master Commit: c87d1a3c3d24924f8af082e47c18a6d535419089 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c87d1a3c3d24924f8af082e47c18a6d535419089 Author: Brian Paul bri...@vmware.com Date: Mon Nov 21 13:59:35 2011 -0700 st/mesa: fix accum buffer allocation in

Mesa (master): i915g: implement RGBX and BGRX render targets

2011-11-22 Thread Daniel Vetter
Module: Mesa Branch: master Commit: 1f3c5eae5c4be582e50c2d4d7950424d86059c45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f3c5eae5c4be582e50c2d4d7950424d86059c45 Author: Vasily Khoruzhick anars...@gmail.com Date: Tue Nov 22 19:04:04 2011 +0300 i915g: implement RGBX and BGRX

Mesa (master): 42 new commits

2011-11-22 Thread Chad Versace
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ce635c871d00e442efb2b265562685d7edd44ae Merge: 1f3c5eae5c4be582e50c2d4d7950424d86059c45 e5411d8fdc6a7dda18d82746b84197ef83ee0a13 Author: Chad Versace chad.vers...@linux.intel.com Date: Tue Nov 22 10:52:29 2011 -0800 Merge branch

Mesa (master): linker: Remove erroneous multiply by 4 in uniform usage calculation

2011-11-22 Thread Ian Romanick
Module: Mesa Branch: master Commit: 151867b422d07b9e5845e95c2ebc30567809edc5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=151867b422d07b9e5845e95c2ebc30567809edc5 Author: Ian Romanick ian.d.roman...@intel.com Date: Mon Nov 21 11:42:37 2011 -0800 linker: Remove erroneous multiply

Mesa (master): st/mesa: quick fix of CopyPixels with GL_DEPTH_STENCIL

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: e99df05cce8a5ecf69fdb634f76898a279456ea4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e99df05cce8a5ecf69fdb634f76898a279456ea4 Author: Marek Olšák mar...@gmail.com Date: Sun Nov 20 15:08:56 2011 +0100 st/mesa: quick fix of CopyPixels with

Mesa (master): mesa: rename the AMD_conservative_depth extension flag to ARB

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: bbcb648bc2f45dd85e33c7301527c8f6d97cbce6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbcb648bc2f45dd85e33c7301527c8f6d97cbce6 Author: Marek Olšák mar...@gmail.com Date: Sat Nov 19 16:27:50 2011 +0100 mesa: rename the AMD_conservative_depth

Mesa (master): glsl: convervative_depth is not allowed in the vertex shader

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: a92ee4abfe5c0bdd9cc921dee5f18436f1df8a4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a92ee4abfe5c0bdd9cc921dee5f18436f1df8a4d Author: Marek Olšák mar...@gmail.com Date: Sat Nov 19 16:45:46 2011 +0100 glsl: convervative_depth is not allowed in

Mesa (master): glsl: finish up ARB_conservative_depth (v2)

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 6b43d6fdda13d73ca7b059f986ce2a2046bf03a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b43d6fdda13d73ca7b059f986ce2a2046bf03a0 Author: Marek Olšák mar...@gmail.com Date: Sat Nov 19 16:41:08 2011 +0100 glsl: finish up ARB_conservative_depth (v2)

Mesa (master): gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 2a0126932b320806e030c1c085791e257516e0cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a0126932b320806e030c1c085791e257516e0cd Author: Marek Olšák mar...@gmail.com Date: Fri Nov 18 15:51:47 2011 +0100 gallium: remove PIPE_CAP_GLSL and enable

Mesa (master): gallium: separate out floating-point CAPs into its own enum

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: bb71f9249a66b9a4921a878766c0a2d87624c369 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb71f9249a66b9a4921a878766c0a2d87624c369 Author: Marek Olšák mar...@gmail.com Date: Sat Nov 19 22:38:22 2011 +0100 gallium: separate out floating-point CAPs

Mesa (master): u_vbuf_mgr: rename translate_vb_slot - fallback_vb_slot

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 1e53a26b9c2aab0d6ed75856b7e3d08b5590d0a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e53a26b9c2aab0d6ed75856b7e3d08b5590d0a2 Author: Marek Olšák mar...@gmail.com Date: Sun Nov 20 20:33:31 2011 +0100 u_vbuf_mgr: rename translate_vb_slot -

Mesa (master): u_vbuf_mgr: don' t reference non-native vertex buffers as native

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 498e86e414dbf9b2f7d2f18cca908217ee644710 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=498e86e414dbf9b2f7d2f18cca908217ee644710 Author: Marek Olšák mar...@gmail.com Date: Sun Nov 20 20:34:12 2011 +0100 u_vbuf_mgr: don't reference non-native

Mesa (master): u_vbuf_mgr: remove redundant memset

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: c4f51b225b7ec9ce231d140b1abf8637f37a33c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4f51b225b7ec9ce231d140b1abf8637f37a33c7 Author: Marek Olšák mar...@gmail.com Date: Sun Nov 20 20:36:35 2011 +0100 u_vbuf_mgr: remove redundant memset ---

Mesa (master): u_vbuf_mgr: better way to find a free VB slot + check errors early

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 611a8b82e3827dd7c256edd5c014f4d48cb045f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=611a8b82e3827dd7c256edd5c014f4d48cb045f0 Author: Marek Olšák mar...@gmail.com Date: Sun Nov 20 20:45:57 2011 +0100 u_vbuf_mgr: better way to find a free VB

Mesa (master): u_vbuf_mgr: remove a useless variable

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 1146441a2dd0a47e51e9762a014fca4b15d9fe97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1146441a2dd0a47e51e9762a014fca4b15d9fe97 Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:04:40 2011 +0100 u_vbuf_mgr: remove a useless variable ---

Mesa (master): u_vbuf_mgr: rename to u_vbuf

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: fba685a0995e76f86af5920163297e5c3b32fb4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fba685a0995e76f86af5920163297e5c3b32fb4b Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:43:21 2011 +0100 u_vbuf_mgr: rename to u_vbuf ---

Mesa (master): r300g: remove default case statements in get_param

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 684d74e0009c01773e13f476676c0c575f73c615 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=684d74e0009c01773e13f476676c0c575f73c615 Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:44:14 2011 +0100 r300g: remove default case statements in

Mesa (master): r300g: handle SHADER_CAP_OUTPUT_READ

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 410c12352a6264bbc172939e45f21dc67713dd1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=410c12352a6264bbc172939e45f21dc67713dd1b Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:46:43 2011 +0100 r300g: handle SHADER_CAP_OUTPUT_READ ---

Mesa (master): r300g: re-order shaders CAPs

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 650f6a68153cb06a0fe0a34b6497d673cd24cec9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=650f6a68153cb06a0fe0a34b6497d673cd24cec9 Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:47:14 2011 +0100 r300g: re-order shaders CAPs ---

Mesa (master): r600g: remove default case statements in get_param

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4ac250c9d594898ad02323dbf02aab8792366d11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ac250c9d594898ad02323dbf02aab8792366d11 Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:44:14 2011 +0100 r600g: remove default case statements in

Mesa (master): r600g: handle all remaining CAPs

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: 034e63b9f8ee23cfac769b1a2c431bdd2307a6c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=034e63b9f8ee23cfac769b1a2c431bdd2307a6c4 Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 20:48:23 2011 +0100 r600g: handle all remaining CAPs ---

Mesa (master): mesa: Don't report types for 0-sized components of textures.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 250a9c8e7eabd38e38f39898b117f26533609d07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=250a9c8e7eabd38e38f39898b117f26533609d07 Author: Eric Anholt e...@anholt.net Date: Fri Nov 4 15:28:58 2011 -0700 mesa: Don't report types for 0-sized

Mesa (master): mesa: Make formats.c datatype values match glGetTexLevelParameter return.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 755f0a0a02c5cf3be7e69ad51b411711fcc0bc27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=755f0a0a02c5cf3be7e69ad51b411711fcc0bc27 Author: Eric Anholt e...@anholt.net Date: Thu Nov 17 13:56:30 2011 -0800 mesa: Make formats.c datatype values match

Mesa (master): i965: Add a table of the surface format information from the PRM.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: e589ebdf23342111587b9ebd0f0dcb2580a2dac2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e589ebdf23342111587b9ebd0f0dcb2580a2dac2 Author: Eric Anholt e...@anholt.net Date: Mon Nov 14 16:58:57 2011 -0800 i965: Add a table of the surface format

Mesa (master): intel: Add the context to the render_target_supported() vtbl method.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6661b7596f3b26a773ccde79f018179713b6b6e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6661b7596f3b26a773ccde79f018179713b6b6e0 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 11:43:40 2011 -0800 intel: Add the context to the

Mesa (master): i965: Use the surface format table to determine render target supportedness.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: ca10b2d4494798405a5fd654201291944645af5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca10b2d4494798405a5fd654201291944645af5d Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 11:44:52 2011 -0800 i965: Use the surface format table to

Mesa (master): i965: Don't require spans (swrast) support to consider a format FBO complete.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 925356c8c0b21998a1f53f042269818c19163385 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=925356c8c0b21998a1f53f042269818c19163385 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 12:15:37 2011 -0800 i965: Don't require spans (swrast) support to

Mesa (master): intel: Remove duplicate test for texture attachment completeness.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 05ab8fc13461aa9d6612d75c899dac20de067da6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05ab8fc13461aa9d6612d75c899dac20de067da6 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 12:49:25 2011 -0800 intel: Remove duplicate test for texture

Mesa (master): intel: Improve debug output for begin/finish render texture.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3d798abc818326a377bbbdaac29058ac7b41e1a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d798abc818326a377bbbdaac29058ac7b41e1a0 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 12:53:18 2011 -0800 intel: Improve debug output for begin/finish

Mesa (master): i965: Mark texture formats as supported using the surface formats table.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1b4910b3050729eabac15936ef701ef3acd4e70f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b4910b3050729eabac15936ef701ef3acd4e70f Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 13:15:09 2011 -0800 i965: Mark texture formats as supported using

Mesa (master): i965: Reorganize MESA_FORMAT - BRW_SURFACEFORMAT table.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2d159e6b365f039d9322b59e1538f3d42e8d8d8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d159e6b365f039d9322b59e1538f3d42e8d8d8d Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 16:16:43 2011 -0800 i965: Reorganize MESA_FORMAT -

Mesa (master): mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: babe26b3efa56f1afd139d5cfecbadb857a43d8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=babe26b3efa56f1afd139d5cfecbadb857a43d8f Author: Eric Anholt e...@anholt.net Date: Sun Nov 6 18:08:36 2011 -0800 mesa: Add fallback from RGB_FLOAT16 to

Mesa (master): mesa: Fall back to float16 if float32 isn' t supported in ChooseTexFormat.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6216a5b49566fcd3f4b7ed42838858bccd2f0552 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6216a5b49566fcd3f4b7ed42838858bccd2f0552 Author: Eric Anholt e...@anholt.net Date: Tue Nov 22 13:27:54 2011 -0800 mesa: Fall back to float16 if float32 isn't

Mesa (master): mesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: f258c0dfa8ffbd67819bda45f2903ce8d5bb5130 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f258c0dfa8ffbd67819bda45f2903ce8d5bb5130 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 16:47:25 2011 -0800 mesa: Fix unpack for

Mesa (master): i965: Add support for half-float formats.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1e42568bf304e9b3bae9fef8ad8febd25e1ac29f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e42568bf304e9b3bae9fef8ad8febd25e1ac29f Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 16:26:29 2011 -0800 i965: Add support for half-float formats.

Mesa (master): i965: Add support for RGBA_16 unorm rendering.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: b0a0f4bf14fbaa7df02db1d2057b287bfbea3347 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0a0f4bf14fbaa7df02db1d2057b287bfbea3347 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 16:50:59 2011 -0800 i965: Add support for RGBA_16 unorm

Mesa (master): i965: Add support for ARGB2101010 rendering.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: f8b13ba1374bd4369ad85f7f2becec375f0b66ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8b13ba1374bd4369ad85f7f2becec375f0b66ad Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 16:53:48 2011 -0800 i965: Add support for ARGB2101010 rendering.

Mesa (master): i965: Drop intel_context.c' s texture format set up for this driver.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 899e6ea8d3cac3f60c60935d59e020094b4b79a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=899e6ea8d3cac3f60c60935d59e020094b4b79a7 Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 15:49:26 2011 -0800 i965: Drop intel_context.c's texture format

Mesa (master): i915: Move the texture format setup for this driver out of shared code.

2011-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 27505a105a4bf8b7329b87d29e1625e545508e4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27505a105a4bf8b7329b87d29e1625e545508e4e Author: Eric Anholt e...@anholt.net Date: Tue Nov 15 15:57:39 2011 -0800 i915: Move the texture format setup for this

Mesa (master): mesa: re-implement unpacking of DEPTH_COMPONENT32F

2011-11-22 Thread Marek Olšák
Module: Mesa Branch: master Commit: a7c107f3bc68ddeea8c24eec43c05000224ec93e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7c107f3bc68ddeea8c24eec43c05000224ec93e Author: Marek Olšák mar...@gmail.com Date: Tue Nov 22 21:02:08 2011 +0100 mesa: re-implement unpacking of

Mesa (master): gallium: remove trailing comma and unneeded comments in p_defines.h

2011-11-22 Thread Brian Paul
Module: Mesa Branch: master Commit: 12dd5dedf5675eacbbf781d5c45e395fded90e8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12dd5dedf5675eacbbf781d5c45e395fded90e8c Author: Brian Paul bri...@vmware.com Date: Tue Nov 22 17:03:35 2011 -0700 gallium: remove trailing comma and unneeded

Mesa (master): mesa: update comment for clear_teximage_fields()

2011-11-22 Thread Brian Paul
Module: Mesa Branch: master Commit: fc144728c7e33e53f7a4a4486eb81fddff156758 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc144728c7e33e53f7a4a4486eb81fddff156758 Author: Brian Paul bri...@vmware.com Date: Tue Nov 22 17:07:18 2011 -0700 mesa: update comment for