summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.cpp
AgeCommit message (Expand)Author
2013-09-18Revert "ogl: change the default buffer upload on osx+nvidia"degasus
2013-09-11ogl: change the default buffer upload on osx+nvidiadegasus
2013-08-29ogl: only free use fencesdegasus
2013-08-29ogl: fix vertex stream detectiondegasus
2013-08-27ogl: warn on osd if not supported features are enableddegasus
2013-08-26ogl driverdetails: add flag to disable hacked and pinned memorydegasus
2013-08-19ogl: remove glMapBuffer as it isn't in glesdegasus
2013-07-27Didn't mean to disable hacked buffer.Ryan Houdek
2013-07-27Add the new glBufferData stream buffer type to the streambuffer class which i...Ryan Houdek
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
2013-03-25move ogl-only settings into backenddegasus
2013-03-23Switch to using bitfields in the streambuffer class so we can exclude buggy s...Ryan Houdek
2013-03-16GLSL: explicitly check for gl errors for pinned memorydegasus
2013-03-08remove syncing on hacked bufferdegasus
2013-03-05Revert "remove flag GL_SYNC_FLUSH_COMMANDS_BIT on syncing"degasus
2013-03-04workaround for GLEW_AMD_pinned_memory and older glew versionsdegasus
2013-02-26workaround for base vertex. damn old nvidia driverdegasus
2013-02-26remove flag GL_SYNC_FLUSH_COMMANDS_BIT on syncingdegasus
2013-02-21default upload method for nvidia is buffersubdatadegasus
2013-02-21add option for hacked upload and disable it by defaultdegasus
2013-02-19Revert "map_orphan_and_risk - next try for upload method"degasus
2013-02-19map_orphan_and_risk - next try for upload methoddegasus
2013-02-07first try of osx fix, mostly by pauldachzdegasus
2013-02-06check for GL_ARB_sync, it's in ogl 3.2degasus
2013-02-05evil hack: map the buffer once and use this pointer after unmapingdegasus
2013-02-04update to glew1.9, win binaries also from official releasedegasus
2013-02-04also align the size of buffers for pinned memorydegasus
2013-02-02correct spelling of aligndegasus
2013-02-02build fixdegasus
2013-02-02align memory, use pinned memory if availabledegasus
2013-02-01fix glew fixdegasus
2013-02-01workaround older glew versionsdegasus
2013-02-01first try for pinned memory, complete untesteddegasus
2013-02-01usable sync of ringbufferdegasus
2013-02-01stream by map and syncdegasus
2013-02-01implement streaming by bufferSubData, split upload and allocation in ringbufferdegasus
2013-01-31create StreamBuffer class for ogl uploaddegasus