Commit graph

13 commits

Author SHA1 Message Date
José Fonseca 765f9659ed Ignore derived files. 2012-02-01 13:41:09 +00:00
José Fonseca 329dd53745 Update headers & examples. 2011-09-19 13:21:29 +00:00
Vinson Lee a94d5e81a5 Fix rt-gamma-test build with gcc-4.6.
Fixes this GCC error.
main.c: In function 'render':
main.c:85:16: error: variable 'gamma' set but not used [-Werror=unused-but-set-variable]
2011-07-22 08:11:15 +00:00
Micah Dowty 4443a73481 Revert launch algorithm, the size optimization caused a gameplay randomness regression. 2011-03-24 07:00:14 +00:00
Micah Dowty 9605f56e5f Random size optimizations 2011-03-24 06:01:28 +00:00
Micah Dowty 4a5a01ab57 Patch from Jose Fonseca: Specify a nonzero light range in the bunnies example
Otherwise the bunnies are all black with the D3D backend and the
software renderer backend.

GL backend apparently interprets a zero light range differently, and
draws them white even without this change.
2010-08-16 16:46:29 +00:00
Micah Dowty 791ddd6a8f Applying a patch from Keith Whitwell: Adds some svga3dutil support for surface flags, and uses those flags in Bunnies to specify the static VB/IB usage of its buffers. This is the same behaviour we expect from well-behaved guest drivers, and it makes Bunnies a better tool for performance testing various host configurations. 2010-02-10 22:16:35 +00:00
Micah Dowty 28e788a308 Adding a simple test for output gamma. 2009-10-29 19:36:41 +00:00
Micah Dowty 68478eab4b There are many new tests and examples that we wrote internally at VMware,
but couldn't release immediately since they depended on virtual GPU features
which were not yet publicly released in any products.  This checkin moves those
features from our internal repository to the open source repository. Future   
development on these tests and examples will take place directly in the open
source repository.

The primary feature added by this patch is 'Screen Object', a new dynamic
display management extension supported by Workstation 7.0 and Fusion 3.0.
See the README for a quick explanation.
2009-10-21 20:20:49 +00:00
Micah Dowty aab0cde61f To get better test coverage of the host-side DMA code, alternate between using Fences and legacy Sync. 2009-07-13 23:12:04 +00:00
Micah Dowty 64070c7b8e Add an example for implementing 'Fit Guest' functionality. 2009-04-17 21:55:24 +00:00
Micah Dowty 3e3ba62112 Add a simple example for the TCLO protocol support in vmbackdoor. 2009-04-17 21:52:08 +00:00
Micah Dowty 75775e0dff Initial revision 2009-04-13 07:05:42 +00:00