index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
OGL
/
NativeVertexFormat.cpp
Age
Commit message (
Expand
)
Author
2017-09-02
OGL/VertexManager: Make vertex and index buffer handles private
Lioncash
2017-07-30
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
Stenzek
2017-07-30
OGL: Uber shader support
Stenzek
2017-02-18
VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr
Lioncash
2017-02-01
ShaderGenCommon: Remove unnecessary includes
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-20
VideoBackends: Simplify initialization and deinitialization of resources
Lioncash
2015-11-24
NativeVertexFormat: Inline Initialize in contructor
degasus
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-22
Move GL interface code out of the OpenGL video backend.
Scott Mansell
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-01-24
Move Zfreeze code out individual backends into videoCommon
Scott Mansell
2014-08-15
OGL: Add static to a function in NativeVertexFormat
Lioncash
2014-08-15
OGL: Fix brace and body placements
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-20
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-01-31
PortableVertexFormat: use AttributeFormat for posmtx attribute format
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for texcoord attribute format
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for color attribute format
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for normal attribute format
degasus
2014-01-31
PortableVertexFormat: add a struct which hold all needed information for ever...
degasus
2014-01-30
NativeVertexFormat: swap unsigned / signed formats to match GX order
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre