summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions_table.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-08-02 12:48:47 -0700
committerEric Anholt <[email protected]>2016-08-04 08:52:11 -0700
commit49741e1cd23c726f1956fe2b2e78a85ba8482385 (patch)
tree5eea90229c056c46195556d28acae24b136e47d8 /src/mesa/main/extensions_table.h
parent2a808219b3f9a50bc5bf3c5290db6a55cd707de7 (diff)
mesa: Dynamically allocate the matrix stack.
By allocating and initializing the matrices at context creation, the OS couldn't even overcommit the pages. This saves about 63k (out of 946k) of maximum memory size according to massif on simulated vc4 glsl-algebraic-add-add-1. It also means we could potentially relax the maximum stack sizes, but that should be a separate commit. v2: Drop redundant Top update, explain why the stack is small at init time. Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
0 files changed, 0 insertions, 0 deletions