qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [[PATCH-2]] Removed support for DEPTH!=32 in sm501.c
@ 2017-02-27 16:01 Suramya Shah
  2017-02-27 16:25 ` Peter Maydell
  2017-02-27 16:27 ` no-reply
  0 siblings, 2 replies; 3+ messages in thread
From: Suramya Shah @ 2017-02-27 16:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: shah.suramya, peter.maydell, kraxel

Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
---
 hw/display/sm501.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/hw/display/sm501.c b/hw/display/sm501.c
index 040a0b9..faca906 100644
--- a/hw/display/sm501.c
+++ b/hw/display/sm501.c
@@ -1173,23 +1173,6 @@ typedef void draw_line_func(uint8_t *d, const uint8_t *s,
 typedef void draw_hwc_line_func(SM501State * s, int crt, uint8_t * palette,
                                 int c_y, uint8_t *d, int width);
 
-#define DEPTH 8
-#include "sm501_template.h"
-
-#define DEPTH 15
-#include "sm501_template.h"
-
-#define BGR_FORMAT
-#define DEPTH 15
-#include "sm501_template.h"
-
-#define DEPTH 16
-#include "sm501_template.h"
-
-#define BGR_FORMAT
-#define DEPTH 16
-#include "sm501_template.h"
-
 #define DEPTH 32
 #include "sm501_template.h"
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-27 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27 16:01 [Qemu-devel] [[PATCH-2]] Removed support for DEPTH!=32 in sm501.c Suramya Shah
2017-02-27 16:25 ` Peter Maydell
2017-02-27 16:27 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).