mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Mesa-master:
- remove unneeded patch
This commit is contained in:
parent
023288e92f
commit
5f166b33ec
@ -1,31 +0,0 @@
|
|||||||
From 5aaa45de4c367dd6ec5daa6f4a54504b0aff1aca Mon Sep 17 00:00:00 2001
|
|
||||||
From: Dave Airlie <airlied@linux.ie>
|
|
||||||
Date: Wed, 9 Sep 2009 15:02:16 +1000
|
|
||||||
Subject: [PATCH] r600: don't setup hardware state if TFP
|
|
||||||
|
|
||||||
if we have a BO here it means TFP and we should have set it
|
|
||||||
up already.
|
|
||||||
|
|
||||||
tested by b0le on #radeon
|
|
||||||
---
|
|
||||||
src/mesa/drivers/dri/r600/r600_texstate.c | 4 ++++
|
|
||||||
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/mesa/drivers/dri/r600/r600_texstate.c b/src/mesa/drivers/dri/r600/r600_texstate.c
|
|
||||||
index fff6e74..ff4ef1e 100644
|
|
||||||
--- a/src/mesa/drivers/dri/r600/r600_texstate.c
|
|
||||||
+++ b/src/mesa/drivers/dri/r600/r600_texstate.c
|
|
||||||
@@ -608,6 +608,10 @@ static void setup_hardware_state(context_t *rmesa, struct gl_texture_object *tex
|
|
||||||
int firstlevel = t->mt ? t->mt->firstLevel : 0;
|
|
||||||
GLuint uTexelPitch, row_align;
|
|
||||||
|
|
||||||
+ if ( t->bo ) {
|
|
||||||
+ return GL_TRUE;
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
firstImage = t->base.Image[0][firstlevel];
|
|
||||||
|
|
||||||
if (!t->image_override) {
|
|
||||||
--
|
|
||||||
1.6.2.5
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user