3.5-588 10 years, 2 months ago stream by map and sync
3.5-587 10 years, 2 months ago implement streaming by bufferSubData, split upload and allocation in ringbuffer
3.5-586 10 years, 2 months ago create StreamBuffer class for ogl upload
3.5-585 10 years, 2 months ago remove glIsEnabled(GL_BLEND), we do restore state after it, so it doesn't matter
3.5-584 10 years, 2 months ago also add glBufferSubData for ubo upload
3.5-583 10 years, 2 months ago first try for osx core profile
3.5-582 10 years, 2 months ago don't stream in rasterfont
3.5-581 10 years, 2 months ago OSX likes to put unordered_map in the weirdest of places...
3.5-580 10 years, 2 months ago Got to love that my server's cmake is half retarded.
3.5-578 10 years, 2 months ago move RestoreAPIState and ResetAPIState into backends
3.5-577 10 years, 2 months ago set hint GL_STREAM_READ
3.5-576 10 years, 2 months ago Only check shader compilation status in debug or with DEBUG_GLSL defined. invalidate range on bindbufferrange since we don't care about what is in the range. Both give a performance boost for me.
3.5-575 10 years, 2 months ago only create shaders after shadercaches are initialized
3.5-574 10 years, 2 months ago fix bug when rasterfont disappears sometimes
3.5-573 10 years, 2 months ago orphan vbo also with glBufferData
3.5-572 10 years, 2 months ago ubo streaming
3.5-571 10 years, 2 months ago Merge branch 'immediate-removal' into GLSL-master
3.5-368 10 years, 2 months ago fix small dx9 slowdown
3.5-367 10 years, 2 months ago partial revert of 8a6f7474088e
3.5-366 10 years, 2 months ago always init ogl configs