4.0-619 10년, 10개월 전 VertexLoader: don't check for possible range
4.0-618 10년, 10개월 전 enable buffer_storage on nvidia 331.38 on linux
4.0-617 10년, 10개월 전 GameSettings: Deleted references to the ZTP hack.
4.0-616 10년, 10개월 전 fixup "Remove the ZTP speedup hack"
4.0-615 10년, 10개월 전 Remove vertex streaming hack.
4.0-614 10년, 10개월 전 Remove the ZTP speedup hack. Also remove useless debugging code, and a presumably outdated workaround (which was commented out).
4.0-613 10년, 10개월 전 VideoCommon: cleanup of "components" usage
4.0-612 10년, 10개월 전 Change the default GFX backend from D3D11 to OGL.
4.0-611 10년, 10개월 전 Added a check for a redundant mov in the fastmem writes code.
4.0-610 10년, 10개월 전 TextureConverter: remove implicit int->float convertion
4.0-609 10년, 10개월 전 Fix stupid bug in Z16L depth texture efb2ram encoding shader.
4.0-608 10년, 10개월 전 Update some of the comments in DriverDetails.h for drivers that have fixed their bugs.
4.0-607 10년, 10개월 전 Enable buffer_storage for Nvidia drivers 332.21 and above.
4.0-606 10년, 10개월 전 OGL: remove masking from streambuffer
4.0-605 10년, 10개월 전 VideoCommon: disable efb access + perf querys on cph thread
4.0-604 10년, 10개월 전 Do not fastmem addresses that were constant propagated
4.0-603 10년, 10개월 전 Code cleanup
4.0-602 10년, 10개월 전 NetPlay: Sync CPU engine between NetPlay clients/servers
4.0-601 10년, 10개월 전 Fix copy and paste error in BootManager.cpp.
4.0-600 10년, 10개월 전 Slight optimization in the pixel shader. We are using pow(2.0, X) in place of exp2(X). This can be faster in places that don't optimize a pow to a exp2 in this case. Notice this from here: http://cgit...