| Age | Commit message (Collapse) | Author |
|
|
|
i965 (and probably all mesa drivers) require GL_PROGRAM_SEPARABLE when using
glProgramBinary. This is probably required by the standard but it's ignored by
permisive proprietary drivers.
|
|
without title ids
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
maxwell_3d: Allow texture handles with TIC id zero
|
|
gl_rasterizer: Use DSA for textures and move swizzling to texture state
|
|
video_core/texture: Fix BitField size for depth_minus_one
|
|
shader_ir/memory: Add LD_L 64 bits loads
|
|
|
|
Fix TXQ not using the component mask.
|
|
Co-Authored-By: FernandoS27 <fsahmkow27@gmail.com>
|
|
|
|
|
|
|
|
|
|
Also remove "enabled" field from Tegra::Texture::FullTextureInfo because
it would become unused.
|
|
|
|
|
|
|
|
|
|
shader_ir: Unify constant buffer offset values
|
|
gl_rasterizer: Workaround invalid zeta clears
|
|
|
|
|
|
|
|
Co-Authored-By: ReinUsesLisp <reinuseslisp@airmail.cc>
|
|
|
|
|
|
|
|
|
|
video_core/dma_pusher: Silence C4828 warnings
|