index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
Age
Commit message (
Expand
)
Author
2018-10-01
gl_rasterizer: Fixup unassigned point sizes
ReinUsesLisp
2018-09-30
Merge pull request #1330 from raven02/tlds
bunnei
2018-09-30
gl_rasterizer_cache: Fixes to how we do render to cubemap.
bunnei
2018-09-30
gl_rasterizer_cache: Add check for array rendering to cubemap texture.
bunnei
2018-09-30
gl_rasterizer_cache: Implement render to cubemap.
bunnei
2018-09-30
gl_shader_decompiler: TEXS: Implement TextureType::TextureCube.
bunnei
2018-09-30
gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap.
bunnei
2018-09-30
gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray.
bunnei
2018-09-30
gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTextur...
bunnei
2018-09-30
gl_rasterizer_cache: Track texture target and depth in the cache.
bunnei
2018-09-30
gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario.
bunnei
2018-09-30
gl_rasterizer_cache: Keep track of surface 2D size separately from total size.
bunnei
2018-09-30
Fix trailing whitespace
raven02
2018-09-29
Merge pull request #1411 from ReinUsesLisp/point-size
bunnei
2018-09-29
Merge pull request #1406 from ReinUsesLisp/multibind-samplers
bunnei
2018-09-28
video_core: Implement point_size and add point state sync
ReinUsesLisp
2018-09-28
gl_state: Pack sampler bindings into a single ARB_multi_bind
ReinUsesLisp
2018-09-27
Merge pull request #1377 from FernandoS27/faster-swizzle
bunnei
2018-09-25
video_core: Add asserts for CS, TFB and alpha testing
ReinUsesLisp
2018-09-23
Added glObjectLabels for renderdoc for textures and shader programs (#1384)
David
2018-09-23
correct BC6H
greggameplayer
2018-09-22
Merge pull request #1380 from lioncash/const
bunnei
2018-09-22
Merge pull request #1382 from lioncash/inc
bunnei
2018-09-21
gl_state: Remove unused type alias
Lioncash
2018-09-21
shader_bytecode: Lay out the Ipa-related enums better
Lioncash
2018-09-21
shader_bytecode: Make operator== and operator!= of IpaMode const qualified
Lioncash
2018-09-21
Merge pull request #1379 from lioncash/bitwise
bunnei
2018-09-21
Reverse stride align restriction on FastSwizzle due to lost performance
FernandoS27
2018-09-21
Join both Swizzle methods within one interface function
FernandoS27
2018-09-21
Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Tabl...
FernandoS27
2018-09-21
Remove same output bpp restriction on FastSwizzle
FernandoS27
2018-09-21
Improved Legacy Swizzler to be better documented and work better
FernandoS27
2018-09-21
gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map()
Lioncash
2018-09-20
RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS...
Subv
2018-09-20
Improved fast swizzle and removed restrictions to it
FernandoS27
2018-09-19
Merge branch 'master' into tlds
raven02
2018-09-19
gl_rasterizer: Fix StartAddress handling with indexed draw calls.
Markus Wick
2018-09-18
Merge pull request #1342 from lioncash/trunc
bunnei
2018-09-18
Merge pull request #1279 from FernandoS27/csetp
bunnei
2018-09-18
Merge pull request #1299 from FernandoS27/texture-sanatize
bunnei
2018-09-17
Implemented Internal Flags
FernandoS27
2018-09-17
gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code
Lioncash
2018-09-17
Merge pull request #1290 from FernandoS27/shader-header
bunnei
2018-09-17
Implemented I2I.CC on the NEU control code, used by SMO
FernandoS27
2018-09-17
Implemented CSETP
FernandoS27
2018-09-17
Implemented Control Codes
FernandoS27
2018-09-17
Added asserts for texture misc modes to texture instructions
FernandoS27
2018-09-17
Added texture misc modes to texture instructions
FernandoS27
2018-09-17
Merge pull request #1311 from FernandoS27/fast-swizzle
bunnei
2018-09-17
Merge pull request #1316 from lioncash/shadow
bunnei
[next]