index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-11-18
Merge pull request #1239 from wwylele/silent-vec-warning
bunnei
2015-11-12
fix failure on gcc and clang
wwylele
2015-11-12
disable unary minus when the type is not signed
wwylele
2015-11-12
Merge pull request #1238 from citra-emu/neobrain-rtti
Tony Wasserka
2015-11-12
Enable RTTI on Windows builds.
Tony Wasserka
2015-11-11
Merge pull request #1122 from polaris-/gdbstub
bunnei
2015-11-09
Merge pull request #1236 from Subv/log_overflow
bunnei
2015-11-09
GPU/Loaders: Log an error when a loader tries to load from a component beyond...
Subv
2015-11-03
Fix bug with reading addresses and lengths
polaris-
2015-11-03
.travis-deps.sh: don't install pkgbuild on OS X
archshift
2015-11-03
.travis-deps.sh: update curl invocation to follow 302 redirects
archshift
2015-10-29
Change headers
polaris-
2015-10-28
Merge pull request #1165 from esoteric-programmer/master
bunnei
2015-10-28
Added CSND stub.
Matthias Ernst
2015-10-28
Merge pull request #1208 from archshift/free-bytes
bunnei
2015-10-27
Implement FS_User::GetFreeBytes
archshift
2015-10-27
Merge pull request #1217 from filfat/master
bunnei
2015-10-24
Fix copy paste
Filiph Sandström
2015-10-23
Fix wrong branch
Filiph Sandström
2015-10-23
Add GetTotalStepCount Stub
Filiph Sandström
2015-10-23
Update ptm.h
Filiph Sandström
2015-10-22
Merge pull request #1209 from wwylele/file-path-encoding
bunnei
2015-10-22
Add some headers so TravisCI will hopefully work
polaris-
2015-10-22
Use CHAR_BIT instead of 8
polaris-
2015-10-22
Handle changes pointed out in comments on PR
polaris-
2015-10-21
Merge pull request #1187 from bunnei/shader-gen
bunnei
2015-10-21
gl_shader_gen: Use explicit locations for vertex shader attributes.
bunnei
2015-10-21
gl_shader_gen: Optimize code for AppendAlphaTestCondition.
bunnei
2015-10-21
gl_rasterizer: Define enum types for each vertex texcoord attribute.
bunnei
2015-10-21
gl_shader_gen: Various cleanups to shader generation.
bunnei
2015-10-21
gl_rasterizer: Use MMH3 hash for shader cache hey.
bunnei
2015-10-21
gl_shader_gen: Require explicit uniform locations.
bunnei
2015-10-21
gl_shader_gen: Rename 'o' to 'attr' in vertex/fragment shaders.
bunnei
2015-10-21
gl_shader_gen: AppendAlphaModifier default should be 0.0, not vec4(0.0).
bunnei
2015-10-21
gl_shader_gen: Fix bug where TEV stage outputs should be clamped.
bunnei
2015-10-21
gl_rasterizer: Add documentation to ShaderCacheKey.
bunnei
2015-10-21
gl_shader_gen: Add additional function documentation.
bunnei
2015-10-21
gl_shader_util: Cleanup header file + add docstring.
bunnei
2015-10-21
gl_shader_gen: Various cleanups + moved TEV stage generation to its own funct...
bunnei
2015-10-21
renderer_opengl: Refactor shader generation/caching to be more organized + va...
bunnei
2015-10-21
gl_rasterizer: Move logic for creating ShaderCacheKey to a static function.
bunnei
2015-10-21
gl_shader_util: Use vec3 constants for AppendColorCombiner.
bunnei
2015-10-21
gl_rasterizer: Fix typo in uploading TEV const color uniforms.
bunnei
2015-10-21
gl_shader_util: Fix precision bug with alpha testing.
bunnei
2015-10-21
Initial implementation of fragment shader generation with caching.
Subv
2015-10-21
Add a register variable to loops
polaris-
2015-10-21
Update register read loops to go with last commit
polaris-
2015-10-21
Pad responses to gdb for VFP registers
polaris-
2015-10-21
Try to add support for VFP registers
polaris-
2015-10-21
Fix buffer overflow comments
polaris-
[next]