summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/BPStructs.cpp
AgeCommit message (Expand)Author
2013-09-09videoCommon: also reset logicOp on mode switchdegasus
2013-08-15Only call SetGenerationMode from BPWritten if the cull mode changed.Pierre Bourdon
2013-06-18BPMemory: Assign a more descriptive name to a field in the genmode register.NeoBrainX
2013-05-01Apply color mask when alpha test parameters change. Required to make the chan...NeoBrainX
2013-04-24Formatting cleanup for VideoCommon.Lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-03-17GLSL: fix transparency issues on dual source blend. fix issue 6104degasus
2013-03-06Merge branch 'master' into GLSL-masterdegasus
2013-03-01Add documentation to PerfQueryBase interface.NeoBrainX
2013-03-01Remove two incorrect lines. How did those even get there?!NeoBrainX
2013-03-01Merge branch 'master' into perfqueries.NeoBrainX
2013-02-20Remove some unneeded sampler-related calls in BPStructs.Jordan Woyak
2013-02-18Merge branch 'master' into GLSL-masterdegasus
2013-02-07Fix some potential issues when blending on EFB formats without alpha.NeoBrainX
2013-01-25Duplicate condition fix.Lioncash
2013-01-24Merge branch 'immediate-removal' into GLSL-masterdegasus
2013-01-24Fix a potential memory leak on non-windows systems.lioncash
2013-01-18set blending if dual source might be triggereddegasus
2013-01-15Fix two unsigned/signed mismatch warnings.lioncash
2013-01-10VideoCommon: Implement proper RGBA8 texture loading from tmem.NeoBrainX
2013-01-08Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related ...NeoBrainX
2012-12-23revert last commit, add CheckInvalidState to VideoBackenddegasus
2012-12-21add invalid flag for BPStructs (fix issue 5790)degasus
2012-08-26OGL: Implement pixel metrics (untested)NeoBrainX
2012-08-26D3D11: Implement some PE pixel performance metrics.NeoBrainX
2012-08-07Maintenance.NeoBrainX
2012-06-02Remove some TODOs.NeoBrainX
2012-06-02OSX build fix for BPStructs. Thanks to pauldacheez for the fix.skidau
2012-05-26fixed some graphics problems with loading savestates (for example, wrong colo...nitsuja
2012-05-20Avoid changing video state on useless BP writesPierre Bourdon
2012-05-18Check if BP and XF changes actually change values before flushingPierre Bourdon
2012-03-25Added a check for TMEM overflows while preloading textures. Thanks to NeoBra...skidau
2012-03-23Checked PRELOAD_MODE to determine if TMEMODD or TMEMEVEN should be used.skidau
2012-02-03Prepare texture preloading supportNeoBrainX
2011-10-28Bounding Box bugfixes.crudelios
2011-10-26Added proper Bounding Box support.crudelios
2011-09-05Merge some scissor rect related code to VideoCommon.NeoBrainX
2011-07-04VideoCommon: Always update pixel shader constants when tevregs changepierre
2011-07-03Revert r7665. Breaks about all other games.pierre
2011-07-03VideoCommon: Always update pixel shader constants when tevregs changepierre
2011-04-03VideoCommon: Update color writing mask if pixel format changes.NeoBrainX
2011-03-05Missed a critical section.Jordan Woyak
2011-02-26Add EFB encode-to-RAM support in DX11 backend. It could probably be simplifie...Nolan Check
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-29initial implementation of fog range adjust, I don't think is correct or work ...Rodolfo Osvaldo Bogado
2011-01-27Clean out the long since bit-rotted video profiling code.Soren Jorvang
2011-01-27Fixed the black (alpha) textures in the 8ing games like Tatsunoko vs Capcom a...skidau
2011-01-05corrected depth copy shader in dx9/dx11 to improve accuracy when doing efb to...Rodolfo Osvaldo Bogado
2010-12-31Finish implementing gamma correction in DX9.donkopunchstania
2010-12-27Implement pixel data reinterpretation on EFB format change.NeoBrainX