Mesa (7.11): r600g: set correct tiling flags in depth info

2011-10-26 Thread Marek Olšák
Module: Mesa Branch: 7.11 Commit: 00c44de1a6a34cfef583f00cc56795d1ff221b6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00c44de1a6a34cfef583f00cc56795d1ff221b6e Author: Marek Olšák Date: Wed Oct 26 14:51:30 2011 +0200 r600g: set correct tiling flags in depth info The kernel curre

Mesa (master): r600g: cleanup draw_vbo and add comments

2011-10-26 Thread Marek Olšák
Module: Mesa Branch: master Commit: 344039d81d3cc079dd73b3b703ff613c344904e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=344039d81d3cc079dd73b3b703ff613c344904e0 Author: Marek Olšák Date: Wed Oct 26 02:17:52 2011 +0200 r600g: cleanup draw_vbo and add comments --- src/gallium/d

Mesa (master): llvmpipe: llvmpipe doesn't support pure integers yet.

2011-10-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: d404f6069307699206c134924cdd124d04ae2266 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d404f6069307699206c134924cdd124d04ae2266 Author: Dave Airlie Date: Wed Oct 26 15:50:47 2011 +0200 llvmpipe: llvmpipe doesn't support pure integers yet. Should

Mesa (master): r600g: remove redundant assignment of pipe_draw_info in draw_vbo

2011-10-26 Thread Marek Olšák
Module: Mesa Branch: master Commit: 69e48e7220f018d874e85eea6962ec58b1feba87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69e48e7220f018d874e85eea6962ec58b1feba87 Author: Marek Olšák Date: Wed Oct 26 15:52:32 2011 +0200 r600g: remove redundant assignment of pipe_draw_info in draw_

Mesa (master): mesa: Skip texstore for 0-sized texture data.

2011-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: b31104e318ec1a49447d3f301bcfe46b22d508db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b31104e318ec1a49447d3f301bcfe46b22d508db Author: Eric Anholt Date: Tue Oct 25 14:38:39 2011 -0700 mesa: Skip texstore for 0-sized texture data. The intel driv

Mesa (master): mesa: Fold gallium' s texture border stripping into a core Mesa option.

2011-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9c4b02528752eb6392009e41025202fc9f9ca5b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c4b02528752eb6392009e41025202fc9f9ca5b3 Author: Eric Anholt Date: Mon Oct 17 14:30:26 2011 -0700 mesa: Fold gallium's texture border stripping into a core Mes

Mesa (master): mesa: Apply StripTextureBorder to CopyTexImage as well.

2011-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 638b657f838266e3d4892d06ff53a1c1bee24a9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=638b657f838266e3d4892d06ff53a1c1bee24a9b Author: Eric Anholt Date: Tue Oct 25 12:10:21 2011 -0700 mesa: Apply StripTextureBorder to CopyTexImage as well. Revi

Mesa (master): intel: Enable stripping of texture borders.

2011-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 96db07e28c165610b809a9fd88410a82a24a893e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96db07e28c165610b809a9fd88410a82a24a893e Author: Eric Anholt Date: Mon Oct 17 14:34:52 2011 -0700 intel: Enable stripping of texture borders. This replaces so

Mesa (master): intel: Drop texture border support code.

2011-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4ad8a0adec588b4c2c5a8f93265ed46cee5d3ff6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ad8a0adec588b4c2c5a8f93265ed46cee5d3ff6 Author: Eric Anholt Date: Mon Oct 17 14:53:13 2011 -0700 intel: Drop texture border support code. Now that texture bo

Mesa (master): glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.

2011-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4fc9a98a0e01195202cd5f3f5a78cf28c5e8843c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fc9a98a0e01195202cd5f3f5a78cf28c5e8843c Author: Eric Anholt Date: Fri Oct 21 10:45:48 2011 -0700 glsl: Rename remaining internal builtins from gl_MESA* to gl_

Mesa (master): st/mesa: tell VBO module to always unmap buffers before drawing

2011-10-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 2997b458964b82c2cb7d0e57b3ead9371c4a8ea1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2997b458964b82c2cb7d0e57b3ead9371c4a8ea1 Author: Brian Paul Date: Tue Oct 25 17:41:12 2011 -0600 st/mesa: tell VBO module to always unmap buffers before drawin

Mesa (master): st/glx: fix mixed declarations and code, remove unused var

2011-10-26 Thread Brian Paul
Module: Mesa Branch: master Commit: 27de26073b0ab385e57504d77197a33bb7b6c28f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27de26073b0ab385e57504d77197a33bb7b6c28f Author: Brian Paul Date: Wed Oct 26 10:38:29 2011 -0600 st/glx: fix mixed declarations and code, remove unused var --