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
/
Clipper.cpp
Age
Commit message (
Expand
)
Author
2022-10-29
VideoCommon/Statistics: Require semicolons after statistics macros
Pokechu22
2022-04-16
Software: Disable clipping based on xfmem
Pokechu22
2022-04-16
Software: Use new scissor logic
Pokechu22
2022-04-08
Software: Fix zfreeze with CullMode::All
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-04-23
Merge pull request #9660 from ezio1900/master
JMC47
2021-04-24
VideoCommon: Fix scissorOffset, handle negative value correctly
ezio1900
2021-03-06
Software: Invert backface test when viewport is positive
Pokechu22
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2021-02-13
Software: Implement points
Pokechu22
2021-02-13
Software: Fix line-width effects
Pokechu22
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-08-22
Clipper: Copy both color sequences in CopyVertex as opposed to one
Lioncash
2017-08-22
SW NativeVertexFormat: Utilize std::array where applicable
Lioncash
2016-09-24
Software: Clean out unnecessary includes/fwd decls
Lioncash
2016-09-22
Clipper: const correctness
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-06
VideoSW: Drop SetViewOffset.
degasus
2016-01-06
VideoSW: Use more VideoCommon
degasus
2015-09-30
ChunkFile: Provide additional helpers for C-style arrays
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-10-02
Change a bunch of reference function arguments to pointers.
comex
2014-08-10
Software: Fix some if-statement body placements
Lioncash
2014-08-10
Software: Fix various brace styling errors
Lioncash
2014-07-29
Convert some more header inclusions into forward declarations
Lioncash
2014-07-11
mark all local variables as static
degasus
2014-07-11
mark all local functions as static
degasus
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-16
Video backends: unify xfregs/xfmem structures.
magumagu
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre