aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600/sfn: use new temp register allocation when loading single value temporariesGert Wollny2020-04-211-2/+1
* r600/sfn: Count only literals that are not inline to split instruction groupsGert Wollny2020-04-211-1/+11
* r600/sfn: Fix using the result of a fetch instruction in next fetchGert Wollny2020-04-211-0/+11
* r600/sfn: Fix handling of GS inputsGert Wollny2020-04-211-0/+3
* r600/sfn: Handle b2b1 like it was a movGert Wollny2020-04-211-0/+1
* r600/sfn: Fix null pointer deref in live range evalationGert Wollny2020-04-211-2/+4
* r600/nir: Pin interpolation results to channelGert Wollny2020-04-213-0/+11
* r600/sfn: Implementing instructions blocksGert Wollny2020-04-2112-36/+199
* r600/sfn: Fix setting alignments when lowering UBOsGert Wollny2020-04-211-1/+1
* r600/sfn: Reduce array limit for scratch usageGert Wollny2020-04-211-1/+1
* r600: Dump a few more variables when requestedGert Wollny2020-04-211-0/+32
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-12/+12
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* r600: Fix build error in sfn_nir_lower_fs_out_to_vector.cppJohn Stultz2020-03-191-1/+1
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-5/+5
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-5/+5
* android: r600/sfn: Add GDS instructionsMauro Rossi2020-03-041-0/+2
* android: r600/sfn: fix includes and libmesa_nir dependencyMauro Rossi2020-03-041-1/+3
* r600/sfn: Don't try to catch exceptions, the driver doesn't throw anyGert Wollny2020-03-021-12/+6
* r600/sfn: Use static_cast when type is already knownGert Wollny2020-03-028-12/+12
* r600/sfn: Avoid using dynamic_cast to identify typeGert Wollny2020-03-022-17/+34
* r600: add missing <array> includeGreg V2020-02-281-0/+1
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-1/+0
* nir/builder: Return an integer from nir_get_texture_sizeJason Ekstrand2020-02-211-1/+1
* r600/sfn: Add some documentationGert Wollny2020-02-101-0/+69
* r600/sfn: Add .editorconfig fileGert Wollny2020-02-101-0/+2
* r600/sfn: Add support for SSBO load and storeGert Wollny2020-02-103-0/+99
* r600/sfn: Add support for atomic instructionsGert Wollny2020-02-106-0/+228
* r600: Make sure LLVM is not used for DRAWGert Wollny2020-02-101-0/+5
* r600/sfn: Add lowering UBO access to r600 specific codesGert Wollny2020-02-102-2/+105
* r600/sfn: Add GDS instructionsGert Wollny2020-02-104-0/+504
* r600/sfn: Add compute shader skeletonGert Wollny2020-02-107-0/+223
* r600/sfn: Add VS for TCS shader skeletonGert Wollny2020-02-102-0/+27
* r600/sfn: Add support for geometry shaderGert Wollny2020-02-107-1/+459
* r600/sfn: add emitVertex instructionsGert Wollny2020-02-103-0/+45
* r600/sfn: Add MemRingOut instructionsGert Wollny2020-02-103-1/+143
* r600/sfn: Add a load GDS result instructionGert Wollny2020-02-102-0/+32
* r600/sfn: Add lowering arrays to scratch and according instructionsGert Wollny2020-02-1010-4/+281
* r600/sfn: add register remappingGert Wollny2020-02-1012-0/+171
* r600/sfn: add live range evaluation for the GPRGert Wollny2020-02-1013-1/+1571
* r600/sfn: Add the WaitAck instructionGert Wollny2020-02-106-0/+115
* r600/sfn: Add the VS in and FS out vectorizationGert Wollny2020-02-107-0/+977
* r600: enable NIR backend DEBUG flag for supported architecturesGert Wollny2020-02-103-27/+115
* r600/sfn: Add a basic nir shader backendGert Wollny2020-02-1047-6/+12955
* r600: Update state code to accept NIR shadersGert Wollny2020-02-104-24/+67
* r600: Add NIR compiler optionsGert Wollny2020-02-101-0/+29
* r600: Increase space for IO values to agree with PIPE_MAX_SHADER_IN/OUTPUTSGert Wollny2020-02-101-2/+2
* r600: force new CF with TEX only if any texture value is writtenGert Wollny2020-02-101-1/+3
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-041-5/+1
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-9/+3