Samuel Pitoiset
d099bc5829
ac: add 8-bit and 64-bit support to ac_build_bitfield_reverse()
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 18:53:57 +02:00
Samuel Pitoiset
2cecf6c5cc
ac: add 8-bit support to ac_build_umsb()
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 18:53:55 +02:00
Samuel Pitoiset
a45d9e3e8d
ac: add 8-bit support to ac_find_lsb()
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 18:53:53 +02:00
Samuel Pitoiset
89cf8ca0ae
ac: add 8-bit support to ac_build_bit_count()
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 18:53:52 +02:00
Samuel Pitoiset
869af0464a
ac/nir: add support for nir_op_b2i8
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 18:53:49 +02:00
Marek Olšák
b9d627e076
radeonsi: implement ARB/KHR_parallel_shader_compile callbacks
2019-04-01 12:37:52 -04:00
Marek Olšák
050fae3983
util/queue: add util_queue_adjust_num_threads
...
for ARB_parallel_shader_compile
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com >
2019-04-01 12:37:52 -04:00
Marek Olšák
b7317b6ce0
util/queue: hold a lock when reading num_threads in util_queue_finish
...
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com >
2019-04-01 12:37:52 -04:00
Marek Olšák
bb111559f2
util/queue: add ability to kill a subset of threads
...
for ARB_parallel_shader_compile
2019-04-01 12:37:52 -04:00
Marek Olšák
d99cdc9d59
util/queue: move thread creation into a separate function
...
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com >
2019-04-01 12:37:52 -04:00
Marek Olšák
e871cbd625
gallium: implement ARB/KHR_parallel_shader_compile
2019-04-01 12:37:52 -04:00
Marek Olšák
c5c38e831e
mesa: implement ARB/KHR_parallel_shader_compile
...
Tested by piglit.
2019-04-01 12:37:52 -04:00
Marek Olšák
3ad2a9b3fa
radeonsi: fix assertion failure by using the correct type
...
src/gallium/drivers/radeonsi/si_state_viewport.c:196: si_emit_guardband:
Assertion `vp_as_scissor.maxx <= max_viewport_size[vp_as_scissor.quant_mode]
&& vp_as_scissor.maxy <= max_viewport_size[vp_as_scissor.quant_mode]' failed.
The comparison was unsigned, so negative maxx or maxy would fail.
Fixes: 3c540e0a74 "radeonsi: Fix guardband computation for large render targets"
2019-04-01 12:21:20 -04:00
Leo Liu
d4e0fbc92f
radeon/vcn/vp9: search the render target from the whole list
...
The number of render targets could be more than max of references,
so we search the full list of the render pictures for the current
render target index
https://bugs.freedesktop.org/show_bug.cgi?id=109648
Signed-off-by: Leo Liu <leo.liu@amd.com >
Tested-by: James Zhu <James.Zhu@amd.com >
Acked-by: James Zhu<James.Zhu@amd.com >
Cc: <mesa-stable@lists.freedesktop.org >
2019-04-01 08:59:38 -04:00
Rhys Perry
0af95f0ffc
radv: lower 16-bit flrp
...
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-04-01 09:58:48 +02:00
Samuel Pitoiset
4d5fce29c3
ac: fix ac_build_umsb() for 16-bit integer type
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 09:51:56 +02:00
Samuel Pitoiset
7a088d1ac8
ac: fix ac_find_lsb() for 16-bit integer type
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 09:51:54 +02:00
Samuel Pitoiset
b16dffff23
ac: fix ac_build_bitfield_reverse() for 16-bit integer type
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 09:51:52 +02:00
Samuel Pitoiset
9d13b9e53e
ac: fix ac_build_bit_count() for 16-bit integer type
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 09:51:49 +02:00
Samuel Pitoiset
e39a6b940f
ac/nir: fix nir_op_b2i16
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-01 09:51:47 +02:00
Eric Engestrom
aa7afe324c
meson: strip rpath from megadrivers
...
More specifically, use the library file that has been post-processed by Meson
when creating the hardlinks.
Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=108766
Fixes: 3218056e0e "meson: Build i965 and dri stack"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Dylan Baker <dylan@pnwbakers.com >
2019-04-01 07:04:13 +00:00
Tapani Pälli
06f40f5765
spirv: fix a compiler warning
...
Fixes implicit conversion from enumeration type 'SpvOp' warning.
Signed-off-by: Tapani Pälli <tapani.palli@intel.com >
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
2019-04-01 07:43:10 +03:00
Lionel Landwerlin
f0b472b301
i965: perf: update render basic configs for big core gen9/gen10
...
This updates allows an MI_LRI to trigger a OA report write in the
global OA buffer. This isn't really useful for us, we just keep close
to the internal public configs.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-04-01 00:59:31 +03:00
Lionel Landwerlin
052ace0c81
i965: perf: add ring busyness metric for cfl gt2
...
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-04-01 00:59:26 +03:00
Lionel Landwerlin
7e54857b4a
i965: perf: enable Icelake metrics
...
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:36:37 +01:00
Lionel Landwerlin
897efc2059
i965: perf: add Icelake metrics
...
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:36:37 +01:00
Lionel Landwerlin
b910e40956
i965: perf: sklgt2: drop programming of an unused NOA register
...
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Lionel Landwerlin
29ce64a77a
i965: perf: hsw: drop register programming not needed on HSW
...
This register is flagged as IVB only in the documentation.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Lionel Landwerlin
46250d7dac
i965: perf: chv: fixup counters names
...
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Lionel Landwerlin
046041b2a0
i965: perf: add PMA stall metrics
...
These are new metrics for Gen8/9 to measure the effect of the PMA
stall workaround fix.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Lionel Landwerlin
dc9e598f3c
i965: perf: sklgt2: update memory write config
...
This rework the programming between older pre-production steppings &
new ones.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Lionel Landwerlin
0d618bb635
i965: perf: sklgt2: update compute metrics config
...
This unifies some of the programming between pre-production stepping
and production ones.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Lionel Landwerlin
4edaa6f003
i965: perf: sklgt2: update a priority for register programming
...
This makes no difference in term of programming, it's just a cleanup.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-31 10:35:16 +01:00
Alyssa Rosenzweig
e4e6a3deaf
panfrost: Implement FIXED formats
...
Fixes crash in dEQP-GLES2.functional.draw.random.9
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 04:42:37 +00:00
Alyssa Rosenzweig
ed160a1160
panfrost: Fix index calculation types and asserts
...
Fixes crash in
dEQP-GLES2.functional.draw.draw_elements.points.single_attribute.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 04:42:22 +00:00
Alyssa Rosenzweig
0e4c321c15
panfrost: Clean index state between indexed draws
...
Fixes subsequent tests in
dEQP-GLES2.functional.draw.draw_elements.indices.*
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 04:41:54 +00:00
Alyssa Rosenzweig
4fcd3189ae
panfrost/decode: Print negative_start
...
This property slipped through..
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 04:41:06 +00:00
Alyssa Rosenzweig
9237204400
panfrost: Implement missing texture formats
...
- Implements RGB565/RGBA5551 formats
- Don't advertise support for flipped RGBA5551 and ETC
Fixes remaining tests in dEQP-GLES2.functional.texture.format.* which is
now at 36/36.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:38 +00:00
Alyssa Rosenzweig
01fce794dc
panfrost: Extend tiling for cubemaps
...
transfer_unmap now tiles for any tiled resource, not just TEXTURE_2D,
which should more than just cubemaps!
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:38 +00:00
Alyssa Rosenzweig
c87f3ce97f
panfrost: Implement command stream for linear cubemaps
...
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:38 +00:00
Alyssa Rosenzweig
70b3e5db7d
panfrost/midgard: Emit cubemap coordinates
...
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:38 +00:00
Alyssa Rosenzweig
b5f02bdd99
panfrost: Include all cubemap faces in bitmap list
...
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:38 +00:00
Alyssa Rosenzweig
3197b30c6e
panfrost/decode: Decode all cubemap faces
...
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:38 +00:00
Alyssa Rosenzweig
e658f7225d
panfrost: Preliminary work for cubemaps
...
Again, not yet functional, but this sets up the memory management for
cube maps.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:37 +00:00
Alyssa Rosenzweig
499f31aab8
panfrost/midgard: Add L/S op for writing cubemap coordinates
...
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:37 +00:00
Alyssa Rosenzweig
f67616ce60
panfrost/midgard: Disassemble cube texture op
...
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:37 +00:00
Alyssa Rosenzweig
28b234a092
panfrost: Fix vertex buffer corruption
...
Fixes crash in dEQP-GLES2.functional.buffer.*
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io >
2019-03-31 02:36:37 +00:00
Rob Clark
b2d651b862
iris: fix set_sampler_view
...
Update to match docs.
Signed-off-by: Rob Clark <robdclark@gmail.com >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-30 13:05:31 -04:00
Rob Clark
e167e8f8a2
gallium/docs: clarify set_sampler_views (v2)
...
Signed-off-by: Rob Clark <robdclark@gmail.com >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2019-03-30 13:04:00 -04:00
Rob Clark
7ff6705b8d
freedreno/ir3: convert to "new style" frag inputs
...
Add support for load_barycentric_pixel, load_interpolated_input, and
friends. For now, this retains support for old-style inputs, which can
probably be dropped with some ttn work.
Prep work for sample-shading support.
Signed-off-by: Rob Clark <robdclark@gmail.com >
2019-03-30 12:56:01 -04:00