Mesa (master): Fix typo in function name "shading_laguage_version".

2010-08-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 67ff5db88f936d54bacab971d20e44a83da1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67ff5db88f936d54bacab971d20e44a83da1 Author: Kenneth Graunke Date: Thu Aug 26 23:07:45 2010 -0700 Fix typo in function name "shading_laguage_version". ---

Mesa (master): Revert "r600g: simplify states"

2010-08-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: 2184f3ec3059eaf8a9a2b04c995162543f000862 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2184f3ec3059eaf8a9a2b04c995162543f000862 Author: Dave Airlie Date: Fri Aug 27 15:45:58 2010 +1000 Revert "r600g: simplify states" This reverts commit bd25e23b

Mesa (master): r600g: optimise op2 and swapped op2 emission.

2010-08-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: d8fb13bae30b6ff214c5d5158b9bcaf430f56b43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8fb13bae30b6ff214c5d5158b9bcaf430f56b43 Author: Dave Airlie Date: Wed Aug 25 16:02:38 2010 +1000 r600g: optimise op2 and swapped op2 emission. this makes op2

Mesa (master): r600g: add initial if/else/endif support

2010-08-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: a03d456f5a41926e39194de70b2d50776e64b8a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a03d456f5a41926e39194de70b2d50776e64b8a2 Author: Dave Airlie Date: Wed Aug 25 15:57:41 2010 +1000 r600g: add initial if/else/endif support this adds handling

Mesa (master): r600g: add DPH support.

2010-08-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: e57437ccd6814ffd4534fd46512afeb0b9e06eed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e57437ccd6814ffd4534fd46512afeb0b9e06eed Author: Dave Airlie Date: Tue Aug 24 10:29:33 2010 +1000 r600g: add DPH support. --- src/gallium/drivers/r600/r600_

Mesa (master): r600g: add exp support in theory.

2010-08-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: 36d91be75ea9b79878fdf4b789ea022d781e87f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36d91be75ea9b79878fdf4b789ea022d781e87f4 Author: Dave Airlie Date: Tue Aug 24 11:47:56 2010 +1000 r600g: add exp support in theory. though it isn't passing th

Mesa (master): i965: Add preliminary support for uniforms to the new FS backend.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: a4d97d3726046fca66f3dbcfbe7b276c5eb80b3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4d97d3726046fca66f3dbcfbe7b276c5eb80b3b Author: Eric Anholt Date: Thu Aug 26 16:39:41 2010 -0700 i965: Add preliminary support for uniforms to the new FS back

Mesa (master): i965: Abort on gl_FragDepth in the new FS backend for now.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3dff682b6595c8771655307ed00bd8844f22238c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dff682b6595c8771655307ed00bd8844f22238c Author: Eric Anholt Date: Thu Aug 26 17:04:30 2010 -0700 i965: Abort on gl_FragDepth in the new FS backend for now. I

Mesa (master): i965: Fix up and actually enable the NewShader and NewShaderProgram hooks.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1a3de23509b8170ee87223dc63e992e195a04de5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a3de23509b8170ee87223dc63e992e195a04de5 Author: Eric Anholt Date: Thu Aug 26 16:59:55 2010 -0700 i965: Fix up and actually enable the NewShader and NewShaderP

Mesa (master): i965: Hack in avoidance of c++ reserved keyword in libdrm.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: fa2deb3ddc8dc9e3eedf7f3dc1d2d2945a95f79b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa2deb3ddc8dc9e3eedf7f3dc1d2d2945a95f79b Author: Eric Anholt Date: Thu Aug 26 15:43:00 2010 -0700 i965: Hack in avoidance of c++ reserved keyword in libdrm. I

Mesa (master): i965: Use the implied move in brw_math() in the new FS.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7268bd82f60b1c9642a48dcfff6d77b2897222cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7268bd82f60b1c9642a48dcfff6d77b2897222cd Author: Eric Anholt Date: Thu Aug 26 14:09:54 2010 -0700 i965: Use the implied move in brw_math() in the new FS. ---

Mesa (master): i965: Add GLSL IR-level source annotation and comments to new FS debug.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 363d0f6774b4c6b825f5b903284da1cd51a91986 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=363d0f6774b4c6b825f5b903284da1cd51a91986 Author: Eric Anholt Date: Thu Aug 26 14:42:06 2010 -0700 i965: Add GLSL IR-level source annotation and comments to new

Mesa (master): i965: Add support for in varyings to the new FS codegen.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: e85f8272d0757989aeab650fbf929b382d671492 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e85f8272d0757989aeab650fbf929b382d671492 Author: Eric Anholt Date: Mon Aug 16 21:53:02 2010 -0700 i965: Add support for in varyings to the new FS codegen. At

Mesa (master): i965: Start building the codegen visitor.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: dcb7c0009bf0a1e0c4fb1aae4b7b07efcc0ed173 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcb7c0009bf0a1e0c4fb1aae4b7b07efcc0ed173 Author: Eric Anholt Date: Sun Aug 15 18:58:58 2010 -0700 i965: Start building the codegen visitor. This can successfu

Mesa (master): i965: Add a pass for the FS to reduce vector expressions down to scalar.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3a8ad33dde2f059b82ebf09f5cffa66c86f2e734 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a8ad33dde2f059b82ebf09f5cffa66c86f2e734 Author: Eric Anholt Date: Fri Aug 13 02:20:40 2010 -0700 i965: Add a pass for the FS to reduce vector expressions down

Mesa (master): i965: Start building direct GLSL2 IR to 965 assembly codegen .

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9763d0a82a1ee605a8794f199d432824fb972b6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9763d0a82a1ee605a8794f199d432824fb972b6a Author: Eric Anholt Date: Thu Aug 26 12:12:00 2010 -0700 i965: Start building direct GLSL2 IR to 965 assembly codegen.

Mesa (master): i965: Add new pass to split vectors into scalar variables

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: c1dfdcb93a8991788032d4906c5bf1a5b48cdc48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1dfdcb93a8991788032d4906c5bf1a5b48cdc48 Author: Eric Anholt Date: Thu Aug 26 12:02:26 2010 -0700 i965: Add new pass to split vectors into scalar variables Co

Mesa (master): i965: Start building 965 FS backend.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: a1bebf73dfdaf2cd23286aa74271b87166589901 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1bebf73dfdaf2cd23286aa74271b87166589901 Author: Eric Anholt Date: Tue Aug 10 20:39:06 2010 -0700 i965: Start building 965 FS backend. --- src/mesa/drivers/

Mesa (master): llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 4418a493c2466e734e1ca5ace51535d1dbcf8a46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4418a493c2466e734e1ca5ace51535d1dbcf8a46 Author: Brian Paul Date: Thu Aug 26 11:45:25 2010 -0600 llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query Fixes c

Mesa (master): graw: Add copyright headers to the interfaces.

2010-08-26 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 98ccee9ea6bd5841784d006fb7cdbbc34895f18b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98ccee9ea6bd5841784d006fb7cdbbc34895f18b Author: José Fonseca Date: Thu Aug 26 06:52:12 2010 +0100 graw: Add copyright headers to the interfaces. --- src/ga

Mesa (master): ir_to_mesa: Don' t assume that an ir_dereference_array is of a variable.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 264ba1ab88f273dc92add8018f24edcdd67fa5e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=264ba1ab88f273dc92add8018f24edcdd67fa5e5 Author: Eric Anholt Date: Thu Aug 26 11:23:09 2010 -0700 ir_to_mesa: Don't assume that an ir_dereference_array is of a

Mesa (master): glsl: Add a quick hack to constant folding to reduce duplicated work.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2db7bb9c665d13fd067109b1171eedd92764791d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2db7bb9c665d13fd067109b1171eedd92764791d Author: Eric Anholt Date: Thu Aug 26 10:42:47 2010 -0700 glsl: Add a quick hack to constant folding to reduce duplicat

Mesa (master): st/mesa: Remove unnecessary header.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 9b4384c32233c6d75021bcc67552b7ea9dc56de6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b4384c32233c6d75021bcc67552b7ea9dc56de6 Author: Vinson Lee Date: Thu Aug 26 10:38:28 2010 -0700 st/mesa: Remove unnecessary header. --- src/mesa/state_trac

Mesa (master): scons: Fix inverted logic.

2010-08-26 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 64b5a81e19477f26a9aebf865394e3974e7be3b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64b5a81e19477f26a9aebf865394e3974e7be3b3 Author: José Fonseca Date: Thu Aug 26 18:28:29 2010 +0100 scons: Fix inverted logic. --- src/talloc/SConscript |

Mesa (master): docs: update news.html with 7.8.2 release info

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: b8c53caac80f5f23b8bda9ee22c1c852efadca15 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8c53caac80f5f23b8bda9ee22c1c852efadca15 Author: Brian Paul Date: Thu Aug 26 11:24:22 2010 -0600 docs: update news.html with 7.8.2 release info --- docs/new

Mesa (master): docs: remove links to tungstengraphics.com, and misc updates

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 30cd76ebbd7b07a1c88a89a6f40dc405d1ed605a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30cd76ebbd7b07a1c88a89a6f40dc405d1ed605a Author: Brian Paul Date: Thu Aug 26 11:20:31 2010 -0600 docs: remove links to tungstengraphics.com, and misc updates

Mesa (master): docs: remove link to old memory.html page

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 59c9144e3743f9caade012808d089694226dcdd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59c9144e3743f9caade012808d089694226dcdd7 Author: Brian Paul Date: Thu Aug 26 11:18:06 2010 -0600 docs: remove link to old memory.html page --- docs/contents

Mesa (master): scons: Add glsl_symbol_table.cpp

2010-08-26 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 58087b8d2722c3a8d1cb09af6c7f8d6726f34f73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58087b8d2722c3a8d1cb09af6c7f8d6726f34f73 Author: José Fonseca Date: Thu Aug 26 18:19:57 2010 +0100 scons: Add glsl_symbol_table.cpp --- src/glsl/SConscript

Mesa (master): i965: Add support for destination RelAddr writes in the VS.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9629dbf4f2adc42bbc99f3c830be288a7b150f6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9629dbf4f2adc42bbc99f3c830be288a7b150f6a Author: Eric Anholt Date: Thu Aug 26 08:47:24 2010 -0700 i965: Add support for destination RelAddr writes in the VS.

Mesa (master): i965: Fix the test for variable indexing of shader inputs.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: b72c85df5567713293452db6b60c537cd913dcc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b72c85df5567713293452db6b60c537cd913dcc1 Author: Eric Anholt Date: Thu Aug 26 09:10:19 2010 -0700 i965: Fix the test for variable indexing of shader inputs. S

Mesa (master): glsl2: Remove a couple FINISHME comments that have already been resolved

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: de3b40d8cdc42cc1cd71dd65c90d6d569d922fc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de3b40d8cdc42cc1cd71dd65c90d6d569d922fc6 Author: Ian Romanick Date: Thu Aug 26 09:24:58 2010 -0700 glsl2: Remove a couple FINISHME comments that have already b

Mesa (master): glsl: Move built-ins to live beyond the global scope.

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: a044285e25615f2d97636fe3ba47d580c3537bc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a044285e25615f2d97636fe3ba47d580c3537bc4 Author: Kenneth Graunke Date: Mon Aug 23 14:52:06 2010 -0700 glsl: Move built-ins to live beyond the global scope. Pe

Mesa (master): glsl: Move is_built_in flag from ir_function_signature to ir_function.

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: b6f15869b324ae64a00d0fe46fa3c8c62c1edb6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6f15869b324ae64a00d0fe46fa3c8c62c1edb6c Author: Kenneth Graunke Date: Fri Aug 20 20:04:39 2010 -0700 glsl: Move is_built_in flag from ir_function_signature to

Mesa (master): glsl: Refactor variable declaration handling.

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5d25746640ee27882b69a962459727cf924443db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d25746640ee27882b69a962459727cf924443db Author: Kenneth Graunke Date: Tue Aug 24 01:45:49 2010 -0700 glsl: Refactor variable declaration handling. Moving the

Mesa (master): glsl: Don't add overloads to existing structure constructors .

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: ac2376e6f51677ab321930b0200a79d1683cfbba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac2376e6f51677ab321930b0200a79d1683cfbba Author: Kenneth Graunke Date: Wed Aug 25 17:10:16 2010 -0700 glsl: Don't add overloads to existing structure construct

Mesa (master): glsl: Remove name_declared_this_scope check when adding functions.

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: e09591317b2470fe9c104606577d4e10255727c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e09591317b2470fe9c104606577d4e10255727c0 Author: Kenneth Graunke Date: Wed Aug 25 16:37:46 2010 -0700 glsl: Remove name_declared_this_scope check when adding f

Mesa (master): glsl: Use a single shared namespace in the symbol table.

2010-08-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: e9c7ceed27f6811ad1cae46c93ce9bc3fb3668d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9c7ceed27f6811ad1cae46c93ce9bc3fb3668d8 Author: Kenneth Graunke Date: Sat Aug 21 20:23:18 2010 -0700 glsl: Use a single shared namespace in the symbol table.

Mesa (master): st/mesa: add missing packed depth/ stencil formats in st_format_datatype()

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 86ddb356e8278423ef41125be627e57e073471d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86ddb356e8278423ef41125be627e57e073471d1 Author: Brian Paul Date: Thu Aug 26 09:20:18 2010 -0600 st/mesa: add missing packed depth/stencil formats in st_format

Mesa (master): mesa: fix mixed-up function call name

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 7b07674667e8e34c936c417ab6f1c2e33093205b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b07674667e8e34c936c417ab6f1c2e33093205b Author: Brian Paul Date: Thu Aug 26 08:59:43 2010 -0600 mesa: fix mixed-up function call name --- src/mesa/main/fra

Mesa (master): mesa: Identify packed depth/ stencil buffers using the Format field.

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: e71a9042cb5e046072d2ea8fbd22a01de625bf8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e71a9042cb5e046072d2ea8fbd22a01de625bf8a Author: Nick Bowler Date: Thu Aug 26 07:26:21 2010 -0700 mesa: Identify packed depth/stencil buffers using the Format

Mesa (master): intel: Merge identical cases in switch statement.

2010-08-26 Thread Brian Paul
Module: Mesa Branch: master Commit: bda941e1b895547d680b68eaf28ae2db11e6149f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bda941e1b895547d680b68eaf28ae2db11e6149f Author: Nick Bowler Date: Wed Aug 25 06:14:42 2010 -0700 intel: Merge identical cases in switch statement. Signed-off

Demos (master): fp-tri: initialize the texture uniforms

2010-08-26 Thread Brian Paul
Module: Demos Branch: master Commit: ac1d244a50087cd454c0eea02115561fac932865 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=ac1d244a50087cd454c0eea02115561fac932865 Author: Brian Paul Date: Thu Aug 26 08:26:59 2010 -0600 fp-tri: initialize the texture uniforms --- src/fpglsl/fp

Mesa (master): r600: fix vertex buffer size calculation

2010-08-26 Thread Andre Maasikas
Module: Mesa Branch: master Commit: 0599509fc4e21a69bcbf121deacbc631c38ccfa2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0599509fc4e21a69bcbf121deacbc631c38ccfa2 Author: Andre Maasikas Date: Thu Aug 26 15:22:21 2010 +0300 r600: fix vertex buffer size calculation when we dont kno

Mesa (master): graw: Undo late loading of graw drivers.

2010-08-26 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 90437330e2886fcd351dd11ee0e5aa3e8b523fdc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90437330e2886fcd351dd11ee0e5aa3e8b523fdc Author: José Fonseca Date: Thu Aug 26 11:37:42 2010 +0100 graw: Undo late loading of graw drivers. Keith prefers a cl

Mesa (master): st/mesa: Fix glEGLImageTargetTexture2DOES.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0f74efdef05c5c27b3137163d795dc91f34cc114 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f74efdef05c5c27b3137163d795dc91f34cc114 Author: Chia-I Wu Date: Thu Aug 26 02:15:22 2010 +0800 st/mesa: Fix glEGLImageTargetTexture2DOES. stObj->pt should be

Mesa (master): st/egl: Add support for EGL_MESA_image_drm.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4f6faf65d124bd690c4526f4c8e95de4d041601f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f6faf65d124bd690c4526f4c8e95de4d041601f Author: Chia-I Wu Date: Thu Aug 26 01:49:18 2010 +0800 st/egl: Add support for EGL_MESA_image_drm. --- src/gallium/

Mesa (master): st/egl: Add support for EGL_KHR_surfaceless_*.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9b6a63a0e2271b0b28c89b22c8981ef8f73205c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b6a63a0e2271b0b28c89b22c8981ef8f73205c8 Author: Chia-I Wu Date: Thu Aug 26 01:10:14 2010 -0600 st/egl: Add support for EGL_KHR_surfaceless_*. --- src/galli

Mesa (master): st/mesa: Add support for surfaceless current contexts.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 41c095bf31cedf4f463e315e8dbad8a007985464 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41c095bf31cedf4f463e315e8dbad8a007985464 Author: Chia-I Wu Date: Thu Aug 26 00:51:28 2010 +0800 st/mesa: Add support for surfaceless current contexts. A surfa

Mesa (master): st/egl: Make KMS support optional in KMS backend.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c5279fd795eb4a0445285d5a9815de68b0c77626 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5279fd795eb4a0445285d5a9815de68b0c77626 Author: Chia-I Wu Date: Thu Aug 26 00:38:59 2010 +0800 st/egl: Make KMS support optional in KMS backend. It should be

Mesa (master): r300g: Include missing header in r300_texture_desc.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 038068909fd1dc802bfd45b2154a24d8001daea6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=038068909fd1dc802bfd45b2154a24d8001daea6 Author: Vinson Lee Date: Thu Aug 26 01:38:23 2010 -0700 r300g: Include missing header in r300_texture_desc.h. Include

Mesa (master): gallium: Clean up header file inclusion in p_defines.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 121b6d68c212bba93d0c89df0fa38cc1dc7c09f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=121b6d68c212bba93d0c89df0fa38cc1dc7c09f2 Author: Vinson Lee Date: Thu Aug 26 01:30:07 2010 -0700 gallium: Clean up header file inclusion in p_defines.h. Remov

Mesa (master): gallium: Clean up header file inclusion in p_context.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 81ac08f89d9f52d14aada43f4d00302cd9b32c68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81ac08f89d9f52d14aada43f4d00302cd9b32c68 Author: Vinson Lee Date: Thu Aug 26 01:21:10 2010 -0700 gallium: Clean up header file inclusion in p_context.h. Remov

Mesa (master): graw: Include missing header in graw_dl.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 2badf0f6422208fd004ae62a58d2b5cdb2c2a174 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2badf0f6422208fd004ae62a58d2b5cdb2c2a174 Author: Vinson Lee Date: Thu Aug 26 01:14:28 2010 -0700 graw: Include missing header in graw_dl.h. Include p_state.h

Mesa (master): util: Include missing header in u_simple_shaders.c.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 57ce0de8cbdf09d7322e3930c25c0ba5e82ff2a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57ce0de8cbdf09d7322e3930c25c0ba5e82ff2a9 Author: Vinson Lee Date: Thu Aug 26 01:08:30 2010 -0700 util: Include missing header in u_simple_shaders.c. Include p

Mesa (master): tgsi: Include missing header in tgsi_sse2.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: f099e73b7b7ce1ae1aa23713c6418deb86b1a17a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f099e73b7b7ce1ae1aa23713c6418deb86b1a17a Author: Vinson Lee Date: Thu Aug 26 00:34:30 2010 -0700 tgsi: Include missing header in tgsi_sse2.h. Include p_compil

Mesa (master): rtasm: Include missing header in rtasm_x86sse.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: b47af6ad6d40773141aeee5bbfbfdffb57dd2bd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b47af6ad6d40773141aeee5bbfbfdffb57dd2bd8 Author: Vinson Lee Date: Thu Aug 26 00:29:58 2010 -0700 rtasm: Include missing header in rtasm_x86sse.h. Include p_co

Mesa (master): pipebuffer: Clean up header file inclusion in pb_bufmgr.h.

2010-08-26 Thread Vinson Lee
Module: Mesa Branch: master Commit: 7822f99193cd26558bff29ff8d6d23db2d3a1048 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7822f99193cd26558bff29ff8d6d23db2d3a1048 Author: Vinson Lee Date: Thu Aug 26 00:22:19 2010 -0700 pipebuffer: Clean up header file inclusion in pb_bufmgr.h. Re

Mesa (master): glsl2: Move ir_expression_flattening to using the rvalue visitor class.

2010-08-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9fd2a8d6923a8a7218a714622586bb1dbaaebad5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fd2a8d6923a8a7218a714622586bb1dbaaebad5 Author: Eric Anholt Date: Thu Aug 26 00:07:58 2010 -0700 glsl2: Move ir_expression_flattening to using the rvalue visi