Mesa (texformat-rework): 21 new commits

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 26 00:30:47 UTC 2009


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8ded352ec45696e88efe6d52a375bbf541354e9
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 18:10:45 2009 -0600

    progs/tests: disable blending while drawing text

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11caea687e3f10ae12d33e44edf84635f73047dd
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 18:06:18 2009 -0600

    mesa: choose texture format in core mesa, not drivers
    
    Call the ctx->Driver.ChooseTextureFormat() function from core Mesa's
    _mesa_[Copy]TexImage functions instead of in the driver functions.
    One less thing for drivers to do.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=355b5bde5056297f4f1636850449b91626958408
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:32:56 2009 -0600

    mesa: remove _mesa_compressed_texture_size_glenum() stub

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20c6c5853261b31ecd50d58e0aae9b92f25e41db
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:25:46 2009 -0600

    mesa: remove _mesa_compressed_row_stride()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3f2efc4f14d6f0d06560d2acfac73628f5a74a6
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:23:37 2009 -0600

    mesa: remove calls to _mesa_compressed_row_stride()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c83b7587608e1791e092739cc9753ad0e895f25d
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:21:25 2009 -0600

    glide: remove _mesa_compressed_row_stride() calls
    
    And fix incorrect first parameter.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=253e7fee5dc7f0872987b214a6fa162db5e2aa19
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:21:11 2009 -0600

    mesa: remove _mesa_compressed_row_stride() calls

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2594168e9f3cdc4ac53c925486491167837cda30
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:20:13 2009 -0600

    mesa: begin removing _mesa_compressed_row_stride() calls
    
    Use equivalent _mesa_format_row_stride() function instead.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=82bcc1c5d27b825db7f002c3c183bd1dc7833438
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:15:02 2009 -0600

    mesa: simplify texture_row_stride() helper

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=07ad6393cb31d8f1f086f9c46705334ef9cf25f6
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 17:07:06 2009 -0600

    mesa: fix-up error checking related to compressed texture block size

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=54bb414e00a4daedbe530b9933bc11bac4ae7149
Author: Brian Paul <brianp at vmware.com>
Date:   Sun Oct 25 16:59:08 2009 -0600

    mesa: clean-up, simplify compressed texture size checking

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6ee86c77a8e1543557fd64c1f1c354baa0a8ad8
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 16:49:57 2009 -0600

    mesa: remove _mesa_compressed_texture_size()
    
    Use _mesa_format_image_size() instead.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c00981b22b28141af1442e5a679d0923b4358ae
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 16:34:18 2009 -0600

    mesa: remove ctx->Driver.CompressedTextureSize() hook
    
    It always just called _mesa_compressed_texture_size() anyway.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=35efc6a1b3e3dada2cf9bd3a503c1b84f4bcb7f5
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 16:28:24 2009 -0600

    mesa: change compressed texture size calls
    
    Replace calls to ctx->Driver.CompressedTextureSize with calls to
    _mesa_format_image_size.  The former always called the later.

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bea245ac2fecc312caec8f4af53174e4fb180103
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 12:04:09 2009 -0600

    mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c8282769601ba30c00f04dac15d1dad6d67db6e
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 11:52:31 2009 -0600

    mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()
    
    _mesa_compressed_row_stride() can go away soon.
    _mesa_compressed_image_address() can be generalized and moved to formats.c

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ad9671db7bd60fa84266f30f46555b4e45bcb08
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 11:41:25 2009 -0600

    mesa: s/GLuint/gl_format/

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c3787f5130f79c3adbb9e8e1ace8935c919876f
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 11:34:27 2009 -0600

    mesa: move assertion after declaration

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d255aaf54f9a4398247698408bd45698b1cefe58
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 11:33:58 2009 -0600

    mesa: remove hard-coded block sizes

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b16c43e436715bef9118fdb28ca8a9ad91b1e66
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 11:33:10 2009 -0600

    mesa: added _mesa_get_format_block_size()

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=51bc12d62338ad1874c437d692e1182c0bf3d4cd
Author: Brian Paul <brianp at vmware.com>
Date:   Sat Oct 24 11:08:01 2009 -0600

    progs/tests: fix sub texture offsets




More information about the mesa-commit mailing list