Mesa (master): nouveau: Get larger push buffers.

2010-10-11 Thread Francisco Jerez
Module: Mesa Branch: master Commit: c25fcf5aa5beccd7731706b8f85682170a2eca56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c25fcf5aa5beccd7731706b8f85682170a2eca56 Author: Francisco Jerez Date: Tue Sep 28 22:51:28 2010 +0200 nouveau: Get larger push buffers. Useful to amortize the

Mesa (master): dri/nouveau: Initialize tile_flags when allocating a render target.

2010-10-11 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 70828aa246464d5e1ae0c32a9301c4dccfa54935 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70828aa246464d5e1ae0c32a9301c4dccfa54935 Author: Francisco Jerez Date: Sat Oct 9 23:26:34 2010 +0200 dri/nouveau: Initialize tile_flags when allocating a rend

Mesa (master): r600g: fix typo in vertex sampling on r600

2010-10-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 965f69cb0c51ca5a5c332e207cc86367fa31e6b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=965f69cb0c51ca5a5c332e207cc86367fa31e6b1 Author: Dave Airlie Date: Tue Oct 12 09:41:02 2010 +1000 r600g: fix typo in vertex sampling on r600 fixes https://bug

Mesa (master): i965: Always use the new FS backend on gen6.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: bcec03d527561e2df56bf9ebfa250cef56bb732b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcec03d527561e2df56bf9ebfa250cef56bb732b Author: Eric Anholt Date: Mon Oct 11 15:30:58 2010 -0700 i965: Always use the new FS backend on gen6. It's now much m

Mesa (master): i965: Fix gen6 pixel_[xy] setup to avoid mixing int and float src operands.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0cadd32b6dc80455802c04b479ec8e768f93ffe1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cadd32b6dc80455802c04b479ec8e768f93ffe1 Author: Eric Anholt Date: Mon Oct 11 15:24:12 2010 -0700 i965: Fix gen6 pixel_[xy] setup to avoid mixing int and float

Mesa (master): i965: Don't compute-to-MRF in gen6 VS math.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 17306c60ad61f5096010d210f5d3f6d0b3a99dad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17306c60ad61f5096010d210f5d3f6d0b3a99dad Author: Eric Anholt Date: Mon Oct 11 13:56:29 2010 -0700 i965: Don't compute-to-MRF in gen6 VS math. There was code t

Mesa (master): i965: Don't compute-to-MRF in gen6 math instructions.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 317dbf4613ebf56ca14ee70c1ad6e620ad7942c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=317dbf4613ebf56ca14ee70c1ad6e620ad7942c2 Author: Eric Anholt Date: Mon Oct 11 13:38:38 2010 -0700 i965: Don't compute-to-MRF in gen6 math instructions. ---

Mesa (master): i965: Expand uniform args to gen6 math to full registers to get hstride == 1.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 720ed3c906b0f6d5822fe9fa442294c9828e1560 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=720ed3c906b0f6d5822fe9fa442294c9828e1560 Author: Eric Anholt Date: Mon Oct 11 13:42:11 2010 -0700 i965: Expand uniform args to gen6 math to full registers to g

Mesa (master): i965: Add a couple of checks for gen6 math instruction limits.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7b5bc38c44269fc51db2f8b5e4ba012c6d71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b5bc38c44269fc51db2f8b5e4ba012c6d71 Author: Eric Anholt Date: Mon Oct 11 13:30:12 2010 -0700 i965: Add a couple of checks for gen6 math instruction limits

Mesa (master): i965: Don't consider gen6 math instructions to write to MRFs .

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 25cf241540007088936a6df16c849441087f722c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25cf241540007088936a6df16c849441087f722c Author: Eric Anholt Date: Mon Oct 11 13:19:47 2010 -0700 i965: Don't consider gen6 math instructions to write to MRFs.

Mesa (master): glsl: Changes in generated file glsl_lexer.cpp

2010-10-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 41c2079855cde03470d811a637e9abf1b5a3763f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41c2079855cde03470d811a637e9abf1b5a3763f Author: Chad Versace Date: Fri Oct 8 12:05:02 2010 -0700 glsl: Changes in generated file glsl_lexer.cpp Signed-off-b

Mesa (master): glsl: Add glsl_type::uvecN_type for N=2,3

2010-10-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: fc99a3beb92326caacbbb231d2f2090bee48b1f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc99a3beb92326caacbbb231d2f2090bee48b1f7 Author: Chad Versace Date: Thu Oct 7 16:05:39 2010 -0700 glsl: Add glsl_type::uvecN_type for N=2,3 Reviewed-by: Ian

Mesa (master): glsl: Add lexer rules for uint and uvecN (N=2..4)

2010-10-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0c9fef662498035e05241e492fe1bb0df6a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c9fef662498035e05241e492fe1bb0df6a4 Author: Chad Versace Date: Fri Oct 8 12:03:40 2010 -0700 glsl: Add lexer rules for uint and uvecN (N=2..4) Commit fo

Mesa (master): intel_extensions: Add ability to set GLSL version via environment

2010-10-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: a34817917bd8c408d8f732c24b4eb586f666d6c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a34817917bd8c408d8f732c24b4eb586f666d6c1 Author: Chad Versace Date: Thu Oct 7 16:04:30 2010 -0700 intel_extensions: Add ability to set GLSL version via enviro

Mesa (7.9): r200: revalidate after radeon_update_renderbuffers

2010-10-11 Thread Alex Deucher
Module: Mesa Branch: 7.9 Commit: 6936fbc03999354075da4d5b91b1ee7ce190fa80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6936fbc03999354075da4d5b91b1ee7ce190fa80 Author: Daniel Vetter Date: Sun Oct 10 17:04:42 2010 +0200 r200: revalidate after radeon_update_renderbuffers By calling

Mesa (master): r200: revalidate after radeon_update_renderbuffers

2010-10-11 Thread Alex Deucher
Module: Mesa Branch: master Commit: 603741a86df0e43c0b52e8c202a35c7fe2fc1d9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=603741a86df0e43c0b52e8c202a35c7fe2fc1d9c Author: Daniel Vetter Date: Sun Oct 10 17:04:42 2010 +0200 r200: revalidate after radeon_update_renderbuffers By call

Mesa (master): i965: Compute to MRF in the new FS backend.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: c6dbf253d284f68b0d0e4a3c145583880855324b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6dbf253d284f68b0d0e4a3c145583880855324b Author: Eric Anholt Date: Fri Oct 8 14:00:14 2010 -0700 i965: Compute to MRF in the new FS backend. This didn't prod

Mesa (master): i965: Give the FB write and texture opcodes the info on base MRF, like math.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 06fd639c519214b6ebcbf29127b6d9ed429f8641 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06fd639c519214b6ebcbf29127b6d9ed429f8641 Author: Eric Anholt Date: Fri Oct 8 15:11:42 2010 -0700 i965: Give the FB write and texture opcodes the info on base

Mesa (master): i965: Give the math opcodes information on base mrf/mrf len.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0cd6cea8a3e9339fc69f9de0da6b40e4f9d5f4fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cd6cea8a3e9339fc69f9de0da6b40e4f9d5f4fe Author: Eric Anholt Date: Fri Oct 8 14:35:34 2010 -0700 i965: Give the math opcodes information on base mrf/mrf len.

Mesa (master): i965: Move FS backend structures to a header.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 37758fb1cbb1ddcd106553763c1b1f222f4cfb47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37758fb1cbb1ddcd106553763c1b1f222f4cfb47 Author: Eric Anholt Date: Sun Oct 10 15:42:37 2010 -0700 i965: Move FS backend structures to a header. It's time to s

Mesa (master): i965: Split FS_OPCODE_DISCARD into two steps.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 90c402204018c78f4a0b8a79515cf8c582092963 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90c402204018c78f4a0b8a79515cf8c582092963 Author: Eric Anholt Date: Sun Oct 10 11:54:05 2010 -0700 i965: Split FS_OPCODE_DISCARD into two steps. Having the sin

Mesa (master): i965: Reduce register interference checks for changed FS_OPCODE_DISCARD.

2010-10-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 251fe2785484f7ba0c194c92fe0feff9c78b52ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=251fe2785484f7ba0c194c92fe0feff9c78b52ca Author: Eric Anholt Date: Sun Oct 10 12:13:35 2010 -0700 i965: Reduce register interference checks for changed FS_OPCO

Mesa (master): llvmpipe: Use lp_tgsi_info.

2010-10-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 986cb9d5cf60bc11c7facc19017b5432b17240f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=986cb9d5cf60bc11c7facc19017b5432b17240f7 Author: José Fonseca Date: Thu Sep 2 16:30:23 2010 +0100 llvmpipe: Use lp_tgsi_info. --- src/gallium/drivers/llvmp

Mesa (master): gallivm: More detailed analysis of tgsi shaders.

2010-10-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 7c1b5772a81c4f701ae9a6208c9e34792c05d4ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c1b5772a81c4f701ae9a6208c9e34792c05d4ab Author: José Fonseca Date: Thu Sep 2 15:54:07 2010 +0100 gallivm: More detailed analysis of tgsi shaders. To allow m

Mesa (master): tgsi: Export some names for some tgsi enums.

2010-10-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 11dad217186a4c177cb41aa526531d6cd46ae5b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11dad217186a4c177cb41aa526531d6cd46ae5b0 Author: José Fonseca Date: Thu Sep 2 15:52:44 2010 +0100 tgsi: Export some names for some tgsi enums. Useful to give

Mesa (master): gallium: Define C99 restrict keyword where absent.

2010-10-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 6c1aa4fd49dab7af21902726d274e0a5a7fea8df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c1aa4fd49dab7af21902726d274e0a5a7fea8df Author: José Fonseca Date: Sun Aug 22 17:27:56 2010 +0100 gallium: Define C99 restrict keyword where absent. --- sr

Mesa (master): llvmpipe: Remove outdated comment about stencil testing.

2010-10-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: b18fecbd0ea33c9db7e3fd676ed7b5877ebb1bd5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b18fecbd0ea33c9db7e3fd676ed7b5877ebb1bd5 Author: José Fonseca Date: Sun Oct 10 23:36:14 2010 +0100 llvmpipe: Remove outdated comment about stencil testing. --

Mesa (master): gallivm: Eliminate unsigned integer arithmetic from texture coordinates.

2010-10-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: e1003336f0dcd9248c0127fbdc173522e35c5bdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1003336f0dcd9248c0127fbdc173522e35c5bdb Author: José Fonseca Date: Sun Oct 10 23:55:24 2010 +0100 gallivm: Eliminate unsigned integer arithmetic from texture