[Mesa-dev] [Bug 100960] Special block from Minecraft mod rendered out of place

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100960 Sergii Romantsov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Mesa-dev] [PATCH] etnaviv: implement check_resource_capability

2018-12-28 Thread Christian Gmeiner
Am Di., 18. Dez. 2018 um 19:09 Uhr schrieb Lucas Stach : > > We try to avoid sharing all resources with KMS side of renderonly, as this > adds some overhead that isn't really needed for most resources. If > someone tries to validate a resource for scanout, this is a good indication > that the

Re: [Mesa-dev] [PATCH v2 2/2] etnaviv: annotate variables only used in debug build

2018-12-28 Thread Christian Gmeiner
Am Mi., 19. Dez. 2018 um 16:27 Uhr schrieb Lucas Stach : > > Some of the status variables in the compiler are only used in asserts > and thus may be unused in release builds. Annotate them accordingly > to avoid 'unused but set' warnings from the compiler. > > Signed-off-by: Lucas Stach

Re: [Mesa-dev] [PATCH v2 1/2] etnaviv: enable full overwrite in a few more cases

2018-12-28 Thread Christian Gmeiner
Am Mi., 19. Dez. 2018 um 16:27 Uhr schrieb Lucas Stach : > > Take into account the render target format when checking if the color > mask affects all channels of the RT. This allows to enable full > override in a few cases where a non-alpha format is used. > > Signed-off-by: Lucas Stach