Mesa (master): r600g: flush differences back to DB copy.

2011-02-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: aa31a5cbc7b52eb1d03c6eab414479249830eabf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa31a5cbc7b52eb1d03c6eab414479249830eabf Author: Dave Airlie Date: Thu Feb 3 13:43:37 2011 +1000 r600g: flush differences back to DB copy. --- src/gallium/

Mesa (master): r600g: fix depth hw resource copies.

2011-02-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: 417cfa60b2fec89423be6ce51ab8b1f3063abb2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=417cfa60b2fec89423be6ce51ab8b1f3063abb2a Author: Dave Airlie Date: Tue Feb 1 17:20:53 2011 +1000 r600g: fix depth hw resource copies. With the previous fixes

Mesa (master): r600g: only set depth bit for hw accessible depth buffers.

2011-02-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: 5730d565498cb8b4608fb7ed526172bc4bd84cb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5730d565498cb8b4608fb7ed526172bc4bd84cb9 Author: Dave Airlie Date: Thu Feb 3 13:19:30 2011 +1000 r600g: only set depth bit for hw accessible depth buffers. I

Mesa (master): r600g: set correct pitch/ offset for depth textures in flushed state.

2011-02-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: d0293290ad620084d490b51693d97731a8935094 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0293290ad620084d490b51693d97731a8935094 Author: Dave Airlie Date: Thu Feb 3 13:21:08 2011 +1000 r600g: set correct pitch/offset for depth textures in flushed

Mesa (master): r600g: rework dirty / depth texture tracking.

2011-02-02 Thread Dave Airlie
Module: Mesa Branch: master Commit: b13b7b86b2e1165b24a2df20cb67f9f3baa17b13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b13b7b86b2e1165b24a2df20cb67f9f3baa17b13 Author: Dave Airlie Date: Thu Feb 3 13:12:35 2011 +1000 r600g: rework dirty / depth texture tracking. this adds a fl

Mesa (master): softpipe: rename sampler[] -> fragment_samplers[]

2011-02-02 Thread Brian Paul
Module: Mesa Branch: master Commit: 4629be05098a4cfececcfa98ad88282800ab3a6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4629be05098a4cfececcfa98ad88282800ab3a6c Author: Brian Paul Date: Wed Feb 2 20:43:56 2011 -0700 softpipe: rename sampler[] -> fragment_samplers[] --- src/g

Mesa (master): softpipe: rename fragment sampler/view fields

2011-02-02 Thread Brian Paul
Module: Mesa Branch: master Commit: 843f206a342751084cbd55d9fb0fdf78fd310e99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=843f206a342751084cbd55d9fb0fdf78fd310e99 Author: Brian Paul Date: Wed Feb 2 20:30:54 2011 -0700 softpipe: rename fragment sampler/view fields To be consistan

Mesa (master): cso: refactor texture sampler and sampler view code

2011-02-02 Thread Brian Paul
Module: Mesa Branch: master Commit: c06fa98c86abbff730a098ffbe980347b3c7d0e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c06fa98c86abbff730a098ffbe980347b3c7d0e6 Author: Brian Paul Date: Wed Feb 2 20:19:51 2011 -0700 cso: refactor texture sampler and sampler view code This cons

Mesa (master): cso: rename fragment sampler-related fields

2011-02-02 Thread Brian Paul
Module: Mesa Branch: master Commit: 5f30e0b2316c5d0a50f1b331e7cdb4c46882e918 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f30e0b2316c5d0a50f1b331e7cdb4c46882e918 Author: Brian Paul Date: Wed Feb 2 18:14:46 2011 -0700 cso: rename fragment sampler-related fields To better disting

Mesa (master): cso: fix loop bound in cso_set_vertex_samplers()

2011-02-02 Thread Brian Paul
Module: Mesa Branch: master Commit: d087cfaabf386c462329fb62f54311523a89f106 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d087cfaabf386c462329fb62f54311523a89f106 Author: Brian Paul Date: Wed Feb 2 18:11:27 2011 -0700 cso: fix loop bound in cso_set_vertex_samplers() Before we we

Demos (master): Add --with-system-data-files option

2011-02-02 Thread Brian Paul
Module: Demos Branch: master Commit: 2ec1a249ddb1fe18fd01cc9147f7f5600c613ed7 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=2ec1a249ddb1fe18fd01cc9147f7f5600c613ed7 Author: Paulo Zanoni Date: Fri Jan 28 17:34:24 2011 -0200 Add --with-system-data-files option If you specify --with

Mesa (master): glcpp: Raise error when modulus is zero

2011-02-02 Thread Chad Versace
Module: Mesa Branch: master Commit: fd1252ab67abb1ea351195e192429f292667a8a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd1252ab67abb1ea351195e192429f292667a8a2 Author: Chad Versace Date: Wed Feb 2 10:15:19 2011 -0800 glcpp: Raise error when modulus is zero For example, this n

Mesa (master): glsl: Avoid division-by-zero during constant-folding

2011-02-02 Thread Chad Versace
Module: Mesa Branch: master Commit: e7c1f058d18f62aa4871aec623f994d7b68cb8c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7c1f058d18f62aa4871aec623f994d7b68cb8c1 Author: Chad Versace Date: Tue Feb 1 10:14:28 2011 -0800 glsl: Avoid division-by-zero during constant-folding Avoid

Mesa (master): glsl: Fix constant-folding for reciprocal expressions

2011-02-02 Thread Chad Versace
Module: Mesa Branch: master Commit: b3cf92aa916ee0537ee37723c23a9897ac9cd3e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3cf92aa916ee0537ee37723c23a9897ac9cd3e0 Author: Chad Versace Date: Tue Feb 1 09:09:33 2011 -0800 glsl: Fix constant-folding for reciprocal expressions Do no

Mesa (master): svga: Flush upload buffers or we get asserts

2011-02-02 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 50278c0901d07d0b6c8b883683b1f3d96378bdb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50278c0901d07d0b6c8b883683b1f3d96378bdb5 Author: José Fonseca Date: Wed Feb 2 11:28:41 2011 + svga: Flush upload buffers or we get asserts Based on work