vmware-svga/lib/refdriver
Micah Dowty 15fd4340d6 SVGA refdriver: compile fix for gcc strict aliasing
Newer versions of GCC have additional strict alias checking,
and so the refdriver's IRQ handler would fail to compile.
Work around this problem (and avoid unwanted compiler
optimizations to boot) by using memcpy instead of struct
assignment.
2009-07-01 21:02:40 +00:00
..
gmr.c Initial revision 2009-04-13 07:05:42 +00:00
gmr.h Initial revision 2009-04-13 07:05:42 +00:00
svga.c SVGA refdriver: compile fix for gcc strict aliasing 2009-07-01 21:02:40 +00:00
svga.h Hopefully fix Metalkit refdriver SVGA_WaitForIRQ hangs 2009-05-07 22:35:49 +00:00
svga3d.c Initial revision 2009-04-13 07:05:42 +00:00
svga3d.h Initial revision 2009-04-13 07:05:42 +00:00