Merge branch 'master' of github.com:bkaradzic/bgfx

Conflicts:
	README.md
This commit is contained in:
Branimir Karadžić 2014-03-14 20:24:48 -07:00
commit 1bf1163353

View file

@ -126,7 +126,8 @@ Shadow volumes.
### 17-drawstress ### 17-drawstress
Draw stress is CPU stress test to show what is the maximimum number of draw Draw stress is CPU stress test to show what is the maximimum number of draw
calls while maintaining 60Hz frame rate. calls while maintaining 60Hz frame rate. bgfx currently has limit of maximum 64K
draw calls per frame.
| CPU | Renderer | GPU |Compiler| Arch | OS | Dim | Calls | | CPU | Renderer | GPU |Compiler| Arch | OS | Dim | Calls |
|:-------------|:-------------|:----------|:------:|:----:|:--------:|----:|------:| |:-------------|:-------------|:----------|:------:|:----:|:--------:|----:|------:|
@ -148,6 +149,7 @@ calls while maintaining 60Hz frame rate.
| '12 Nexus 7 | ES2 | Tegra3 | GCC | ARM | Android | 15 | 3375 | | '12 Nexus 7 | ES2 | Tegra3 | GCC | ARM | Android | 15 | 3375 |
| '13 Nexus 10 | ES2 | Mali T604 | GCC | ARM | Android | 13 | 2197 | | '13 Nexus 10 | ES2 | Mali T604 | GCC | ARM | Android | 13 | 2197 |
| '13 Nexus 7 | ES2 | S4 Pro | GCC | ARM | Android | 12 | 1728 | | '13 Nexus 7 | ES2 | S4 Pro | GCC | ARM | Android | 12 | 1728 |
| Xperia Z | ES2 | Adreno320 | GCC | ARM | Android | 11 | 1331 |
| i7-920 2.66 | ES2-Mali | GTX650Ti | VS2008 | x86 | Windows7 | 6 | 216 | | i7-920 2.66 | ES2-Mali | GTX650Ti | VS2008 | x86 | Windows7 | 6 | 216 |
### 18-ibl ### 18-ibl