summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2Tom Stellard2014-03-071-1/+1
* radeonsi: Prevent geometry shader from emitting too many verticesMichel Daenzer2014-02-271-0/+16
* radeonsi: Use SI_BIG_ENDIAN now that it existsTom Stellard2014-02-241-1/+1
* radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systemsTom Stellard2014-02-241-1/+1
* radeonsi: Put GS ring buffer descriptors with streamout buffer descriptorsMichel Dänzer2014-01-291-8/+14
* radeonsi: Geometry shader micro-optimizationsMichel Dänzer2014-01-291-12/+10
* radeonsi: Pass VS resource descriptors to the HW ES shader stage as wellMichel Dänzer2014-01-291-8/+4
* radeonsi: Fix streamout from geometry shaderMichel Dänzer2014-01-291-10/+27
* radeonsi: Properly match ES outputs to GS inputsMichel Dänzer2014-01-291-5/+16
* radeonsi: Really dump TGSI code before any TGSI->LLVM conversion attemptMichel Dänzer2014-01-291-8/+8
* radeonsi: Also export clip distances with geometry shaderMichel Dänzer2014-01-291-0/+1
* radeonsi: Take GS into account for VS state in more placesMichel Dänzer2014-01-291-0/+4
* radeonsi: Handle TGSI_SEMANTIC_PRIMIDMichel Dänzer2014-01-291-1/+14
* radeonsi: Generalize counting of shader parametersMichel Dänzer2014-01-291-36/+46
* radeonsi: Fix handling of geometry shader output vertex IDMichel Dänzer2014-01-291-7/+19
* radeonsi: Initial geometry shader supportMichel Dänzer2014-01-291-155/+582
* radeonsi: Refactor shader input / output handling codeMichel Dänzer2014-01-291-218/+268
* radeonsi: cleanup includes, add missing licenseMarek Olšák2014-01-281-8/+0
* r600g,radeonsi: consolidate get_compute_paramMarek Olšák2014-01-281-1/+1
* radeonsi: Rename the commonly occurring rctx/r600 variables.Andreas Hartmetz2014-01-141-9/+9
* radeonsi: Rename R600->SI in some remaining defines.Andreas Hartmetz2014-01-141-1/+1
* radeonsi: Rename r600->si for functions in si_pipe.h.Andreas Hartmetz2014-01-141-1/+1
* radeonsi: Rename r600->si for functions in si_resource.h.Andreas Hartmetz2014-01-141-1/+1
* radeonsi: Rename r600->si for structs in si_pipe.h.Andreas Hartmetz2014-01-141-2/+2
* radeonsi: Apply si_* file naming scheme.Andreas Hartmetz2014-01-141-0/+2058