summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2016-04-19 19:57:43 +0300
committerTopi Pohjolainen <[email protected]>2016-04-21 10:20:03 +0300
commit26fdb7e51e9f6b407ad8c635850ccffbd01876bc (patch)
tree9714a35382cdf6dd436df7f6f5f5fdea8e68327c /appveyor.yml
parent0ae360f098d88450f73f2b2176a6839ab593da2a (diff)
i965/blorp: Reduce the size of vertex buffer
Previously the vertex buffer consisted of eight floats per vertex of which six where constants. These can be as easily provided by vertex fetcher as it is capable of filling vertex elements with constant one and zero. This reduces the size of the vertex buffer from 3 * 8 * 4 = 96 to 3 * 2 * 4 = 24 bytes. Signed-off-by: Topi Pohjolainen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions