summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/texture.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adapt Bindless to work with AOFFIFernando Sahmkow2019-04-081-7/+18
|
* Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format.Fernando Sahmkow2019-04-081-1/+2
|
* Fix TMMLFernando Sahmkow2019-04-081-5/+7
|
* Refactor GetTextureCode and GetTexCode to use an optional instead of optional parametersFernando Sahmkow2019-04-081-23/+24
|
* Implement TXQ_BFernando Sahmkow2019-04-081-2/+8
|
* Implement TMML_BFernando Sahmkow2019-04-081-5/+10
|
* Corrections to TEX_BFernando Sahmkow2019-04-081-4/+5
|
* Unify both sampler types.Fernando Sahmkow2019-04-081-10/+12
|
* Implement Bindless Samplers and TEX_B in the IR.Fernando Sahmkow2019-04-081-6/+52
|
* shader_ir/decode: Silent implicit sign conversion warningMat M2019-03-311-2/+2
| | | Co-Authored-By: ReinUsesLisp <reinuseslisp@airmail.cc>
* shader_ir/decode: Implement AOFFI for TEX and TLD4ReinUsesLisp2019-03-301-24/+88
|
* shader/decode: Remove extras from MetaTextureReinUsesLisp2019-02-261-14/+23
|
* shader/decode: Split memory and texture instructions decodingReinUsesLisp2019-02-261-0/+525