summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #991 from yuriks/globjectsGravatar bunnei2015-07-263-143/+79
|\
| * OpenGL: Make OpenGL object resource wrappers fully inlineGravatar Yuri Kunde Schlesner2015-07-263-143/+79
* | Merge pull request #992 from yuriks/hot-path-debugGravatar bunnei2015-07-265-13/+18
|\ \
| * | VideoCore: #ifdef out some debugging routinesGravatar Yuri Kunde Schlesner2015-07-265-13/+18
| |/
* | Merge pull request #987 from yuriks/regnamesGravatar Tony Wasserka2015-07-262-65/+72
|\ \
| * | Videocore: Don't reinitialize register name map on every queryGravatar Yuri Kunde Schlesner2015-07-262-65/+72
| |/
* | Videocore: Simplify variables in vertex shader interpreterGravatar Yuri Kunde Schlesner2015-07-261-24/+21
* | Videocore: Replace std::stack in shader interpreter with static_vectorGravatar Yuri Kunde Schlesner2015-07-261-6/+6
|/
* Address error that remained in last mergeGravatar Yuri Kunde Schlesner2015-07-251-1/+1
* Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-253-18/+18
|\
| * Vertex Shader : Undo castingGravatar zawata2015-07-191-1/+1
| * Video_Core : Type fixesGravatar zawata2015-07-192-2/+2
| * Video_Core: Finally fix pesky warningGravatar zawata2015-07-191-1/+1
| * Video_Core : Change Tabs to SpacesGravatar zawata2015-07-191-0/+15
| * Video_Core : Fix Conversion WarningsGravatar zawata2015-07-193-18/+3
* | Merge pull request #980 from Subv/more_breakpointsGravatar Tony Wasserka2015-07-242-4/+7
|\ \
| * | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-232-4/+7
* | | Merge pull request #977 from yuriks/glenable-tex2dGravatar bunnei2015-07-231-8/+5
|\ \ \
| * | | GL Renderer: Remove erroneous glEnable(GL_TEXTURE_2D) callsGravatar Yuri Kunde Schlesner2015-07-221-8/+5
* | | | Rasterizer/GL: Set the border color when binding a texture.Gravatar Subv2015-07-221-2/+9
| |/ / |/| |
* | | Merge pull request #968 from Subv/texture_filteringGravatar bunnei2015-07-214-3/+37
|\ \ \ | |/ / |/| |
| * | GPU: Added registers for min and mag texture filters and implemented them in ...Gravatar Subv2015-07-214-3/+37
* | | Merge pull request #929 from neobrain/geoshader_definitionsGravatar Tony Wasserka2015-07-215-149/+162
|\ \ \ | |/ / |/| |
| * | Pica/Shader: Add geometry shader definitions.Gravatar Tony Wasserka2015-07-155-149/+162
* | | Merge pull request #944 from Subv/spamGravatar bunnei2015-07-191-3/+7
|\ \ \
| * | | GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't ex...Gravatar Subv2015-07-191-3/+7
* | | | Pica: Correct switched S/T texture wrapping registersGravatar Yuri Kunde Schlesner2015-07-191-2/+2
* | | | Pica: Fix DP3 instruction, which wasn't assigning to the w componentGravatar Yuri Kunde Schlesner2015-07-191-1/+1
|/ / /
* | / Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real...Gravatar Subv2015-07-191-0/+1
| |/ |/|
* | Merge pull request #931 from neobrain/move_default_attr_handlerGravatar Tony Wasserka2015-07-151-40/+40
|\ \
| * | Pica/CommandProcessor: Move default attribute setup to the proper position.Gravatar Tony Wasserka2015-07-151-40/+40
| |/
* / Pica/Clipper: Output proper number of triangles in debugging logs.Gravatar Tony Wasserka2015-07-151-1/+1
|/
* VideoCore: Implement the DOT3_RGB combinerGravatar Lectem2015-07-142-1/+13
* Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-132-12/+173
* Clean up command_processor.cpp.Gravatar Tony Wasserka2015-07-131-22/+27
* Add CiTrace recording support.Gravatar Tony Wasserka2015-07-133-2/+63
* Merge pull request #907 from Lectem/clamp_to_borderGravatar Tony Wasserka2015-07-123-13/+28
|\
| * Added GL_CLAMP_TO_BORDER supportGravatar Lectem2015-07-093-13/+28
* | Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-285-4/+13
* | Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-281-6/+9
* | CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-283-5/+10
* | Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-283-10/+8
* | Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-282-3/+9
|/
* VideoCore: Fix floating point warningGravatar zawata2015-06-261-1/+1
* VideoCore: Log the GL driver’s vendor and renderer.Gravatar Emmanuel Gil Peyrot2015-06-161-0/+2
* video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-141-3/+3
* Renderer formatting editsGravatar tfarley2015-06-082-26/+29
* Render-to-texture flush, interval math fixGravatar tfarley2015-06-081-1/+13
* Liberal texture unbind (clout menu)Gravatar tfarley2015-06-082-4/+40
* Depth format fix (crush3d intro/black screens)Gravatar tfarley2015-06-081-46/+46