aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-132-5/+5
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* r600: Fix nir compiler options, i.e. don't lower IO to temps for TESSGert Wollny2020-05-121-5/+6
* ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2020-05-071-3/+3
* r600: Fix warning regarding mixing enums and unsigned in ?: expressionGert Wollny2020-05-071-1/+1
* r600: remove some unused variables to silence warningsGert Wollny2020-05-072-4/+0
* r600/sb: replace memset by using member initialization/assignmentGert Wollny2020-05-076-10/+45
* r600: remove unused static functionsGert Wollny2020-05-071-199/+0
* r600: Annotate some case fallthroughsGert Wollny2020-05-075-19/+26
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-0/+1
* ac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE with !FORCE_SWIZZLE_MODEMarek Olšák2020-04-291-2/+0
* r600: Enable tesselation for NIRGert Wollny2020-04-281-3/+2
* r600/sfn: Add tesselation shadersGert Wollny2020-04-288-4/+419
* r600/sfn: Add lowering passes for Tesselation IOGert Wollny2020-04-285-0/+487
* r600/sfn: Move removing of unused variablesGert Wollny2020-04-281-3/+4
* r600/sfn: Handle LDS output in VSGert Wollny2020-04-282-1/+17
* r600/sfn: derive the GS from the vertex stage for a common interfaceGert Wollny2020-04-282-4/+5
* r600/sfn: extract class to handle the VS export to different stagesGert Wollny2020-04-288-467/+617
* r600/sfn: Move some shader base methods to the public interfaceGert Wollny2020-04-281-5/+7
* r600/sfn: Add methods to valuepool to get a vector of valuesGert Wollny2020-04-282-0/+22
* r600/sfn: Move emission of barrier from compute shader to shader baseGert Wollny2020-04-284-11/+14
* r600/sfn: Emit some LDS instructionsGert Wollny2020-04-282-0/+53
* r600/sfn: Handle umul24 and umad24Gert Wollny2020-04-282-1/+5
* r600/sfn: Add IR instruction to fetch the TESS parametersGert Wollny2020-04-282-0/+31
* r600/sfn: Add TF write instructionGert Wollny2020-04-284-0/+83
* r600/sfn: Add LDS instruction to assembly conversionGert Wollny2020-04-281-0/+78
* r600/sfn: Add LDS IO instructions to r600 IRGert Wollny2020-04-285-0/+166
* r600/sfn: Don't emit inline constants in the r600 IRGert Wollny2020-04-281-23/+2
* r600/sfn: simplify UBO lowering passGert Wollny2020-04-281-20/+15
* r600: Handle texcoord semantics in LDS index evaluationGert Wollny2020-04-283-10/+12
* st/dri: Set next in template instead of after creation. (v2)Bas Nieuwenhuizen2020-04-271-1/+0
* 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