Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Exotic
mesa
U_fix-mpeg1_2-decode-mesa-20.2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_fix-mpeg1_2-decode-mesa-20.2.patch of Package mesa
@@ -, +, @@ --- src/gallium/drivers/r600/evergreen_state.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: mesa-23.3.0/src/gallium/drivers/r600/evergreen_state.c =================================================================== --- mesa-23.3.0.orig/src/gallium/drivers/r600/evergreen_state.c +++ mesa-23.3.0/src/gallium/drivers/r600/evergreen_state.c @@ -598,7 +598,8 @@ static void *evergreen_create_sampler_st : state->max_anisotropy; unsigned max_aniso_ratio = r600_tex_aniso_filter(max_aniso); bool trunc_coord = state->min_img_filter == PIPE_TEX_FILTER_NEAREST && - state->mag_img_filter == PIPE_TEX_FILTER_NEAREST; + state->mag_img_filter == PIPE_TEX_FILTER_NEAREST && + state->unnormalized_coords; float max_lod = state->max_lod; if (!ss) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor