mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
svga: Stop asserting that compute params are queried against TGSI.
The GL frontend is about to start only querying against NIR, since it only generates NIR. Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
This commit is contained in:
parent
96bee21dc7
commit
d4534eb5f4
1 changed files with 0 additions and 1 deletions
|
|
@ -832,7 +832,6 @@ svga_sm5_get_compute_param(struct pipe_screen *screen,
|
|||
uint64_t *iret = (uint64_t *)ret;
|
||||
|
||||
assert(sws->have_gl43);
|
||||
assert(ir_type == PIPE_SHADER_IR_TGSI);
|
||||
|
||||
switch (param) {
|
||||
case PIPE_COMPUTE_CAP_MAX_GRID_SIZE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue