URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=be4250aa885a38a32ac6a8ad19e2655ec94be3a3
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 22:49:58 2018 -0400
radeonsi: remove more R600 references
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0dfc0c6df2f2a2126e96bb1fb91862d1ff0bfa2
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 20:56:07 2018 -0400
radeonsi: try to fix android
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f55d1f806e6b6c33af559de166d08ec8fa3ebe90
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 20:49:35 2018 -0400
radeonsi: try to fix meson
This is not fully tested. Meson can't link LLVM even though automake can.
PATH=/usr/llvm/x86_64-linux-gnu/bin:$PATH meson build/ -Dgallium-va=false \
-Dplatforms=x11,drm -Dgallium-drivers=radeonsi -Ddri-drivers= \
-Dgallium-omx=disabled -Dgallium-xvmc=false -Dgles1=false \
-Dtexture-float=true -Dvulkan-drivers=
src/gallium/auxiliary/libgallium.a(gallivm_lp_bld_misc.cpp.o):
(.data.rel.ro._ZTI26DelegatingJITMemoryManager[_ZTI26DelegatingJITMemoryManager]+0x10):
undefined reference to `typeinfo for llvm::RTDyldMemoryManager'
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=38faac43e32d58ce7b42d35e11146208f2c7b4e5
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 20:34:40 2018 -0400
radeonsi: don't build libradeon.la separately
for better parallelism
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9323ddbb9de667475d12f7a9183a855f3f33ac8
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 19:58:22 2018 -0400
radeonsi: clean up GET_MAX_VIEWPORT_RANGE definition
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a93441295c884022daa955059e74befc667510d
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 19:44:25 2018 -0400
radeonsi: remove r600_common_context
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f77361d2e02ab3c8ec6e2b1710f1c0c257c415c
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 19:03:10 2018 -0400
radeonsi: remove r600_pipe_common::screen
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=321bd6c280bf54b00921014d77732a8dbdf83c21
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 19:01:32 2018 -0400
radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsi
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d58080b318ebb360e3ed8c2dc479f348345c0799
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:51:44 2018 -0400
radeonsi: move r600_gpu_load.c to si_gpu_load.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7f4ba5306d4de04606c106725fb25ee1e79275c
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:47:05 2018 -0400
radeonsi: move r600_query.c/h files to si_query.c/h
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5777488406cc1a956bc9fb571f1dbc5a2833475a
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:42:33 2018 -0400
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=eced536ed6ab44e183561138b28dff56119a8609
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:32:54 2018 -0400
radeonsi: rename query definitions R600_ -> SI_
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=72e9e98076d0ee0281aa3982602a6e85cd14bf2b
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:30:47 2018 -0400
radeonsi: move and rename R600_ERR out of r600_pipe_common.h
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=076afb4f0e71ece84b875466da920aa62415151a
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:28:20 2018 -0400
radeonsi: rename a few R600/r600_ -> SI_/si_
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f1cddde78aa93ea1272c50a93e479cb76144af7
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:24:21 2018 -0400
radeonsi: move definitions out of r600_pipe_common.h
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a67ee02388db727a165fd14af313043789f43ad3
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 18:12:34 2018 -0400
radeonsi: move functions out of and remove r600_pipe_common.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=90d12f1d776f41ab3d72cea5b2bc39bf9ee28b25
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 17:52:55 2018 -0400
radeonsi: rename r600 -> si in some places
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=50c7aa67565fee2c103ed6229ac599e8d23839d8
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 17:08:35 2018 -0400
radeonsi: use si_context instead of pipe_context in parameters pt3
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e332ba61f40bc77d3104bd060bc7d1b18edd7e95
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 17:08:35 2018 -0400
radeonsi: use si_context instead of pipe_context in parameters pt2
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c424f86180d8c0c2c0e6b18b34564c5dc0c53942
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 17:08:35 2018 -0400
radeonsi: use si_context instead of pipe_context in parameters pt1
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a62e5eec92bc98c8c20e0b72cab4e14d112b2a4
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 17:02:01 2018 -0400
radeonsi: pass sctx to si_rebind_buffer and clean up
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=605ba1b9ae8012338f9ae6b9f0d0062a4a00c546
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt7
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b2f2a6a18c5422a2551009a228c57f382b4d66f
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt6
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c5efc40f4980eb0faa7c0ad73413c51c43c1911
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 16:49:48 2018 -0400
radeonsi: update copyrights
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=95bc30275b3de7b856ffac9a1e438f7d246550dc
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 16:40:30 2018 -0400
radeonsi: switch radeon_add_to_buffer_list parameter to si_context
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5053060ebe1362b8aa6cdf60184a6fae49e025e
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt5
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=884fd97f6b83ac674f158e843941cbea3ca6582b
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt4
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8291a23c5fd4f18fe8d8f3acace222e9b04038d
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt3
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3069cb8b7818fb4fe3a94924a18a68fd2ea1c6bc
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt2
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=71d9028b7a746c7744c2fe2d0d7847718d6ca4f9
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:37:11 2018 -0400
radeonsi: use r600_common_context less pt1
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0606190059f58da724973b684559db4a8b708638
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:24:07 2018 -0400
radeonsi: don't use r600_common_context in si_emit_cache_flush
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3de323f9bbc06442c68b711db36ece233398eb0b
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:16:26 2018 -0400
radeonsi: switch r600_atom::emit parameter to si_context
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b70dd8c8aad471c7a9ad06ddfe62ab765f7c650
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:07:58 2018 -0400
radeonsi: flatten / remove struct r600_ring
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7de8686de823f523ee53f354063d313f9dcecbe
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 15:03:23 2018 -0400
radeonsi: remove r600_ring::flush callback
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4598ad6a008b535d5b39e0b2727883818afbf571
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:59:44 2018 -0400
radeonsi: make radeon_add_to_buffer_list_check_mem be gfx-only
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=426ef367f3a3710da022ee76a4f605aad88aea3f
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:52:42 2018 -0400
radeonsi: add_to_buffer_list functions can return void
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0987d8adf0914c61e9cd011071a4e4a4c4a1d9b
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:46:05 2018 -0400
radeonsi: move saved_cs functions from r600_pipe_common.c to si_debug.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=37ef4765ff981387c86d7469edb890f24d57d13b
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:40:34 2018 -0400
radeonsi: move DMA CS functions from r600_pipe_common.c to si_dma_cs.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=19f550f1d26ea36e1fa0fed4277a8ef5e33e3fbd
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:31:02 2018 -0400
radeonsi: move EOP event code from r600_pipe_common.c to si_fence.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc6a44e169e9abdf4ce44d64806d5edb4385fe20
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:24:53 2018 -0400
radeonsi: rename si_hw_context.c -> si_gfx_cs.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=42500d1dab7b617366191be7815695393225f274
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:22:54 2018 -0400
radeonsi: move si_destroy_saved_cs to si_debug.c
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=02a61e71a256ff06612b2afddac3ae216f0f65b1
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:18:17 2018 -0400
radeonsi: rename si_begin_new_cs -> si_begin_new_gfx_cs
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa09388704fd413c0d53397b46293af03d73ddb6
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:17:23 2018 -0400
radeonsi: rename si_need_cs_space -> si_need_gfx_cs_space
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=85e75b2da5c4ef2ca02417024b154cc24d153a13
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:15:34 2018 -0400
radeonsi: remove r600_pipe_common::blit_decompress_depth
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e04389cc2ad403388f591d31234cae798408e897
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:13:22 2018 -0400
radeonsi: remove r600_pipe_common::decompress_dcc
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d7f809c03dc8a7ef564ad535bc3f4255b51e95c
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:06:06 2018 -0400
radeonsi: remove r600_pipe_common::invalidate_buffer
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=898500c440785fba408ecdcf9c260cca6c2c6bcd
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:04:04 2018 -0400
radeonsi: remove r600_pipe_common::rebind_buffer
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbf1bf9b8fa6668d12c1f9acc15540818eb31b6c
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 14:00:14 2018 -0400
radeonsi: remove r600_common_context::set_occlusion_query_state
and remove unused old_enable parameter.
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ed8b54ffe7abe21552cc06c867c1e514d52848f
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:55:34 2018 -0400
radeonsi: remove r600_pipe_common::save_qbo_state
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=72842d15acf7a71e4ccc7db6cd3d911aa5ca2a94
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:51:09 2018 -0400
radeonsi: remove unused query code
The get_size perf counter callback is also inlined and removed.
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f55fe99d61ff205ed7433a0b82e5495f85b894d
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:40:41 2018 -0400
radeonsi: use num_cs_dw_queries_suspend
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=54f28359b5dda8f2d2738a1c1654c94cc7beeef0
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:32:47 2018 -0400
radeonsi: remove r600_pipe_common::need_gfx_cs_space
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0447e8e59e9cbce196138d46dc0be07b7ed392a0
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:30:02 2018 -0400
radeonsi: remove r600_pipe_common::set_atom_dirty
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c125ab1ba030174e59e4e31f27a267571f224e1
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:29:04 2018 -0400
radeonsi: remove r600_pipe_common::check_vm_faults
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=17e8f1608ec78568e2815f07661ff93646ad1b16
Author: Marek Olšák <[email protected]>
Date: Sun Apr 1 13:24:43 2018 -0400
radeonsi: call CS flush functions directly whenever possible
Acked-by: Timothy Arceri <[email protected]>
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0669dca9c00261849cee14d69fdea0a5e323c7f7
Author: Marek Olšák <[email protected]>
Date: Fri Mar 30 22:15:52 2018 -0400
radeonsi: skip DCC render feedback checking if color writes are disabled
_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit