Uses the bglFlush() and is_a_really_crappy_intel_card() hacks to give

better support on low-end Macintoshes with integrated Intel graphics
chipsets.  Patch received from "UncleZiev" on #blendercoders, but I
adjusted it so other video chipsets and platforms are unaffected.

The only visual difference is that on MacBook and iMac machines, the box
select outline is drawn with solid, not dashed lines like other platforms
and not invisible as they were previously.
This commit is contained in:
2007-03-06 03:39:15 +00:00
parent 8d95e59fea
commit 3927ee214c
4 changed files with 15 additions and 11 deletions

View File

@@ -661,7 +661,7 @@ void bglPolygonOffset(float dist)
}
}
static int is_a_really_crappy_intel_card(void)
int is_a_really_crappy_intel_card(void)
{
static int well_is_it= -1;