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
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Software
Age
Commit message (
Expand
)
Author
2014-04-12
VideoSoftware: remove const memory usage of DebugUtil
degasus
2014-04-11
Merge pull request #224 from magumagu/swrender-deletepixelfork
Tony Wasserka
2014-04-05
SWBackend: Fix code style.
magumagu
2014-03-29
SW backend: make shaders work on Intel/Windows.
magumagu
2014-03-29
Software backend: Delete forked PixelEngine.
magumagu
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-26
Software renderer: Properly calculate tev combiner output.
Tony Wasserka
2014-03-26
Software renderer: Use color combiner configuration for alpha combiner compar...
Tony Wasserka
2014-03-25
BPMemory: Make use of BitField in a number of structures.
Tony Wasserka
2014-03-25
BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...
Tony Wasserka
2014-03-25
BPMemory: Use the new BitField class in two selected structures.
Tony Wasserka
2014-03-17
More range-based loops and overrides
Tillmann Karras
2014-03-15
Merge pull request #164 from lioncash/cstr-cull
Pierre Bourdon
2014-03-14
PixelShaderGen: Treat UV coordinates like S17.7 integers (they're still store...
Tony Wasserka
2014-03-14
PixelShaderGen: Change indirect texture matrix uniforms to use integers.
Tony Wasserka
2014-03-14
PixelShaderGen: Use integer math for indirect tev stage texcoord calculation.
Tony Wasserka
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-03-06
SW renderer: add missing ClearCurrent()
Tillmann Karras
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-03-03
videosoftware: More coding style fixes.
Tony Wasserka
2014-03-01
videosoftware: Provide a more elaborate comment on the FifoPlayer support hack.
Tony Wasserka
2014-03-01
videosoftware: Added hack to bypass xfb just so fifoplayer works.
Scott Mansell
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Merge pull request #88 from lioncash/relative-includes
Pierre Bourdon
2014-02-20
Fix more header sorting issues in VideoBackends/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Merge pull request #79 from Tilka/nits
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
2014-02-16
MMIO: Port the SW CP/PE MMIOs to the new interface.
Pierre Bourdon
2014-02-16
MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...
Pierre Bourdon
2014-02-16
Silence some Windows compiler warnings
Tillmann Karras
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Merge pull request #54 from lioncash/cleanup
Ryan Houdek
2014-02-09
Remove function Xchg from SWStatistics.cpp. Like the one previous, this can b...
Lioncash
2014-02-09
Clean up some struct indentations
Lioncash
2014-02-09
Cleanup enum indentations.
Lioncash
2014-02-04
SWCommandProcessor: fix the CPReg structure fields
Pierre Bourdon
2014-01-25
Videosoftware: Fix memory cleanup code.
Scott Mansell
2014-01-21
Finally Merge branch 'videosoftware-xfb'
Scott Mansell
2014-01-19
Stop building GLExtensions.cpp twice(One in GL, one in software). We don't ne...
Ryan Houdek
2014-01-18
Merge of GL-AutoChoose.
Ryan Houdek
2014-01-17
[GLExtensions] Make sure to initialize our function pointers with VideoSoftwa...
Ryan Houdek
2014-01-17
[GLExtensions] Still had a GLEW lib hanging out in the CMake file for the sof...
Ryan Houdek
2014-01-17
[GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely f...
Ryan Houdek
[next]