242 Commits (928831c1cc6905e5035cd6048a6cfb2e7eac1f6d)

Author SHA1 Message Date
ReinUsesLisp 928831c1cc maxwell_3d: Silence array bounds warnings 5 years ago
ReinUsesLisp 92ca4929f5 common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
ReinUsesLisp d25b097e84 video_core: Rewrite the texture cache 5 years ago
Lioncash a006a490f5 maxwell_3d: Move member variables to end of class 5 years ago
Lioncash 121f585d17 maxwell_3d: Resolve -Wdocumentation warning 5 years ago
Lioncash 05038223a7 maxwell_3d: Remove unused dirty_pointer array 5 years ago
ReinUsesLisp fe1efa971f vk_shader_decompiler: Implement force early fragment tests 5 years ago
ReinUsesLisp 45cfd67ae6 maxwell_3d: Move code to separate functions 6 years ago
ReinUsesLisp 1c61cf29b6 video_core: Initialize renderer with a GPU 6 years ago
Lioncash 6dd94f94e6 maxwell_3d: Resolve -Wextra-semi warning 5 years ago
David Marcec da2cbc76fc Addressed issues 6 years ago
David Marcec 74e48d2a98 Macro HLE support 6 years ago
ReinUsesLisp 77fbdd7e1d texture_cache: Implement rendering to 3D textures 6 years ago
ReinUsesLisp 2f28ac0ada shader/texture: Join separate image and sampler pairs offline 6 years ago
David Marcec cb42f51dc1 Mark parameters as const 6 years ago
David Marcec d9082de7ea Pass by reference instead of copying parameters 6 years ago
David Marcec 05eeb7de3d Implement macro JIT 6 years ago
ReinUsesLisp 1f5d41ac05 vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp ff7b0d7329 maxwell_3d: Add viewport swizzles 6 years ago
Fernando Sahmkow 9f9e662f1f Clang Format and Documentation. 6 years ago
ReinUsesLisp 8835d40024 {maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers 6 years ago
Fernando Sahmkow b916b58702 VideoCore/Engines: Refactor Engines CallMethod. 6 years ago
ReinUsesLisp b82e61dff0 maxwell_3d: Fix depth clamping register 6 years ago
Fernando Sahmkow ef3a0ae64a DMAPusher: Propagate multimethod writes into the engines. 6 years ago
Fernando Sahmkow 802fabe3ab OpenGL: Implement Fencing backend. 6 years ago
Fernando Sahmkow fda21f5a93 GPU: Delay Fences. 6 years ago
ReinUsesLisp b33a0c0d5f gl_rasterizer: Fix buffers without size 6 years ago
ReinUsesLisp fd2f04bbdc fixed_pipeline_state: Pack attribute state 6 years ago
ReinUsesLisp 501c92a17f gl_rasterizer: Implement constant vertex attributes 6 years ago
ReinUsesLisp cbbaeeb630 gl_rasterizer: Implement line widths and smooth lines 6 years ago
ReinUsesLisp 17b14be027 video_core: Add MSAA registers in 3D engine and TIC 6 years ago
namkazy 51e13ff50c maxwell_3d: change declaration order 6 years ago
namkazy 854fb1ed2b maxwell_3d: update comments for shadow ram usage 6 years ago
Nguyen Dac Nam f2d9dacfed maxwell_3d: implement MME shadow RAM 6 years ago
ReinUsesLisp e7dfc5d8a3 maxwell_3d: Add padding words to XFB entries 6 years ago
ReinUsesLisp fcc4b81079 gl_rasterizer: Implement transform feedback bindings 6 years ago
ReinUsesLisp 96fdbc638a gl_rasterizer: Implement polygon modes and fill rectangles 6 years ago
ReinUsesLisp 207b9ba28c engines/maxwell_3d: Add TFB registers and store them in shader registry 6 years ago
ReinUsesLisp 2eb2855b05 state_tracker: Remove type traits with named structures 6 years ago
ReinUsesLisp 31daa97fce maxwell_3d: Use two tables instead of three for dirty flags 6 years ago
ReinUsesLisp e94ea8758d maxwell_3d: Change write dirty flags to a bitset 6 years ago
ReinUsesLisp 95596b787e maxwell_3d: Flatten cull and front face registers 6 years ago
ReinUsesLisp 005f5ca883 video_core: Reintroduce dirty flags infrastructure 6 years ago
ReinUsesLisp 8b76fc1fff gl_state: Remove clip distances tracking 6 years ago
ReinUsesLisp b810da8400 gl_state: Remove viewport and depth range tracking 6 years ago
ReinUsesLisp c2d3732176 gl_rasterizer: Remove dirty flags 6 years ago
ReinUsesLisp 505f30fdaf texture_cache: Implement layered framebuffer attachments 6 years ago
ReinUsesLisp 339a227a5e gl_query_cache: Implement host queries using a deferred cache 6 years ago
ReinUsesLisp 11206f8a28 maxwell_3d: Slow implementation of passed samples (query 21) 7 years ago
Fernando Sahmkow 8137fb8981 Maxwell3D: Correct query reporting. 6 years ago