Mesa (master): 51 new commits

2011-05-18 Thread Kenneth Graunke
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e98318fc1722171a07d867a99ab7608ecf758cd Author: Eric Anholt e...@anholt.net Date: Thu May 12 21:05:30 2011 -0700 i965: Instead of fallback on missing region, just bind a null renderbuffer. The change for GPU hanging in

Mesa (master): r600g: bump domain selection up one layer.

2011-05-18 Thread Dave Airlie
Module: Mesa Branch: master Commit: ecc051d65b6e17115439fb3609cccfd59f6272bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecc051d65b6e17115439fb3609cccfd59f6272bf Author: Dave Airlie airl...@redhat.com Date: Fri May 13 14:16:31 2011 +1000 r600g: bump domain selection up one layer.

Mesa (master): st/mesa: only memset sampler when about to use it.

2011-05-18 Thread Dave Airlie
Module: Mesa Branch: master Commit: 6bd8647b54054a59bdb4f0c170c4481eaadc81ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bd8647b54054a59bdb4f0c170c4481eaadc81ff Author: Dave Airlie airl...@redhat.com Date: Mon May 16 09:44:10 2011 +1000 st/mesa: only memset sampler when about to

Mesa (master): mesa/st: split updating vertex and fragment shader stages.

2011-05-18 Thread Dave Airlie
Module: Mesa Branch: master Commit: bb31ecf4fb5b2dc9bad801397562535bf38ccf9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb31ecf4fb5b2dc9bad801397562535bf38ccf9b Author: Dave Airlie airl...@redhat.com Date: Wed May 18 17:27:39 2011 +1000 mesa/st: split updating vertex and

Mesa (master): add $SELINUX_LIBS to EGL and OpenVG lib deps

2011-05-18 Thread Dave Airlie
Module: Mesa Branch: master Commit: 2758e65f28cc68411775ec41c53f773268cddc05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2758e65f28cc68411775ec41c53f773268cddc05 Author: Tapani Pälli tapani.pa...@gmail.com Date: Mon May 16 16:56:43 2011 +0300 add $SELINUX_LIBS to EGL and OpenVG

Mesa (master): i965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB_GT2.

2011-05-18 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 3e0bb02358d627e784a2b7041d6e2e23e3dfd2c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e0bb02358d627e784a2b7041d6e2e23e3dfd2c5 Author: Kenneth Graunke kenn...@whitecape.org Date: Tue May 17 23:53:52 2011 -0700 i965: Rename IS_GT1 and IS_GT2 to

Mesa (master): mesa: check that flex/bison are installed

2011-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: de1df26b5c11a45f2b1ff2ddc7b8ec764356aa94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de1df26b5c11a45f2b1ff2ddc7b8ec764356aa94 Author: Brian Paul bri...@vmware.com Date: Wed May 18 07:50:21 2011 -0600 mesa: check that flex/bison are installed

Mesa (master): mesa: simplify error check in _mesa_MapBufferRange()

2011-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 707eadcb7f603e803978a541a16e9893663c33e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=707eadcb7f603e803978a541a16e9893663c33e2 Author: Brian Paul bri...@vmware.com Date: Wed May 18 08:14:32 2011 -0600 mesa: simplify error check in

Mesa (master): mesa: only update array _MaxElement if array is enabled

2011-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 496bf04905197dc46c2dffe281008bd7f5edf8a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=496bf04905197dc46c2dffe281008bd7f5edf8a8 Author: Brian Paul bri...@vmware.com Date: Wed May 18 08:14:32 2011 -0600 mesa: only update array _MaxElement if array

Mesa (master): gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.

2011-05-18 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 61c67eca7dbcef4b7b1398f5a9e0193597f304ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61c67eca7dbcef4b7b1398f5a9e0193597f304ed Author: José Fonseca jfons...@vmware.com Date: Wed May 18 18:00:55 2011 +0100 gallivm: Tell LLVM to not assume a

Mesa (pipe-video): 70 new commits

2011-05-18 Thread Christian König
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f64199d39cb42f0266e52451fa1c4d3440bc9e2 Author: Christian König deathsim...@vodafone.de Date: Wed May 18 00:10:59 2011 +0200 [g3dvl] fix missing swizzle on instanceid URL:

Mesa (pipe-video): vdpau: rename vdpau driver to r600/softpie

2011-05-18 Thread Christian König
Module: Mesa Branch: pipe-video Commit: 0ef773ff798b2dedf1b7e53d4b5d834e1c68de38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ef773ff798b2dedf1b7e53d4b5d834e1c68de38 Author: Christian König deathsim...@vodafone.de Date: Wed May 18 21:29:39 2011 +0200 vdpau: rename vdpau driver to

Mesa (7.10): glsl: add cast to silence signed/unsigned comparison warning

2011-05-18 Thread Brian Paul
Module: Mesa Branch: 7.10 Commit: 068926aaea395983a76541b432ac9654747893e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=068926aaea395983a76541b432ac9654747893e3 Author: Brian Paul bri...@vmware.com Date: Wed May 18 13:42:37 2011 -0600 glsl: add cast to silence signed/unsigned

Mesa (7.10): glsl: add static qualifier to silence warning

2011-05-18 Thread Brian Paul
Module: Mesa Branch: 7.10 Commit: a5c09690873d5b4726e48ab5e22063795a52fbc0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5c09690873d5b4726e48ab5e22063795a52fbc0 Author: Brian Paul bri...@vmware.com Date: Wed May 18 13:42:13 2011 -0600 glsl: add static qualifier to silence warning

Mesa (7.10): draw: Fix draw_variant_output::format's type.

2011-05-18 Thread Brian Paul
Module: Mesa Branch: 7.10 Commit: 4a14f76c69c71af8868747eed4999eed944af293 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a14f76c69c71af8868747eed4999eed944af293 Author: José Fonseca jfons...@vmware.com Date: Wed May 18 13:42:52 2011 -0600 draw: Fix draw_variant_output::format's

Mesa (master): i965/fs: Fix compiler warnings about dead code from 963431829055f63ec94d

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5dd5be69f099211db027b6e39150cacefcfdf8b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dd5be69f099211db027b6e39150cacefcfdf8b6 Author: Eric Anholt e...@anholt.net Date: Mon May 9 14:58:39 2011 -0700 i965/fs: Fix compiler warnings about dead

Mesa (master): i965/fs: Cut an instruction and a temporary from gen6 discard statements.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 51761a1aefd31b7df12edd9467ac630b9cc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51761a1aefd31b7df12edd9467ac630b9cc9 Author: Eric Anholt e...@anholt.net Date: Tue May 10 15:30:11 2011 -0700 i965/fs: Cut an instruction and a temporary

Mesa (master): i965/gen6: Fix blending state when no color buffer is bound.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 367020d87ce8c27aeb58b3887fbd29d216fdc151 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=367020d87ce8c27aeb58b3887fbd29d216fdc151 Author: Eric Anholt e...@anholt.net Date: Wed May 11 14:07:44 2011 -0700 i965/gen6: Fix blending state when no color

Mesa (master): i965/fs: Fix discard and alpha test in 16-wide.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 27b03926618ddcafabb7b61e652fe6458b017b24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27b03926618ddcafabb7b61e652fe6458b017b24 Author: Eric Anholt e...@anholt.net Date: Wed May 11 12:43:28 2011 -0700 i965/fs: Fix discard and alpha test in

Mesa (master): i965/fs: Add support for if statements in 16-wide mode on gen6+.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 136eb2bde769713b100351ff96bceb970f068c0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=136eb2bde769713b100351ff96bceb970f068c0a Author: Eric Anholt e...@anholt.net Date: Tue May 10 12:55:12 2011 -0700 i965/fs: Add support for if statements in

Mesa (master): i965: Add support for correct GL_CLAMP behavior by clamping coordinates.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: b126a0c0cb30b1e2f2df1953fe14d8596d1cf4f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b126a0c0cb30b1e2f2df1953fe14d8596d1cf4f7 Author: Eric Anholt e...@anholt.net Date: Tue Nov 2 09:11:17 2010 -0700 i965: Add support for correct GL_CLAMP

Mesa (master): i965/fs: Drop the viewport index/ rtai clearing in gen6 fb writes.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7592f005608e6c03d53c18d27d9af84bde802014 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7592f005608e6c03d53c18d27d9af84bde802014 Author: Eric Anholt e...@anholt.net Date: Wed May 11 13:08:03 2011 -0700 i965/fs: Drop the viewport index/rtai

Mesa (master): i965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4bbc7915f16a8b0dcead3f34aa1b4f0328147bea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4bbc7915f16a8b0dcead3f34aa1b4f0328147bea Author: Eric Anholt e...@anholt.net Date: Thu May 12 08:49:53 2011 -0700 i965/fs: Fix GPU hang on texture2d-bias on

Mesa (master): i965/fs: Don' t emit a header on gen5+ sample messages unless required.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 90e922267a89fa9bef254bb257405531ceff7356 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90e922267a89fa9bef254bb257405531ceff7356 Author: Eric Anholt e...@anholt.net Date: Thu May 12 10:30:23 2011 -0700 i965/fs: Don't emit a header on gen5+ sample

Mesa (master): i965: Stop caching the combined depth/ stencil region in brw_context.c.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: a98dd64af750fb6dae54b2dc02e0c5a3711156af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a98dd64af750fb6dae54b2dc02e0c5a3711156af Author: Eric Anholt e...@anholt.net Date: Fri May 13 11:54:15 2011 -0700 i965: Stop caching the combined depth/stencil

Mesa (master): i965/gen6: Add support for point min/ max size from ARB_point_parameters.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 64f8ddaf9b89e99396862fa38af631dd08b8c0c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64f8ddaf9b89e99396862fa38af631dd08b8c0c5 Author: Eric Anholt e...@anholt.net Date: Thu May 12 14:19:51 2011 -0700 i965/gen6: Add support for point min/max size

Mesa (master): i965: Add support for rendering to depthbuffer mipmap levels 0.

2011-05-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3e43adef95ee24dd218279d2de56939b90edcb4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e43adef95ee24dd218279d2de56939b90edcb4c Author: Eric Anholt e...@anholt.net Date: Fri May 13 12:13:40 2011 -0700 i965: Add support for rendering to

Demos (master): bezier: check for GL_ARB_geometry_shader4 extension

2011-05-18 Thread Brian Paul
Module: Demos Branch: master Commit: b82461f2bf4a7fe0719ca1e8b45060c775cf680c URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=b82461f2bf4a7fe0719ca1e8b45060c775cf680c Author: Brian Paul bri...@vmware.com Date: Wed May 18 16:17:12 2011 -0600 bezier: check for GL_ARB_geometry_shader4