summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/VertexManager.h
AgeCommit message (Expand)Author
2021-01-27normalize common filenames in VideoBackends/OGLShawn Hoffman
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-12-04Use main buffers for utility drawsStenzek
2018-02-22VideoBackends: Add AbstractShader and AbstractPipeline classesStenzek
2017-09-02OGL/VertexManager: Make vertex and index buffer handles privateLioncash
2017-07-30NativeVertexFormat: Drop unused virtual method SetupVertexPointersStenzek
2017-07-30OGL: Uber shader supportStenzek
2017-02-18VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptrLioncash
2017-02-01ShaderGenCommon: Remove unnecessary includesLioncash
2017-01-04VideoCommon: Make dst_alpha state implicit.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2015-11-24NativeVertexFormat: Inline Initialize in contructordegasus
2015-11-02VideoCommon: VertexManager -> VertexManagerBaseTillmann Karras
2015-09-22Move GL interface code out of the OpenGL video backend.Scott Mansell
2015-07-30Remove unnecessary virtual keywordsLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-24Coding style cleanup from the zfreeze mergeLioncash
2015-01-24Stop doing nastly shit to OpenGL stream buffers.Scott Mansell
2015-01-24Move Zfreeze code out individual backends into videoCommonScott Mansell
2015-01-23Cleanup and refactor of zfreeze portNanoByte011
2015-01-23Initial port of zfreeze branch (3.5-1729)NanoByte011
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-05-13OGL/VertexManager: Remove unnused m_CurrentVertexFmtJens Nyberg
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-15move shared parts from VertexManager::vFlush into VideoCommondegasus
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-01-23OpenGL: Stream vertices + indicesdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre