summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_processor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pica: Implement command buffer execution registers.bunnei2015-05-311-32/+38
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-4/+4
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-231-24/+23
* OpenGL renderertfarley2015-05-231-3/+23
* GPU/DefaultAttributes: Clear up a comment in command_processorSubv2015-05-171-2/+2
* GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the default attributes, if set.Subv2015-05-171-21/+23
* Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner2015-05-091-2/+2
* Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner2015-05-091-2/+2
* GPU: Implemented default vertex shader attributes.Subv2015-05-071-27/+71
* Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-021-0/+6
* Pica/CommandProcessor: Properly implement shader load destination offset registers.Tony Wasserka2015-02-181-18/+4
* Pica/CommandProcessor: Work around initialized vertex attributes some more.Tony Wasserka2015-02-181-2/+8
* Pica/CommandProcessor: Cleanups.Tony Wasserka2014-12-311-3/+4
* Pica/CommandProcessor: Workaround games not setting the input position's w component.Tony Wasserka2014-12-311-0/+14
* Pica/CommandProcessor: Add support for integer uniforms.Tony Wasserka2014-12-311-0/+13
* GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei2014-12-291-0/+5
* Merge pull request #322 from chinhodado/masterbunnei2014-12-221-2/+2
|\
| * More warning cleanupsChin2014-12-211-2/+2
* | Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ \ | |/ |/|
| * License changepurpasmart962014-12-211-1/+1
* | Pica: Add support for boolean uniforms.Tony Wasserka2014-12-201-0/+6
* | Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka2014-12-201-0/+3
* | Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.Tony Wasserka2014-12-201-0/+7
* | Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are accessed for different attributes.Tony Wasserka2014-12-201-7/+8
* | Pica: Unify ugly address translation hacks.Tony Wasserka2014-12-201-2/+2
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+3
* GSP: Trigger GPU interrupts at more accurate locations.bunnei2014-12-101-0/+6
* GPU: Fixed bug in command list size decoding.bunnei2014-12-101-1/+2
* Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2014-12-091-0/+13
* Silence a few -Wsign-compare warnings.Rohit Nirmal2014-12-011-1/+1
* Fix some warningsSean2014-10-301-1/+1
* Fix warnings in video_coreLioncash2014-10-081-6/+6
* Pica: Consolidate the primitive assembly code in PrimitiveAssembly and GeometryDumper.Tony Wasserka2014-08-251-4/+16
* Pica/DebugUtils: Add convenient tev setup printer.Tony Wasserka2014-08-251-0/+2
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-251-0/+2
* Pica/CommandProcessor: Implement parameter masking.Tony Wasserka2014-08-251-5/+13
* Pica: Add debug utility functions for dumping geometry data.Tony Wasserka2014-08-251-0/+8
* Pica: Add primitive assembly stage.Tony Wasserka2014-08-121-1/+2
* Pica: Add vertex shader implementation.Tony Wasserka2014-08-121-5/+103
* Pica: Implement vertex loading.Tony Wasserka2014-08-121-1/+80
* Pica: Add command processor.Tony Wasserka2014-08-121-0/+60