aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/command_processor.cpp
Commit message (Collapse)AuthorAge
* Merge pull request #929 from neobrain/geoshader_definitionsGravatar Tony Wasserka2015-07-21
|\ | | | | Pica/Shader: Add geometry shader definitions.
| * Pica/Shader: Add geometry shader definitions.Gravatar Tony Wasserka2015-07-15
| |
* | Pica/CommandProcessor: Move default attribute setup to the proper position.Gravatar Tony Wasserka2015-07-15
|/
* Clean up command_processor.cpp.Gravatar Tony Wasserka2015-07-13
|
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-13
| | | | | | This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Pica: Implement command buffer execution registers.Gravatar bunnei2015-05-31
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
|
* OpenGL rendererGravatar tfarley2015-05-22
|
* GPU/DefaultAttributes: Clear up a comment in command_processorGravatar Subv2015-05-17
|
* GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ↵Gravatar Subv2015-05-17
| | | | | | default attributes, if set. closes #735
* Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner2015-05-09
|
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-09
| | | | | Also adds better documentation and removes the one-off reimplementation of the function in pica.h.
* GPU: Implemented default vertex shader attributes.Gravatar Subv2015-05-06
| | | | Fixes some games crashing.
* Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-01
|
* Pica/CommandProcessor: Properly implement shader load destination offset ↵Gravatar Tony Wasserka2015-02-18
| | | | registers.
* Pica/CommandProcessor: Work around initialized vertex attributes some more.Gravatar Tony Wasserka2015-02-18
|
* Pica/CommandProcessor: Cleanups.Gravatar Tony Wasserka2014-12-31
|
* Pica/CommandProcessor: Workaround games not setting the input position's w ↵Gravatar Tony Wasserka2014-12-31
| | | | component.
* Pica/CommandProcessor: Add support for integer uniforms.Gravatar Tony Wasserka2014-12-31
|
* GPU: Implement frameskip and remove forced framebuffer swap hack.Gravatar bunnei2014-12-28
|
* Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
|\ | | | | More warning cleanups
* \ Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \ | | | | | | License change
| | * More warning cleanupsGravatar Chin2014-12-21
| |/ |/|
| * License changeGravatar purpasmart962014-12-20
| |
* | Pica: Add support for boolean uniforms.Gravatar Tony Wasserka2014-12-20
| |
* | Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-20
| |
* | Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.Gravatar Tony Wasserka2014-12-20
| |
* | Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are ↵Gravatar Tony Wasserka2014-12-20
| | | | | | | | accessed for different attributes.
* | Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-20
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-09
|
* GPU: Fixed bug in command list size decoding.Gravatar bunnei2014-12-09
|
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-09
|
* Silence a few -Wsign-compare warnings.Gravatar Rohit Nirmal2014-11-30
|
* Fix some warningsGravatar Sean2014-10-29
|
* Fix warnings in video_coreGravatar Lioncash2014-10-07
|
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and ↵Gravatar Tony Wasserka2014-08-25
| | | | GeometryDumper.
* Pica/DebugUtils: Add convenient tev setup printer.Gravatar Tony Wasserka2014-08-25
|
* Pica/citra-qt: Replace command list view and command list debugging code ↵Gravatar Tony Wasserka2014-08-25
| | | | with something more sophisticated.
* Pica/CommandProcessor: Implement parameter masking.Gravatar Tony Wasserka2014-08-25
|
* Pica: Add debug utility functions for dumping geometry data.Gravatar Tony Wasserka2014-08-25
|
* Pica: Add primitive assembly stage.Gravatar Tony Wasserka2014-08-12
|
* Pica: Add vertex shader implementation.Gravatar Tony Wasserka2014-08-12
|
* Pica: Implement vertex loading.Gravatar Tony Wasserka2014-08-12
|
* Pica: Add command processor.Gravatar Tony Wasserka2014-08-12