Mesa (master): ilo: introduce ilo_shader_cso for VS

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d209da5e338ee1f437cbce21e9cba667d60ee557 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d209da5e338ee1f437cbce21e9cba667d60ee557 Author: Chia-I Wu Date: Thu Jun 20 16:34:25 2013 +0800 ilo: introduce ilo_shader_cso for VS When a new VS kernel is

Mesa (master): ilo: use ilo_shader_cso for GS

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 851202c319701c541d52f87ffa22505504c50d57 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=851202c319701c541d52f87ffa22505504c50d57 Author: Chia-I Wu Date: Thu Jun 20 17:42:21 2013 +0800 ilo: use ilo_shader_cso for GS Add ilo_gpe_init_gs_cso() to

Mesa (master): ilo: use multiple entry points for shader creation

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f0afedeb750d9f696242294c730827a28bdaac70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0afedeb750d9f696242294c730827a28bdaac70 Author: Chia-I Wu Date: Thu Jun 20 12:46:36 2013 +0800 ilo: use multiple entry points for shader creation Replace

Mesa (master): ilo: move internal shader interface to a new header

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4d789c76dce580d754fe146041d7a1118524a4ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d789c76dce580d754fe146041d7a1118524a4ff Author: Chia-I Wu Date: Thu Jun 20 11:52:03 2013 +0800 ilo: move internal shader interface to a new header Move it

Mesa (master): ilo: rename cache_seqno to uploaded

2013-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8b2cba8f97cf7df428fc91098ebacfac749a31b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b2cba8f97cf7df428fc91098ebacfac749a31b0 Author: Chia-I Wu Date: Thu Jun 20 11:36:36 2013 +0800 ilo: rename cache_seqno to uploaded It has been used as a

Mesa (master): ilo: replace a boolean by bool

2013-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bbd2d575e649c0929d125c7dd44723aeabcb2323 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbd2d575e649c0929d125c7dd44723aeabcb2323 Author: Chia-I Wu Date: Thu Jun 20 11:38:28 2013 +0800 ilo: replace a boolean by bool bool is used internally. This

Mesa (master): ilo: rework shader cache

2013-06-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cf41fae96b3d796ce80b2d1ad76b5c84a0669314 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf41fae96b3d796ce80b2d1ad76b5c84a0669314 Author: Chia-I Wu Date: Wed Jun 19 09:56:05 2013 +0800 ilo: rework shader cache The new code makes the shader cache

Mesa (master): ilo: construct depth/stencil command in create_surface()

2013-06-18 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 443dc15cf77edcaa7804c4277f0cce5d7c1d6b25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=443dc15cf77edcaa7804c4277f0cce5d7c1d6b25 Author: Chia-I Wu Date: Tue Jun 18 12:33:15 2013 +0800 ilo: construct depth/stencil command in create_surface() Add

Mesa (master): ilo: add pipe-based copy method to ilo_blitter

2013-06-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 98bc4c62a621fa1f8c099c45767d22e5d2bc9741 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98bc4c62a621fa1f8c099c45767d22e5d2bc9741 Author: Chia-I Wu Date: Mon Jun 17 14:17:10 2013 +0800 ilo: add pipe-based copy method to ilo_blitter It enables

Mesa (master): ilo: add BLT-based blitting methods to ilo_blitter

2013-06-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ebfd7a61c0a4ca9395ef7a522cc491208e3f045f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebfd7a61c0a4ca9395ef7a522cc491208e3f045f Author: Chia-I Wu Date: Mon Jun 17 13:59:51 2013 +0800 ilo: add BLT-based blitting methods to ilo_blitter Port BLT

Mesa (master): ilo: replace util_blitter by ilo_blitter

2013-06-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b4b3a5c6dc159dd46fecca7ce64fe90f0c6c7496 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4b3a5c6dc159dd46fecca7ce64fe90f0c6c7496 Author: Chia-I Wu Date: Mon Jun 17 12:24:17 2013 +0800 ilo: replace util_blitter by ilo_blitter ilo_blitter is just

Mesa (master): ilo: fix for half-float vertex arrays

2013-06-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bfa8d21759c5f2b5b0885c696842167bd4c64fee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfa8d21759c5f2b5b0885c696842167bd4c64fee Author: Chia-I Wu Date: Sat Jun 15 00:56:17 2013 +0800 ilo: fix for half-float vertex arrays Commit

Mesa (master): ilo: silence a compiler warning

2013-06-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0d9afaad35e108f9f5f124d31c2cb7e3e052851e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d9afaad35e108f9f5f124d31c2cb7e3e052851e Author: Chia-I Wu Date: Fri Jun 14 15:26:07 2013 +0800 ilo: silence a compiler warning The path should never be hit

Mesa (master): ilo: add some assertions to help debugging

2013-06-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 36ffd0870642d88e0a6a2a71e6c9b44fe656cae0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36ffd0870642d88e0a6a2a71e6c9b44fe656cae0 Author: Chia-I Wu Date: Fri Jun 14 15:35:36 2013 +0800 ilo: add some assertions to help debugging Assert that we do

Mesa (master): st/mesa: fix temp texture bindings in st_CopyPixels()

2013-06-13 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 399548b17fcc679d293920f1088c50004babfc92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=399548b17fcc679d293920f1088c50004babfc92 Author: Chia-I Wu Date: Thu Jun 13 13:18:15 2013 +0800 st/mesa: fix temp texture bindings in st_CopyPixels() The

Mesa (9.1): u_vbuf: fix index buffer leak

2013-06-13 Thread Chia-I Wu
Module: Mesa Branch: 9.1 Commit: dfb163165a43f6c1ab3f89c17e19618b74e52147 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfb163165a43f6c1ab3f89c17e19618b74e52147 Author: Chia-I Wu Date: Tue Jun 4 16:39:07 2013 +0800 u_vbuf: fix index buffer leak Signed-off-by: Chia-I Wu Reviewed

Mesa (master): ilo: mapping a resource may make some states dirty

2013-06-13 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c7e9b15010c32302d3cceac06ff8c34619deab7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7e9b15010c32302d3cceac06ff8c34619deab7c Author: Chia-I Wu Date: Thu Jun 13 18:22:40 2013 +0800 ilo: mapping a resource may make some states dirty When a

Mesa (master): ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140

2013-06-13 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5f15050dc9819beb4513b9923af3b5d1600b184f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f15050dc9819beb4513b9923af3b5d1600b184f Author: Chia-I Wu Date: Thu Jun 13 17:48:00 2013 +0800 ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140 With UBO and

Mesa (master): ilo: initialize dirty flags in ilo_init_states()

2013-06-13 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4df85dbc0652d13093bc29c93b247ced4654af6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4df85dbc0652d13093bc29c93b247ced4654af6c Author: Chia-I Wu Date: Thu Jun 13 17:46:58 2013 +0800 ilo: initialize dirty flags in ilo_init_states() Now that we

Mesa (master): ilo: re-emit states that involve resources

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6057d7b7b58102bf7c3c4ecb08c1b7261f299efa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6057d7b7b58102bf7c3c4ecb08c1b7261f299efa Author: Chia-I Wu Date: Thu Jun 13 10:10:17 2013 +0800 ilo: re-emit states that involve resources Even with hardware

Mesa (master): ilo: fix for util_blitter_clear() changes

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b65bdc61bd3d694d26ccae165b12f7d6d41327f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b65bdc61bd3d694d26ccae165b12f7d6d41327f9 Author: Chia-I Wu Date: Thu Jun 13 12:57:07 2013 +0800 ilo: fix for util_blitter_clear() changes It has been broken

Mesa (master): ilo: get rid of function tables in winsys

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cdfb2163c4cf6b54b6d8ba61f5460a29f58e3184 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdfb2163c4cf6b54b6d8ba61f5460a29f58e3184 Author: Chia-I Wu Date: Wed Jun 12 16:21:00 2013 +0800 ilo: get rid of function tables in winsys We are moving

Mesa (master): winsys/intel: make struct intel_bo alias drm_intel_bo

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: adf324ad28ccd9c6fdb8461661b95c2b5d49b6f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adf324ad28ccd9c6fdb8461661b95c2b5d49b6f7 Author: Chia-I Wu Date: Wed Jun 12 17:05:26 2013 +0800 winsys/intel: make struct intel_bo alias drm_intel_bo There

Mesa (master): winsys/intel: reorganize functions

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e7a14eea1616e597215f037708a56f8ad5850815 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7a14eea1616e597215f037708a56f8ad5850815 Author: Chia-I Wu Date: Wed Jun 12 16:56:49 2013 +0800 winsys/intel: reorganize functions Move functions around to

Mesa (master): ilo: update winsys interface

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 39226705b7ee79504b5b09669e5420cd7c374713 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39226705b7ee79504b5b09669e5420cd7c374713 Author: Chia-I Wu Date: Wed Jun 12 16:38:38 2013 +0800 ilo: update winsys interface The motivation is to kill tiling

Mesa (master): ilo: remove unnecessary tex_set_bo/buf_set_bo

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 3f79188854fd7f63ad1eb0d4ab1fc24117fd0d78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f79188854fd7f63ad1eb0d4ab1fc24117fd0d78 Author: Chia-I Wu Date: Tue Jun 11 18:51:22 2013 +0800 ilo: remove unnecessary tex_set_bo/buf_set_bo Merge the

Mesa (master): ilo: access bo size directly

2013-06-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6fe0453c339b6e894e0ee8d2200e7638a43ed21e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fe0453c339b6e894e0ee8d2200e7638a43ed21e Author: Chia-I Wu Date: Tue Jun 11 19:00:32 2013 +0800 ilo: access bo size directly buf->bo_size is readily avaia

Mesa (master): util: add util_resource_is_array_texture()

2013-06-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d6c2708e1eb319e577f61ea137471a1966d231ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6c2708e1eb319e577f61ea137471a1966d231ab Author: Chia-I Wu Date: Fri Jun 7 14:52:48 2013 +0800 util: add util_resource_is_array_texture() Checking if

Mesa (master): ilo: fix textureSize() for single-layered array textures

2013-06-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7916d5ed88a29177f1dc2a11fbacbd95e512e025 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7916d5ed88a29177f1dc2a11fbacbd95e512e025 Author: Chia-I Wu Date: Fri Jun 7 15:10:19 2013 +0800 ilo: fix textureSize() for single-layered array textures We

Mesa (master): u_vbuf: fix index buffer leak

2013-06-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 97d641eb229e48cacc448eefb583381a27bd8af1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97d641eb229e48cacc448eefb583381a27bd8af1 Author: Chia-I Wu Date: Tue Jun 4 16:39:07 2013 +0800 u_vbuf: fix index buffer leak Signed-off-by: Chia-I Wu

Mesa (master): ilo: add support for TEX2/TXB2/TXL2 in fs

2013-06-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cde49c71a31dc14badeb107ec6ae4e232f0e0ebf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cde49c71a31dc14badeb107ec6ae4e232f0e0ebf Author: Chia-I Wu Date: Fri Jun 7 14:18:59 2013 +0800 ilo: add support for TEX2/TXB2/TXL2 in fs They were already

Mesa (master): ilo: advertise PIPE_CAP_CUBE_MAP_ARRAY

2013-06-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9b34a7f29a54145d688e481c9c63c91614ab55b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b34a7f29a54145d688e481c9c63c91614ab55b0 Author: Chia-I Wu Date: Fri Jun 7 13:39:41 2013 +0800 ilo: advertise PIPE_CAP_CUBE_MAP_ARRAY It was supported but

Mesa (master): ilo: use slab allocator for transfers

2013-06-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7142da6dd1b12f203a7daaa7d79235da8b5bc721 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7142da6dd1b12f203a7daaa7d79235da8b5bc721 Author: Chia-I Wu Date: Fri Jun 7 13:11:49 2013 +0800 ilo: use slab allocator for transfers Slab allocator is

Mesa (master): 23 new commits

2013-06-06 Thread Chia-I Wu
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09f62a13fcddd237e7a3aef6185377f9a585a332 Author: Chia-I Wu Date: Tue Jun 4 16:20:05 2013 +0800 ilo: clean up states upon context destroy We need to unreference resources that we referenced. URL: http

Mesa (master): ilo: simplify shader variant handling

2013-05-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8b1c9de166129086ff73a3ed0378e3feb06dda15 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b1c9de166129086ff73a3ed0378e3feb06dda15 Author: Courtney Goeltzenleuchter Date: Tue May 28 09:54:43 2013 -0600 ilo: simplify shader variant handling Remove h

Mesa (master): ilo: enable multiple constant buffers

2013-05-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5285c4c88e4beab653660e8a5b51ce9a779fc0d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5285c4c88e4beab653660e8a5b51ce9a779fc0d2 Author: Chia-I Wu Date: Mon May 27 12:31:01 2013 +0800 ilo: enable multiple constant buffers This effectively

Mesa (master): ilo: add support for indirect access of CONST in FS

2013-05-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 3a5dd39b1d8247791f7ba7eedb78654d1ecabe82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a5dd39b1d8247791f7ba7eedb78654d1ecabe82 Author: Chia-I Wu Date: Mon May 27 12:09:33 2013 +0800 ilo: add support for indirect access of CONST in FS Unlike

Mesa (master): ilo: add support for TBOs on GEN6

2013-05-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8e7987cc4940909fde3fdde44c31c0ddfa276bb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e7987cc4940909fde3fdde44c31c0ddfa276bb0 Author: Chia-I Wu Date: Mon May 27 12:29:51 2013 +0800 ilo: add support for TBOs on GEN6 This hunk was missing in

Mesa (master): ilo: add support for texture buffer objects

2013-05-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fb40aca8791a8dc6b5777fd4cc0b060553e799ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb40aca8791a8dc6b5777fd4cc0b060553e799ef Author: Chia-I Wu Date: Thu May 23 12:50:14 2013 +0800 ilo: add support for texture buffer objects Take care of

Mesa (master): tgsi: add buffer texture to tgsi_util_get_texture_coord_dim( )

2013-05-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 441aa9326a2c7b575f833ed18e97f3ce70844b25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=441aa9326a2c7b575f833ed18e97f3ce70844b25 Author: Chia-I Wu Date: Thu May 23 13:24:55 2013 +0800 tgsi: add buffer texture to tgsi_util_get_texture_coord_dim

Mesa (master): ilo: advertise supports for pure integer formats

2013-05-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 11c9aaf30ab63ef856d0fe6f794a74db136afea0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11c9aaf30ab63ef856d0fe6f794a74db136afea0 Author: Chia-I Wu Date: Thu May 23 14:02:36 2013 +0800 ilo: advertise supports for pure integer formats For pure

Mesa (master): ilo: Initialize need_flush in draw_vbo.

2013-05-23 Thread Chia-I Wu
uninitialized if hw3d->new_batch was true. Fixes "Uninitialized scalar variable" defect reported by Coverity. Signed-off-by: Vinson Lee Reviewed-by: Chia-I Wu --- src/gallium/drivers/ilo/ilo_3d.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/galliu

Mesa (master): ilo: set more fields of 3DSTATE_DEPTH_BUFFER

2013-05-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ff68f61bedc2d910b98af4ef4475373f4d3958a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff68f61bedc2d910b98af4ef4475373f4d3958a3 Author: Chia-I Wu Date: Wed May 22 12:19:13 2013 +0800 ilo: set more fields of 3DSTATE_DEPTH_BUFFER Set lod/layer

Mesa (master): ilo: correctly set view extent in SURFACE_STATE

2013-05-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f3da711bea8637d1ad7e0113cb663667ba198c26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3da711bea8637d1ad7e0113cb663667ba198c26 Author: Chia-I Wu Date: Wed May 22 13:00:30 2013 +0800 ilo: correctly set view extent in SURFACE_STATE The view

Mesa (master): ilo: avoid unnecessary emission of SO states

2013-05-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bbb30398e58440bf542427a408810cf0e31297b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbb30398e58440bf542427a408810cf0e31297b5 Author: Chia-I Wu Date: Wed May 22 15:33:15 2013 +0800 ilo: avoid unnecessary emission of SO states No need to emit

Mesa (master): ilo: replace cp hooks by cp owner and flush callback

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0d42a9e9414a1c015e1ceced4d773a455e5b39d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d42a9e9414a1c015e1ceced4d773a455e5b39d1 Author: Chia-I Wu Date: Mon May 20 12:13:34 2013 +0800 ilo: replace cp hooks by cp owner and flush callback The

Mesa (master): ilo: refactor blitter_xy_color_blt()

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 731cafe7b24dbf846651264a3463821ce61148d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=731cafe7b24dbf846651264a3463821ce61148d1 Author: Chia-I Wu Date: Fri May 17 15:06:19 2013 +0800 ilo: refactor blitter_xy_color_blt() Add gen6_XY_COLOR_BLT

Mesa (master): ilo: use BLT engine to copy between textures

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2b7463cf3a50e136b6e99cfbb309f6c38152ac8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b7463cf3a50e136b6e99cfbb309f6c38152ac8c Author: Chia-I Wu Date: Fri May 17 16:20:52 2013 +0800 ilo: use BLT engine to copy between textures Emit

Mesa (master): ilo: use BLT engine to copy between buffers

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c44ebb4ef44422db35f985bb177482a13b4302aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c44ebb4ef44422db35f985bb177482a13b4302aa Author: Chia-I Wu Date: Fri May 17 15:54:45 2013 +0800 ilo: use BLT engine to copy between buffers Emit (possibly

Mesa (master): ilo: update format mappings

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1ed7b825cf3e9395dc1452059af6deb74a64f225 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ed7b825cf3e9395dc1452059af6deb74a64f225 Author: Chia-I Wu Date: Mon May 20 17:32:35 2013 +0800 ilo: update format mappings Add more PIPE_FORMAT

Mesa (master): ilo: update headers from i965

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bd8090a5af3dc8869dfe458ed5d9ef3c823c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd8090a5af3dc8869dfe458ed5d9ef3c823c Author: Chia-I Wu Date: Mon May 20 17:18:12 2013 +0800 ilo: update headers from i965 Mainly for MI_LOAD_REGISTER_IMM

Mesa (master): ilo: harware contexts are only for the render ring

2013-05-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a04d8574c61f286fd9ec51f667648f73e332462f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a04d8574c61f286fd9ec51f667648f73e332462f Author: Chia-I Wu Date: Fri May 17 16:10:11 2013 +0800 ilo: harware contexts are only for the render ring The

Mesa (master): ilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+

2013-05-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 435aea6f3284da42ef9da1d928f59971ecf6a3d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=435aea6f3284da42ef9da1d928f59971ecf6a3d2 Author: Chia-I Wu Date: Fri May 10 15:21:27 2013 +0800 ilo: emit 3DSTATE_STENCIL_BUFFER on GEN7+ Whether HiZ is

Mesa (master): ilo: add support for stencil resources on GEN7+

2013-05-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6b894e6900c2705c31d1af920a85389262e90bb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b894e6900c2705c31d1af920a85389262e90bb3 Author: Chia-I Wu Date: Wed May 15 12:18:13 2013 +0800 ilo: add support for stencil resources on GEN7+ For

Mesa (master): winsys/intel: test for and expose address swizzling

2013-05-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5c9b69d259def75f365998603d68d6749209f8b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c9b69d259def75f365998603d68d6749209f8b0 Author: Chia-I Wu Date: Fri May 10 14:23:33 2013 +0800 winsys/intel: test for and expose address swizzling Without

Mesa (master): ilo: clean up transfer format conversion

2013-05-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c68424bac4a75cae8e605629ed62d345b694dc79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c68424bac4a75cae8e605629ed62d345b694dc79 Author: Chia-I Wu Date: Wed May 15 13:52:14 2013 +0800 ilo: clean up transfer format conversion Map the bo directly

Mesa (master): ilo: rework transfer mapping method choosing

2013-05-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cb57da421a333f5649201a41378e2b4087b38b42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb57da421a333f5649201a41378e2b4087b38b42 Author: Chia-I Wu Date: Wed May 15 11:24:02 2013 +0800 ilo: rework transfer mapping method choosing Always check if

Mesa (master): ilo: refactor transfer mapping

2013-05-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b6c307744f01c40cdaa128318db7229261a3186e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6c307744f01c40cdaa128318db7229261a3186e Author: Chia-I Wu Date: Wed May 15 08:51:16 2013 +0800 ilo: refactor transfer mapping Add tex_get_box_offset() to

Mesa (master): ilo: no writeback without PIPE_TRANSFER_WRITE

2013-05-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5af8641ce0d1d725d5eb1df83c8211d2cdbe528c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5af8641ce0d1d725d5eb1df83c8211d2cdbe528c Author: Chia-I Wu Date: Wed May 15 08:50:34 2013 +0800 ilo: no writeback without PIPE_TRANSFER_WRITE We should not

Mesa (master): ilo: simplify ilo_texture_get_slice_offset()

2013-05-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ca349e02171058c47fea610b2d884e4b08b371ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca349e02171058c47fea610b2d884e4b08b371ac Author: Chia-I Wu Date: Tue May 14 18:47:03 2013 +0800 ilo: simplify ilo_texture_get_slice_offset() Always return a

Mesa (master): ilo: minor cleanups for transfers

2013-05-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 46bb33bc217e20c42ffca11d15d1efb01043d489 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46bb33bc217e20c42ffca11d15d1efb01043d489 Author: Chia-I Wu Date: Wed May 15 08:49:22 2013 +0800 ilo: minor cleanups for transfers Rename some functions and

Mesa (master): ilo: rework ilo_texture

2013-05-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 176ad54c04f5b945e47b61a3cad4b6c87d883a41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=176ad54c04f5b945e47b61a3cad4b6c87d883a41 Author: Chia-I Wu Date: Mon May 13 15:19:55 2013 +0800 ilo: rework ilo_texture Use ilo_buffer for buffer resources

Mesa (master): ilo: rename ilo_resource to ilo_texture

2013-05-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 768296dd05fce98b7ad5219c647ded087b287742 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=768296dd05fce98b7ad5219c647ded087b287742 Author: Chia-I Wu Date: Mon May 13 15:10:34 2013 +0800 ilo: rename ilo_resource to ilo_texture In preparation for

Mesa (master): ilo: move transfer-related functions to a new file

2013-05-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 528ac68f7a5225be5d624b6eca91be11122dfa91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=528ac68f7a5225be5d624b6eca91be11122dfa91 Author: Chia-I Wu Date: Mon May 13 14:29:09 2013 +0800 ilo: move transfer-related functions to a new file Resource

Mesa (master): ilo: Initialize read_back in transfer_map_sys.

2013-05-10 Thread Chia-I Wu
"Uninitialized scalar variable" defect reported by Coverity. Signed-off-by: Vinson Lee Reviewed-by: Chia-I Wu --- src/gallium/drivers/ilo/ilo_resource.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/ilo/ilo_resource.c b/src/gallium/d

Mesa (master): ilo: Add support for HW primitive restart.

2013-05-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: daa90f91ff2ea4b3b204f9e56e3223fded55972c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=daa90f91ff2ea4b3b204f9e56e3223fded55972c Author: Courtney Goeltzenleuchter Date: Wed May 8 14:52:13 2013 -0600 ilo: Add support for HW primitive restart. Now

Mesa (master): ilo: add support for PIPE_FORMAT_ETC1_RGB8

2013-05-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a8e46140718b85fd33be97c693050f8722db1def URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8e46140718b85fd33be97c693050f8722db1def Author: Chia-I Wu Date: Thu May 9 15:14:11 2013 +0800 ilo: add support for PIPE_FORMAT_ETC1_RGB8 It is decompressed

Mesa (master): ilo: support mapping with a staging system buffer

2013-05-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 183ea823fd3a8a043ceb0e5d774eee459155a6f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=183ea823fd3a8a043ceb0e5d774eee459155a6f6 Author: Chia-I Wu Date: Thu May 9 14:21:25 2013 +0800 ilo: support mapping with a staging system buffer It can be

Mesa (master): ilo: allow bo format to differ from that requested

2013-05-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7cca1aac9dba97cc7a97d3fd7690bc4af4bda0a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cca1aac9dba97cc7a97d3fd7690bc4af4bda0a6 Author: Chia-I Wu Date: Thu May 9 12:10:41 2013 +0800 ilo: allow bo format to differ from that requested For

Mesa (master): ilo: allow for different mapping methods

2013-05-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: baa44db06586f8f844046a6397ea609f55cd3b97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=baa44db06586f8f844046a6397ea609f55cd3b97 Author: Chia-I Wu Date: Thu May 9 14:07:58 2013 +0800 ilo: allow for different mapping methods We want to or need

Mesa (master): ilo: remove our own type inference

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 00035670de83f96499415bb8ef65374312505f5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00035670de83f96499415bb8ef65374312505f5c Author: Chia-I Wu Date: Wed May 8 11:32:22 2013 +0800 ilo: remove our own type inference tgsi_opcode_infer_{src,dst

Mesa (master): ilo: use tgsi_util_get_texture_coord_dim()

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b74af51a4602389698768d542d79c5ce2ec917fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b74af51a4602389698768d542d79c5ce2ec917fe Author: Chia-I Wu Date: Wed May 8 11:07:27 2013 +0800 ilo: use tgsi_util_get_texture_coord_dim() And remove

Mesa (master): tgsi: fix operand type of TGSI_OPCODE_NOT

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 75a48a53d80706b3e6d1309c81be5c1585a92302 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75a48a53d80706b3e6d1309c81be5c1585a92302 Author: Chia-I Wu Date: Sat May 4 18:06:39 2013 +0800 tgsi: fix operand type of TGSI_OPCODE_NOT It should be

Mesa (master): tgsi: refactor tgsi_opcode_infer_src_type()

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1f970816b1a6d3cf63a0a2a1092fbb485024b37a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f970816b1a6d3cf63a0a2a1092fbb485024b37a Author: Chia-I Wu Date: Sat May 4 17:54:16 2013 +0800 tgsi: refactor tgsi_opcode_infer_src_type() Call

Mesa (master): tgsi: refactor tgsi_opcode_infer_dst_type()

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 364feb327d4bea09998818975deaa70a43909454 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=364feb327d4bea09998818975deaa70a43909454 Author: Chia-I Wu Date: Sat May 4 13:27:59 2013 +0800 tgsi: refactor tgsi_opcode_infer_dst_type() Move the body of

Mesa (master): tgsi: reorder opcodes in opcode type inference

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8a52453f5d6fa5e08955f9d4f952400fbe5624d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a52453f5d6fa5e08955f9d4f952400fbe5624d2 Author: Chia-I Wu Date: Sat May 4 09:44:39 2013 +0800 tgsi: reorder opcodes in opcode type inference Reorder

Mesa (master): tgsi: clean up exec_tex()

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 61d57ec2768fde57cb3926d6757044593d6e9a08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61d57ec2768fde57cb3926d6757044593d6e9a08 Author: Chia-I Wu Date: Tue May 7 14:50:02 2013 +0800 tgsi: clean up exec_tex() Make use of

Mesa (master): tgsi: add tgsi_util_get_texture_coord_dim()

2013-05-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 80857d2c8b867f6060451c14e5aff5438f5d30f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80857d2c8b867f6060451c14e5aff5438f5d30f7 Author: Chia-I Wu Date: Tue May 7 15:32:35 2013 +0800 tgsi: add tgsi_util_get_texture_coord_dim() This util

Mesa (master): ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.

2013-05-06 Thread Chia-I Wu
case. Fixes "Missing break in switch" defect reported by Coverity. Signed-off-by: Vinson Lee Reviewed-by: Chia-I Wu --- src/gallium/drivers/ilo/shader/toy_tgsi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/ilo/shader/toy_tgsi.c b/s

Mesa (master): ilo: correctly set return types of sampler messages

2013-05-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 008346273c2cbc386f52efacac3d3228e566e8ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=008346273c2cbc386f52efacac3d3228e566e8ac Author: Chia-I Wu Date: Sun May 5 14:13:39 2013 +0800 ilo: correctly set return types of sampler messages Correctly

Mesa (master): gallium: fix type of flags in pipe_context::flush()

2013-05-04 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8c347d4e5762b41320a80acf474284b5c096fd0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c347d4e5762b41320a80acf474284b5c096fd0d Author: Chia-I Wu Date: Thu May 2 16:25:15 2013 +0800 gallium: fix type of flags in pipe_context::flush() It should

Mesa (master): st/egl: fix bulid errors on Android 4.2

2013-05-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8b2a967e3250e2cb01d9651f2ccad25c0409a4eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b2a967e3250e2cb01d9651f2ccad25c0409a4eb Author: Chia-I Wu Date: Thu May 2 16:13:28 2013 +0800 st/egl: fix bulid errors on Android 4.2 The differences from

Mesa (master): ilo: use u_reduced_prims_for_vertices()

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7346ab3b4344d648b2fd7fffe3b89b0b8923a26c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7346ab3b4344d648b2fd7fffe3b89b0b8923a26c Author: Chia-I Wu Date: Thu May 2 14:32:30 2013 +0800 ilo: use u_reduced_prims_for_vertices() We do not need our

Mesa (master): util/prim: add u_reduced_prims_for_vertices()

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f87dccdc19416fd8d47b995f9b0f0c54534bfd16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f87dccdc19416fd8d47b995f9b0f0c54534bfd16 Author: Chia-I Wu Date: Thu May 2 14:28:12 2013 +0800 util/prim: add u_reduced_prims_for_vertices() The function

Mesa (master): util/prim: use vertex count info in u_validate_pipe_prim()

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 30671cecc0817ffe59b47e8f70b584bb55447f5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30671cecc0817ffe59b47e8f70b584bb55447f5d Author: Chia-I Wu Date: Thu May 2 13:49:30 2013 +0800 util/prim: use vertex count info in u_validate_pipe_prim() As

Mesa (master): util/prim: assorted fixes for u_decomposed_prims_for_vertices()

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 90d5190594c57c5f5ac63442ff526b312ea79744 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90d5190594c57c5f5ac63442ff526b312ea79744 Author: Chia-I Wu Date: Thu May 2 14:12:27 2013 +0800 util/prim: assorted fixes for u_decomposed_prims_for_vertices

Mesa (master): util/prim: fix the name of the include guard

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddf0e3930fc7b52ff6a172a5d23eec7d24ee42fc Author: Chia-I Wu Date: Thu May 2 13:46:21 2013 +0800 util/prim: fix the name of the include guard It should be

Mesa (master): draw: use u_assembled_prim() instead of u_assembled_primitive()

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5dd3bd70a1758988c9bb1f3317bcfee9db346588 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dd3bd70a1758988c9bb1f3317bcfee9db346588 Author: Chia-I Wu Date: Thu May 2 15:49:35 2013 +0800 draw: use u_assembled_prim() instead of u_assembled_primitive

Mesa (master): util/prim: clean up and add comments

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 185692e72c5031cd8b46f1e26c1539ea4c226e21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=185692e72c5031cd8b46f1e26c1539ea4c226e21 Author: Chia-I Wu Date: Thu May 2 13:29:59 2013 +0800 util/prim: clean up and add comments Move together (or add

Mesa (master): util/prim: fix primitive trimming for triangles with adjacency

2013-05-02 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 64913002e4e57afc97771ffdb8de1f008534d859 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64913002e4e57afc97771ffdb8de1f008534d859 Author: Chia-I Wu Date: Thu May 2 11:25:39 2013 +0800 util/prim: fix primitive trimming for triangles with adjacency

Mesa (master): ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 22c5e048bd43da78317a06ad3c6d8f0b787d7096 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22c5e048bd43da78317a06ad3c6d8f0b787d7096 Author: Chia-I Wu Date: Wed May 1 17:40:50 2013 +0800 ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS On GEN7+, is

Mesa (master): ilo: enable SO support on GEN7

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 16f81fcf1ed8497f049be60cc1f1fded80318905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16f81fcf1ed8497f049be60cc1f1fded80318905 Author: Chia-I Wu Date: Mon Apr 29 08:47:33 2013 +0800 ilo: enable SO support on GEN7 --- src/gallium/drivers/ilo

Mesa (master): ilo: reset SO write offsets for new SO targets

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d26f70e208a89a03d7dfe5119f046432dafa8c26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d26f70e208a89a03d7dfe5119f046432dafa8c26 Author: Chia-I Wu Date: Mon Apr 29 07:26:37 2013 +0800 ilo: reset SO write offsets for new SO targets When the SO

Mesa (master): ilo: correctly program SO states for GEN7

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 68e1f76e4605c22c2d24b3672fb8350e7f7b8780 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68e1f76e4605c22c2d24b3672fb8350e7f7b8780 Author: Chia-I Wu Date: Mon Apr 29 07:47:05 2013 +0800 ilo: correctly program SO states for GEN7 With the commands

Mesa (master): ilo: add gen6_pipeline_update_max_svbi()

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9069a3b065b4e7f488139c445b2108722797aa82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9069a3b065b4e7f488139c445b2108722797aa82 Author: Chia-I Wu Date: Wed May 1 16:58:10 2013 +0800 ilo: add gen6_pipeline_update_max_svbi() Move max_svbi

Mesa (master): ilo: implement GEN7 SO GPE functions

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9557cd39e2ed749493d7af2a8e094415e3cc252d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9557cd39e2ed749493d7af2a8e094415e3cc252d Author: Chia-I Wu Date: Mon Apr 29 03:27:29 2013 +0800 ilo: implement GEN7 SO GPE functions They were just stubs

Mesa (master): ilo: expose register indices of OUTs in ilo_shader

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 252a21c2cccfda8c8e48e9be74a45744f07614eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=252a21c2cccfda8c8e48e9be74a45744f07614eb Author: Chia-I Wu Date: Mon Apr 29 08:25:27 2013 +0800 ilo: expose register indices of OUTs in ilo_shader

Mesa (master): ilo: allow one-off flags to be specified for CP

2013-05-01 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 440557db4e51fcf15343fef759cc36f1207dc81f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=440557db4e51fcf15343fef759cc36f1207dc81f Author: Chia-I Wu Date: Mon Apr 29 07:22:00 2013 +0800 ilo: allow one-off flags to be specified for CP It will be

Mesa (master): ilo: use UMS layout for render targets

2013-04-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7726e9500c15814955cea6ee626de27493870b60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7726e9500c15814955cea6ee626de27493870b60 Author: Chia-I Wu Date: Tue Apr 30 12:55:18 2013 +0800 ilo: use UMS layout for render targets As we do not advertise

Mesa (master): ilo: fix tiling/size for special-purpose resources

2013-04-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: dd62e7bc02f705c367af37a38f572758a8d1bc37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd62e7bc02f705c367af37a38f572758a8d1bc37 Author: Chia-I Wu Date: Tue Apr 30 15:30:01 2013 +0800 ilo: fix tiling/size for special-purpose resources We do not

<    1   2   3   4   5   6   7   8   9   10   >