summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/NativeVertexFormat.h
AgeCommit message (Expand)Author
2011-02-14Some work on changing comments, log messages, and variable and function names...Glenn Rice
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-31Fix OS X build.Soren Jorvang
2011-01-24DX11 code maintenance, part 5:NeoBrainX
2010-11-26Minor change to ease video plugin merging. Made static NativeVertexFormat::Cr...Jordan Woyak
2010-11-15Changed macro for disallowing copy-ctor and =operator into an inheritable cla...Jordan Woyak
2009-09-13D3D: Fix 8-bit signed normals. Fixes lighting problems in Super Smash Bros Me...hrydgard
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26GFX: updated Dates, code formatting cleanup, code cleanup / organization, som...omegadox
2009-03-10A fix to D3D NativeVertexFormat. Might not fix much, but should be a step in ...hrydgard
2009-02-28THIS BREAKS THE D3D PLUGIN FOR THE NEAR TERM. Resurrect an old patch that mov...hrydgard
2009-02-28OGL plugin: +Autoscale option (attempts to remove borders, even without XFB)....hrydgard
2008-12-26moar cleanuphrydgard
2008-12-25just a bunch of random code cleanup i did on the train bored, plus a d3d impl...hrydgard
2008-12-08set svn:eol-style=native for **.hbushing
2008-11-23Optimize vertex loader with a mini JIT (only first step, more optimizations m...hrydgard
2008-10-28Make it possible to turn off the tiny vertex format setup JIT, may help macos...hrydgard
2008-10-27Aligned all vertex components to 4 byte boundaries - maybe ATI likes that? Re...hrydgard
2008-10-25Move moving things around and preparing for the next step (cached vertexloade...hrydgard
2008-10-25Move pipeline back into VertexLoader. Started work on VertexLoaderManager, wh...hrydgard
2008-10-25Include PluginSpecs.h so __cdecl is defined on non-Windows.Maarten ter Huurne
2008-10-25OpenGL - Don't cache pointer to compiled code - cache pointer to NativeVertex...hrydgard
2008-10-24Code movin' and cleanup again, in the GL plugin. Planning to turn NativeVerte...hrydgard