mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radeon: drop border check
now that we strip borders off earlier. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
fbfa807034
commit
6d573c4dd7
1 changed files with 0 additions and 5 deletions
|
|
@ -982,11 +982,6 @@ static GLboolean setup_hardware_state(r100ContextPtr rmesa, radeonTexObj *t, int
|
|||
|
||||
firstImage = t->base.Image[0][t->minLod];
|
||||
|
||||
if (firstImage->Border > 0) {
|
||||
fprintf(stderr, "%s: border\n", __FUNCTION__);
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
||||
log2Width = firstImage->WidthLog2;
|
||||
log2Height = firstImage->HeightLog2;
|
||||
texelBytes = _mesa_get_format_bytes(firstImage->TexFormat);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue