Mesa (master): ilo: add a builder for building BOs for submission

2014-09-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: dab4a676f7590e94640461ad454911e09d95fa88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dab4a676f7590e94640461ad454911e09d95fa88 Author: Chia-I Wu olva...@gmail.com Date: Mon Sep 1 12:25:53 2014 +0800 ilo: add a builder for building BOs

Mesa (master): ilo: convert GPE state functions to use ilo_builder

2014-09-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fff986916485de97d462b9f89c3379fc8cfe64bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fff986916485de97d462b9f89c3379fc8cfe64bd Author: Chia-I Wu olva...@gmail.com Date: Sun Sep 7 01:10:01 2014 +0800 ilo: convert GPE state functions to use

Mesa (master): ilo: set INTEL_RELOC_GGTT only on GEN6

2014-08-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a14c23735e78de3e6e2bf83e224168f3e7a15c41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a14c23735e78de3e6e2bf83e224168f3e7a15c41 Author: Chia-I Wu olva...@gmail.com Date: Sun Aug 31 08:12:27 2014 +0800 ilo: set INTEL_RELOC_GGTT only on GEN6 We

Mesa (master): ilo: replace cmd by dw0 in GPE

2014-08-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5f4b13f5fa35d13f6e76df8b025c968121e4468f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f4b13f5fa35d13f6e76df8b025c968121e4468f Author: Chia-I Wu olva...@gmail.com Date: Sun Aug 31 07:22:01 2014 +0800 ilo: replace cmd by dw0 in GPE

Mesa (master): ilo: fix bound check for 3DSTATE_URB_VS

2014-08-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 255b274d750e989cf4e825a0747c781d43aca7dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=255b274d750e989cf4e825a0747c781d43aca7dc Author: Chia-I Wu olva...@gmail.com Date: Sun Aug 31 01:34:41 2014 +0800 ilo: fix bound check for 3DSTATE_URB_VS Fix

Mesa (master): ilo: use genhw command opcodes

2014-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e3c251071b0c9396c3ec76d1cf943c60ae297281 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3c251071b0c9396c3ec76d1cf943c60ae297281 Author: Chia-I Wu olva...@gmail.com Date: Thu Aug 21 12:51:08 2014 +0800 ilo: use genhw command opcodes Replace

Mesa (master): ilo: rename intel_bo_map_unsynchronized()

2014-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6c73478223a0ed76e54f14c46831974c3efaacdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c73478223a0ed76e54f14c46831974c3efaacdf Author: Chia-I Wu olva...@gmail.com Date: Tue Aug 26 13:41:11 2014 +0800 ilo: rename intel_bo_map_unsynchronized

Mesa (master): ilo: replace domains by reloc flags

2014-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fbb869c1aaf6aa5400028556e231ba41ce42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbb869c1aaf6aa5400028556e231ba41ce42 Author: Chia-I Wu olva...@gmail.com Date: Tue Aug 26 12:36:33 2014 +0800 ilo: replace domains by reloc flags

Mesa (master): ilo: remove max_batch_size

2014-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 354d84b6297fe2937e9684175ea9d3b650b75417 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=354d84b6297fe2937e9684175ea9d3b650b75417 Author: Chia-I Wu olva...@gmail.com Date: Tue Aug 26 13:31:29 2014 +0800 ilo: remove max_batch_size It is used

Mesa (master): ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()

2014-08-19 Thread Chia-I Wu
drm_intel_get_aperture_sizes() within probe_winsys() ... and store the value in intel_winsys_info/ilo_dev_info. Suggested-by: Chia-I Wu olva...@gmail.com Signed-off-by: Emil Velikov emil.l.veli...@gmail.com olv: check for errors and report raw values --- src/gallium/drivers/ilo/ilo_common.h|2 ++ src

Mesa (master): ilo: enable HiZ in more cases on GEN6

2014-08-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 17401896ddb6bdb670da0171ff4ba3705066f908 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17401896ddb6bdb670da0171ff4ba3705066f908 Author: Chia-I Wu olva...@gmail.com Date: Sun Aug 17 14:13:35 2014 +0800 ilo: enable HiZ in more cases on GEN6

Mesa (master): ilo: migrate to ilo_layout

2014-08-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fb3d506431871fdb04fc84bbcc916d8f9d7c9954 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb3d506431871fdb04fc84bbcc916d8f9d7c9954 Author: Chia-I Wu olva...@gmail.com Date: Fri Aug 8 15:36:36 2014 +0800 ilo: migrate to ilo_layout Embed

Mesa (master): ilo: fix PIPE_CAP_VIDEO_MEMORY

2014-08-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 58511b62c478bd0f2546e2cfbe2a4563803fdc77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=58511b62c478bd0f2546e2cfbe2a4563803fdc77 Author: Chia-I Wu olva...@gmail.com Date: Tue Aug 19 19:52:07 2014 +0800 ilo: fix PIPE_CAP_VIDEO_MEMORY I changed

Mesa (master): ilo: add new resource layout code

2014-08-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 925359bc784399c1a65a46e2b136da3c4d30388d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=925359bc784399c1a65a46e2b136da3c4d30388d Author: Chia-I Wu olva...@gmail.com Date: Fri Aug 8 12:42:50 2014 +0800 ilo: add new resource layout code Based

Mesa (master): ilo: remove layer offsetting

2014-08-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5b4fc5f156bff72e63e2f528004a48d008d3af6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b4fc5f156bff72e63e2f528004a48d008d3af6f Author: Chia-I Wu olva...@gmail.com Date: Sun Aug 17 14:09:43 2014 +0800 ilo: remove layer offsetting Follow i965

Mesa (master): ilo: break down the format table

2014-08-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8d853468bd8c75b8e15c572d85ae403ab4ec4086 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d853468bd8c75b8e15c572d85ae403ab4ec4086 Author: Chia-I Wu olva...@gmail.com Date: Fri Aug 8 14:52:15 2014 +0800 ilo: break down the format table The PRMs

Mesa (master): ilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b1dd54d9fe9983a409d6752f88daa3bc4d62046d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1dd54d9fe9983a409d6752f88daa3bc4d62046d Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 12:56:02 2014 +0800 ilo: s/TRANSFER_MAP_UNSYNC

Mesa (master): ilo: drop unused context param from transfer functions

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2a82bb30e80637e91e261e85f9fe96f590d564fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a82bb30e80637e91e261e85f9fe96f590d564fe Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 12:04:46 2014 +0800 ilo: drop unused context param from transfer

Mesa (master): ilo: free transfers with util_slab_free()

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 91656eb3755f71998f2cf07b4f403ec990b2e56b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91656eb3755f71998f2cf07b4f403ec990b2e56b Author: Chia-I Wu olva...@gmail.com Date: Sun Jul 27 04:55:24 2014 +0800 ilo: free transfers with util_slab_free() We

Mesa (master): ilo: try unblocking a transfer with a staging bo

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7395432f2e792f8719b03bb39b0cf5cba8ba583b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7395432f2e792f8719b03bb39b0cf5cba8ba583b Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 09:28:05 2014 +0800 ilo: try unblocking a transfer with a staging

Mesa (master): ilo: unblock an inline write with a staging bo

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 717e3b1ca15eacd17bc71347e3df389b1aa64c09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=717e3b1ca15eacd17bc71347e3df389b1aa64c09 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 15:11:42 2014 +0800 ilo: unblock an inline write with a staging

Mesa (master): ilo: enable persistent and coherent transfers

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0a0e57b0705925d2350b79a32d007d29980499d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a0e57b0705925d2350b79a32d007d29980499d6 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 09:50:31 2014 +0800 ilo: enable persistent and coherent transfers

Mesa (master): ilo: drop ptr from ilo_transfer

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b02e993d8c73cef9bb6241622c7f9a513cdb6ad4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b02e993d8c73cef9bb6241622c7f9a513cdb6ad4 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 13:03:08 2014 +0800 ilo: drop ptr from ilo_transfer

Mesa (master): ilo: tidy up transfer mapping/unmapping

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8abf6c06e8cf34b63421e2ebcfaa2c1306314971 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8abf6c06e8cf34b63421e2ebcfaa2c1306314971 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 11:00:52 2014 +0800 ilo: tidy up transfer mapping/unmapping Add

Mesa (master): ilo: add ilo_resource_get_bo() helper

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fb1820355b0178f04622201688449cf2154feb42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb1820355b0178f04622201688449cf2154feb42 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 23:52:54 2014 +0800 ilo: add ilo_resource_get_bo() helper We

Mesa (master): ilo: correctly propagate resource renames to hardware

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cc1e1da24a6c535617d9fb38858d48d8c2999e68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc1e1da24a6c535617d9fb38858d48d8c2999e68 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 28 23:33:47 2014 +0800 ilo: correctly propagate resource renames

Mesa (master): ilo: fix fb height of HiZ ops

2014-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9a53f941c73dd217ba4a9b57bfb2472488f0d6d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a53f941c73dd217ba4a9b57bfb2472488f0d6d2 Author: Chia-I Wu olva...@gmail.com Date: Tue Jul 29 10:21:42 2014 +0800 ilo: fix fb height of HiZ ops It was set

Mesa (master): ilo: simplify ilo_flush()

2014-07-25 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4714c4ec48fcb17b8484cd1c44918fcedc3ce28e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4714c4ec48fcb17b8484cd1c44918fcedc3ce28e Author: Chia-I Wu olva...@gmail.com Date: Fri Jul 25 10:53:05 2014 +0800 ilo: simplify ilo_flush() Move fence

Mesa (master): ilo: allow for device-dependent format translation

2014-07-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2126541b0b6c15aa82c2ffb78ecc09d33a07ae53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2126541b0b6c15aa82c2ffb78ecc09d33a07ae53 Author: Chia-I Wu olva...@gmail.com Date: Thu Jul 24 09:32:34 2014 +0800 ilo: allow for device-dependent format

Mesa (master): ilo: share some code between {tex,buf}_create_bo

2014-07-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cf8c9947a844c570eb420eefc3a0ab2bef82dc96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf8c9947a844c570eb420eefc3a0ab2bef82dc96 Author: Chia-I Wu olva...@gmail.com Date: Thu Jul 24 10:32:31 2014 +0800 ilo: share some code between {tex,buf

Mesa (master): ilo: check the tilings of imported handles

2014-07-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9d6166880da83887e3246fb4498c3a07d979cc3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d6166880da83887e3246fb4498c3a07d979cc3b Author: Chia-I Wu olva...@gmail.com Date: Thu Jul 24 13:21:41 2014 +0800 ilo: check the tilings of imported handles

Mesa (master): ilo: clean up resource bo renaming

2014-07-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cbc943c43ec5ce5ba625b2833bf7f911e798254e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbc943c43ec5ce5ba625b2833bf7f911e798254e Author: Chia-I Wu olva...@gmail.com Date: Thu Jul 24 11:10:48 2014 +0800 ilo: clean up resource bo renaming s

Mesa (master): ilo: add some missing formats

2014-07-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1661f7559b0c482f9365a99fe68ff33a8dc650c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1661f7559b0c482f9365a99fe68ff33a8dc650c4 Author: Chia-I Wu olva...@gmail.com Date: Wed Jul 16 13:51:49 2014 +0800 ilo: add some missing formats Map more pipe

Mesa (master): ilo: update and tailor the surface format table

2014-07-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 69cd3ebd6f411a22d80921031321cfb82fd6dd69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69cd3ebd6f411a22d80921031321cfb82fd6dd69 Author: Chia-I Wu olva...@gmail.com Date: Wed Jul 16 11:58:10 2014 +0800 ilo: update and tailor the surface format

Mesa (master): ilo: move away from drm_intel_bo_alloc_tiled

2014-07-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 81d7f33e30e7f54c5b721085057a53f9cd958fe2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81d7f33e30e7f54c5b721085057a53f9cd958fe2 Author: Chia-I Wu olva...@gmail.com Date: Mon Jul 14 10:10:35 2014 +0800 ilo: move away from drm_intel_bo_alloc_tiled

Mesa (master): ilo: raise texture size limits

2014-07-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c25fe88ebf0939ac1972cc0994819c27408ca59e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c25fe88ebf0939ac1972cc0994819c27408ca59e Author: Chia-I Wu olva...@gmail.com Date: Tue Jul 15 09:54:08 2014 +0800 ilo: raise texture size limits Report

Mesa (master): ilo: fix fence reference counting

2014-07-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8ff16111eee309652b5409890c42d042e33770e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ff16111eee309652b5409890c42d042e33770e2 Author: Chia-I Wu olva...@gmail.com Date: Tue Jul 8 14:03:17 2014 +0800 ilo: fix fence reference counting The old

Mesa (master): i965/vec4: unit test for copy propagation and writemask

2014-06-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 88b887faa9209a58d29c819e01f9ad37ebc99a36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88b887faa9209a58d29c819e01f9ad37ebc99a36 Author: Chia-I Wu olva...@gmail.com Date: Mon Apr 14 21:52:34 2014 +0800 i965/vec4: unit test for copy propagation

Mesa (master): st/egl: Flush resources before presentation ( android - bug 77966)

2014-05-04 Thread Chia-I Wu
-by: Marek Olšák marek.ol...@amd.com Reviewed-by: Chia-I Wu olva...@gmail.com --- src/gallium/state_trackers/egl/android/native_android.cpp |7 +++ 1 file changed, 7 insertions(+) diff --git a/src/gallium/state_trackers/egl/android/native_android.cpp b/src/gallium/state_trackers/egl

Mesa (master): mesa: eliminate debug output message_insert

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 94e45c98e18f4af8d289a4db30b3c076029c60c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94e45c98e18f4af8d289a4db30b3c076029c60c6 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 14:36:25 2014 +0800 mesa: eliminate debug output message_insert

Mesa (master): mesa: refactor debug output should_log

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7554d27de456848e882f4eae1ef47f2b402b93e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7554d27de456848e882f4eae1ef47f2b402b93e3 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 10:18:09 2014 +0800 mesa: refactor debug output should_log Move

Mesa (master): mesa: refactor _mesa_get_debug_state

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 672b209225c704f31a4780e95d2487013c8a1c3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=672b209225c704f31a4780e95d2487013c8a1c3a Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 10:10:30 2014 +0800 mesa: refactor _mesa_get_debug_state Move

Mesa (master): mesa: use accessors for struct gl_debug_state

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cf61ea3029b7c9a3e334ea7f1b45844fad2d0a77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf61ea3029b7c9a3e334ea7f1b45844fad2d0a77 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 14:22:49 2014 +0800 mesa: use accessors for struct gl_debug_state

Mesa (master): mesa: clean up debug groups

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 44a13747933d1e9306138f5b9483f1e2e1410c03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44a13747933d1e9306138f5b9483f1e2e1410c03 Author: Chia-I Wu olva...@gmail.com Date: Wed Apr 23 13:42:24 2014 +0800 mesa: clean up debug groups Add struct

Mesa (master): mesa: refactor debug output set_message_state

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 880183fee8933fee62131a61e54b7fcc09a9d6b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=880183fee8933fee62131a61e54b7fcc09a9d6b1 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 10:23:47 2014 +0800 mesa: refactor debug output set_message_state

Mesa (master): mesa: refactor debug output get_msg

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7e9451dc4605446f3472ae332545297002d67cea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e9451dc4605446f3472ae332545297002d67cea Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 11:09:53 2014 +0800 mesa: refactor debug output get_msg Move

Mesa (master): mesa: eliminate debug output control_app_messages

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c9dfb6b76cccfaf1dc8a6d24471e227656670f0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9dfb6b76cccfaf1dc8a6d24471e227656670f0b Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 13:34:01 2014 +0800 mesa: eliminate debug output

Mesa (master): mesa: refactor _mesa_PopDebugGroup and _mesa_free_errors_data

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 04a8baad3721896f70353638866423bd699fbcd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04a8baad3721896f70353638866423bd699fbcd2 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 13:01:56 2014 +0800 mesa: refactor _mesa_PopDebugGroup

Mesa (master): mesa: refactor debug out log_msg

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e9d1b5c8aff79f749f8719ba842c3c010e0016c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9d1b5c8aff79f749f8719ba842c3c010e0016c4 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 10:31:36 2014 +0800 mesa: refactor debug out log_msg Move

Mesa (master): mesa: overhaul debug namespace support

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7b2dd89041f458e90e65c4bf1edb9ff9580cbaee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b2dd89041f458e90e65c4bf1edb9ff9580cbaee Author: Chia-I Wu olva...@gmail.com Date: Thu Apr 24 11:17:32 2014 +0800 mesa: overhaul debug namespace support

Mesa (master): mesa: eliminate debug output get_msg

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 274913c42c2359a9f7716beb72095613a8a934c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=274913c42c2359a9f7716beb72095613a8a934c6 Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 13:32:18 2014 +0800 mesa: eliminate debug output get_msg Merge

Mesa (master): mesa: eliminate debug output should_log

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 188d22d9b7b7e3da99506d14e71166a11d53968b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=188d22d9b7b7e3da99506d14e71166a11d53968b Author: Chia-I Wu olva...@gmail.com Date: Tue Apr 22 13:54:17 2014 +0800 mesa: eliminate debug output should_log

Mesa (master): mesa: delay copying of debug groups

2014-04-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 70e43370145d58f389627b11d075d8f6dbcf6ae3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70e43370145d58f389627b11d075d8f6dbcf6ae3 Author: Chia-I Wu olva...@gmail.com Date: Wed Apr 23 15:19:55 2014 +0800 mesa: delay copying of debug groups Do

Mesa (master): ilo: add TOY_OPCODE_DO

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ad39b991ce34d8af11589c78102873d8c28b1682 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad39b991ce34d8af11589c78102873d8c28b1682 Author: Chia-I Wu olva...@gmail.com Date: Sat Apr 12 02:26:46 2014 +0800 ilo: add TOY_OPCODE_DO We used to give

Mesa (master): ilo: remove GPE state size estimation

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 73a47610587d55c06e2d7af13192baada163b114 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73a47610587d55c06e2d7af13192baada163b114 Author: Chia-I Wu olva...@gmail.com Date: Thu Apr 10 14:59:05 2014 +0800 ilo: remove GPE state size estimation Use

Mesa (master): ilo: scripted conversion to genhw headers

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6c6bd796adda4173ebaf494d6cd2a96d511f1ea3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c6bd796adda4173ebaf494d6cd2a96d511f1ea3 Author: Chia-I Wu olva...@gmail.com Date: Sun Apr 13 23:37:04 2014 +0800 ilo: scripted conversion to genhw headers

Mesa (master): ilo: remove unused headers

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bdd0546d7c2d82ce1f1870481a9d0291db345aa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdd0546d7c2d82ce1f1870481a9d0291db345aa4 Author: Chia-I Wu olva...@gmail.com Date: Mon Apr 14 00:55:01 2014 +0800 ilo: remove unused headers Remove intel_*.h

Mesa (master): ilo: avoid brw_wm_barycentric_interp_mode in compiler

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d75a8799fded5f8cd7ae4b20d935ff8a088dc122 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d75a8799fded5f8cd7ae4b20d935ff8a088dc122 Author: Chia-I Wu olva...@gmail.com Date: Sat Apr 12 03:17:33 2014 +0800 ilo: avoid brw_wm_barycentric_interp_mode

Mesa (master): ilo: add genhw headers

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 01e3e82a56310932667c60bcca9cc9fdfd8b87c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01e3e82a56310932667c60bcca9cc9fdfd8b87c4 Author: Chia-I Wu olva...@gmail.com Date: Sun Apr 13 00:33:00 2014 +0800 ilo: add genhw headers All except genhw.h

Mesa (master): ilo: remove GPE command size estimation

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8fa8e9b1b8cd4b36adaaf7d61785cb00ed086257 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fa8e9b1b8cd4b36adaaf7d61785cb00ed086257 Author: Chia-I Wu olva...@gmail.com Date: Thu Apr 10 02:45:23 2014 +0800 ilo: remove GPE command size estimation Use

Mesa (master): ilo: use only defines from genhw headers

2014-04-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e55e1610e5022811af28781fb8b556c6c1883942 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e55e1610e5022811af28781fb8b556c6c1883942 Author: Chia-I Wu olva...@gmail.com Date: Sun Apr 13 20:07:40 2014 +0800 ilo: use only defines from genhw headers

Mesa (master): i965/vec4: fix record clearing in copy propagation

2014-04-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4ddf51db6af36736d5d42c1043eeea86e47459ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ddf51db6af36736d5d42c1043eeea86e47459ce Author: Chia-I Wu o...@lunarg.com Date: Mon Apr 7 12:31:14 2014 +0800 i965/vec4: fix record clearing in copy

Mesa (master): glsl: remove UBO fields from _mesa_glsl_parse_state

2014-03-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5d76e4464323fd72af8bd5e455638004a6379e21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d76e4464323fd72af8bd5e455638004a6379e21 Author: Chia-I Wu olva...@gmail.com Date: Thu Mar 20 15:50:36 2014 +0800 glsl: remove UBO fields from

Mesa (master): glsl: remove {add, get}_type_ast from glsl_symbol_table

2014-03-27 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e7f75745984937d004bf3ce08a2a8fd2149801d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7f75745984937d004bf3ce08a2a8fd2149801d1 Author: Chia-I Wu olva...@gmail.com Date: Thu Mar 20 15:45:12 2014 +0800 glsl: remove {add,get}_type_ast from

Mesa (master): targets/dri-ilo: make the driver installable

2014-03-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 361902ec04ee54a51f73cd6129d59a6fd7160097 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=361902ec04ee54a51f73cd6129d59a6fd7160097 Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 15 23:18:35 2014 +0800 targets/dri-ilo: make the driver installable

Mesa (master): ilo: add a wrapper to cast struct intel_bo

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 76ed4f75dd16a8ab8f999f6c85968f7549557da2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76ed4f75dd16a8ab8f999f6c85968f7549557da2 Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 15:55:39 2014 +0800 ilo: add a wrapper to cast struct intel_bo

Mesa (master): ilo: winsys may limit the batch buffer size

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 42c1ce4c03c0c5f4fb61b981143cf2638d87c834 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42c1ce4c03c0c5f4fb61b981143cf2638d87c834 Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 9 02:07:18 2014 +0800 ilo: winsys may limit the batch buffer size

Mesa (master): ilo: remove intel_bo_get_size()

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 76713ed5d64028a434c15f4eb6572b01e5acacca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76713ed5d64028a434c15f4eb6572b01e5acacca Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 17:22:45 2014 +0800 ilo: remove intel_bo_get_size() Commit

Mesa (master): ilo: replace bo alloc flags by initial domains

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 3e324f99d3b8f6b9da00c3f90719fba19e77ae7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e324f99d3b8f6b9da00c3f90719fba19e77ae7d Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 23:55:15 2014 +0800 ilo: replace bo alloc flags by initial

Mesa (master): ilo: require hardware logical context support

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 747627d0456eb14b2fb4c320c5bf0f084f3b2907 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=747627d0456eb14b2fb4c320c5bf0f084f3b2907 Author: Chia-I Wu olva...@gmail.com Date: Mon Mar 10 12:31:30 2014 +0800 ilo: require hardware logical context support

Mesa (master): ilo: fix DRM_API_HANDLE_TYPE_FD export

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4491f0a9711fdacf8112a407c0e1376be0854aa1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4491f0a9711fdacf8112a407c0e1376be0854aa1 Author: Chia-I Wu olva...@gmail.com Date: Sat Feb 22 22:53:04 2014 +0800 ilo: fix DRM_API_HANDLE_TYPE_FD export

Mesa (master): ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE automatically

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0f41f9c63d505bd5d1477ccc4eab1afd587e563a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f41f9c63d505bd5d1477ccc4eab1afd587e563a Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 2 12:15:17 2014 +0800 ilo: set PIPE_CONTROL_GLOBAL_GTT_WRITE

Mesa (master): ilo: remove intel_winsys_enable_reuse()

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f2aabecbb05daf62c773f8c04819433e980d51dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2aabecbb05daf62c773f8c04819433e980d51dc Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 13:50:53 2014 +0800 ilo: remove intel_winsys_enable_reuse

Mesa (master): ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a434ac045eb2e0333ee8bb6e44aa0a46de2e7438 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a434ac045eb2e0333ee8bb6e44aa0a46de2e7438 Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 9 02:00:46 2014 +0800 ilo: PIPE_CAP_QUERY_TIMESTAMP may

Mesa (master): ilo: add ILO_3D_PIPELINE_WRITE_STATISTICS

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8fc2f0c874929a391c0369c8a12839caf786dfc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fc2f0c874929a391c0369c8a12839caf786dfc6 Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 2 13:36:08 2014 +0800 ilo: add ILO_3D_PIPELINE_WRITE_STATISTICS

Mesa (master): ilo: rework winsys bo reloc functions

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 90786613e98a4d9e5dbb733c18003c36992aba30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90786613e98a4d9e5dbb733c18003c36992aba30 Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 15:57:51 2014 +0800 ilo: rework winsys bo reloc functions Rename

Mesa (master): ilo: add some MI commands to GPE

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d8b2e3c25eca4e1cc96b004216f433cbfd73e5f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8b2e3c25eca4e1cc96b004216f433cbfd73e5f7 Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 2 11:59:26 2014 +0800 ilo: add some MI commands to GPE We

Mesa (master): ilo: protect the decode context with a mutex

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 72956ed374b73391d4d033722d3032fa6496b5cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72956ed374b73391d4d033722d3032fa6496b5cb Author: Chia-I Wu olva...@gmail.com Date: Mon Mar 10 12:25:18 2014 +0800 ilo: protect the decode context with a mutex

Mesa (master): ilo: add support for PIPE_QUERY_PIPELINE_STATISTICS

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5ecdd7ba22945ce4e3a10b26c6f34a19eceeb289 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ecdd7ba22945ce4e3a10b26c6f34a19eceeb289 Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 2 14:02:12 2014 +0800 ilo: add support

Mesa (master): ilo: set I915_EXEC_NO_RELOC when available

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d80f0c34b733a874adfdd3a2267e4deec345cc6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d80f0c34b733a874adfdd3a2267e4deec345cc6b Author: Chia-I Wu olva...@gmail.com Date: Mon Mar 10 12:11:33 2014 +0800 ilo: set I915_EXEC_NO_RELOC when available

Mesa (master): ilo: rework winsys batch buffer functions

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 249b1ad98440fee5174aa490e7c3269b88de8904 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=249b1ad98440fee5174aa490e7c3269b88de8904 Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 17:32:37 2014 +0800 ilo: rework winsys batch buffer functions

Mesa (master): ilo: move ring types to winsys

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0b462d3ab13af9bba9c9b21bf67de6d2b1857786 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b462d3ab13af9bba9c9b21bf67de6d2b1857786 Author: Chia-I Wu olva...@gmail.com Date: Sun Mar 9 21:55:23 2014 +0800 ilo: move ring types to winsys It results

Mesa (master): ilo: remove intel_bo_get_virtual()

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 790c32ec75c1310a03aecc797fd2a2f703cda66a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=790c32ec75c1310a03aecc797fd2a2f703cda66a Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 16:22:06 2014 +0800 ilo: remove intel_bo_get_virtual() Make

Mesa (master): ilo: improve winsys documentation/comments

2014-03-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 276348e85a37979b474cd19d018097163147e501 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=276348e85a37979b474cd19d018097163147e501 Author: Chia-I Wu olva...@gmail.com Date: Sat Mar 8 14:25:07 2014 +0800 ilo: improve winsys documentation/comments

Mesa (master): mesa: add MESA_FORMAT_B8G8R8X8_SRGB

2014-03-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5a27491a760c64e885110605ff0e5c8021382864 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a27491a760c64e885110605ff0e5c8021382864 Author: Chia-I Wu olva...@gmail.com Date: Tue Mar 4 12:18:52 2014 +0800 mesa: add MESA_FORMAT_B8G8R8X8_SRGB

Mesa (master): st/mesa: make winsys fbo sRGB-capable when supported

2014-03-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4c68c6dcffe6c738d563eb0e0650bb865a5457b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c68c6dcffe6c738d563eb0e0650bb865a5457b2 Author: Chia-I Wu olva...@gmail.com Date: Mon Mar 3 12:44:43 2014 +0800 st/mesa: make winsys fbo sRGB-capable when

Mesa (master): st/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGB

2014-03-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6d23ca1621cf2c68b0bab02374061ec026cb6ef3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d23ca1621cf2c68b0bab02374061ec026cb6ef3 Author: Chia-I Wu olva...@gmail.com Date: Tue Mar 4 12:52:07 2014 +0800 st/mesa: add mappings

Mesa (master): ilo: fix a false assertion failure on GEN6

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 409add30b367df1ac3d2675a20324229be8e7832 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=409add30b367df1ac3d2675a20324229be8e7832 Author: Chia-I Wu olva...@gmail.com Date: Thu Jan 16 02:10:45 2014 +0800 ilo: fix a false assertion failure on GEN6

Mesa (master): ilo: pipe_texture::usage is not a bitfield

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e7307fe7088aeda0c3449104239562bbe1c6be46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7307fe7088aeda0c3449104239562bbe1c6be46 Author: Chia-I Wu olva...@gmail.com Date: Thu Feb 20 16:59:24 2014 +0800 ilo: pipe_texture::usage is not a bitfield

Mesa (master): ilo: fix and enable fast depth clear

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d5cbd73d210d73b39c1b94f58c203053be2e4128 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5cbd73d210d73b39c1b94f58c203053be2e4128 Author: Chia-I Wu olva...@gmail.com Date: Thu Jan 16 15:29:03 2014 +0800 ilo: fix and enable fast depth clear Use tex

Mesa (master): ilo: fix for stencil only rectlist ops

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cb8a0d2be1a50e2aa1cb82a33535f68d278ed8ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb8a0d2be1a50e2aa1cb82a33535f68d278ed8ca Author: Chia-I Wu olva...@gmail.com Date: Thu Feb 20 16:57:05 2014 +0800 ilo: fix for stencil only rectlist ops

Mesa (master): ilo: set ILO_TEXTURE_CPU_WRITE for imported textures

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f8d19a58dcb4fbdc453549cfd3884145ae28f073 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8d19a58dcb4fbdc453549cfd3884145ae28f073 Author: Chia-I Wu olva...@gmail.com Date: Tue Jan 14 23:35:43 2014 +0800 ilo: set ILO_TEXTURE_CPU_WRITE for imported

Mesa (master): ilo: better readability and doc for texture flags

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4afb8a7fb5a5f0581ba1bbf608033e69dab6dbb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4afb8a7fb5a5f0581ba1bbf608033e69dab6dbb3 Author: Chia-I Wu olva...@gmail.com Date: Thu Feb 20 13:51:03 2014 +0800 ilo: better readability and doc for texture

Mesa (master): ilo: add slice clear value

2014-02-22 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f57bddc7e431e553e946563d1030e5f239911c8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f57bddc7e431e553e946563d1030e5f239911c8b Author: Chia-I Wu olva...@gmail.com Date: Thu Feb 20 14:37:23 2014 +0800 ilo: add slice clear value It is needed

Mesa (master): Revert egl: Unhide functionality in _eglInitSurface()

2014-02-18 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 924490a747f7ee192815c7f9872a05f66243e9df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=924490a747f7ee192815c7f9872a05f66243e9df Author: Chia-I Wu olva...@gmail.com Date: Wed Feb 19 12:57:11 2014 +0800 Revert egl: Unhide functionality

Mesa (master): Revert egl: Unhide functionality in _eglInitContext()

2014-02-18 Thread Chia-I Wu
Module: Mesa Branch: master Commit: dc97e54d97ab9a3816a03a656c1ed530a046da0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc97e54d97ab9a3816a03a656c1ed530a046da0d Author: Chia-I Wu olva...@gmail.com Date: Wed Feb 19 12:57:15 2014 +0800 Revert egl: Unhide functionality

Mesa (master): egl: clarify what _eglInitResource does

2014-02-18 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4695f64895ed016e8c13b87315fb28fd91a26668 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4695f64895ed016e8c13b87315fb28fd91a26668 Author: Chia-I Wu olva...@gmail.com Date: Wed Feb 19 13:04:04 2014 +0800 egl: clarify what _eglInitResource does

Mesa (master): ilo: handle NULL renderbuffers correctly

2014-01-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fa772aa92baf659855f69829fa3f0d0f4fcbc2a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa772aa92baf659855f69829fa3f0d0f4fcbc2a6 Author: Chia-I Wu olva...@gmail.com Date: Tue Jan 14 16:02:34 2014 +0800 ilo: handle NULL renderbuffers correctly

Mesa (master): ilo: decide on hiz first in texture allocation

2014-01-13 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1427c3f79faf3d502e5cc7d467c73e095bcd66de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1427c3f79faf3d502e5cc7d467c73e095bcd66de Author: Chia-I Wu olva...@gmail.com Date: Mon Jan 13 01:03:15 2014 +0800 ilo: decide on hiz first in texture

Mesa (master): ilo: use HALIGN_4 on GEN7 for depth buffers

2014-01-13 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c6605c51de99955c5ade7e241c38886372c1c850 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6605c51de99955c5ade7e241c38886372c1c850 Author: Chia-I Wu olva...@gmail.com Date: Tue Jan 14 15:15:07 2014 +0800 ilo: use HALIGN_4 on GEN7 for depth buffers

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