summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/sb/sb_bc.h
Commit message (Expand)AuthorAgeFilesLines
* r600g: initial support for geometry shaders on evergreen (v2)Vadim Girlin2014-02-051-0/+2
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-171-0/+21
* r600g/sb: move chip & class name functions to sb_contextVadim Girlin2013-07-171-0/+3
* r600g/sb: Fix Android build v2Chih-Wei Huang2013-07-121-2/+2
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-111-0/+1
* r600g/sb: relax register allocation for compute shadersVadim Girlin2013-05-241-1/+3
* r600g/sb: fix buffer overflow in sb_ostreamVadim Girlin2013-05-241-1/+1
* r600g/sb: get rid of standard c++ streamsVadim Girlin2013-05-141-3/+118
* r600g/sb: separate bytecode decoding and parsingVadim Girlin2013-05-141-14/+13
* r600g/sb: use hex instead of binary constantsVadim Girlin2013-05-031-2/+2
* r600g/sb: collect shader statisticsVadim Girlin2013-04-301-2/+29
* r600g/sb: use source bytecode in case of optimization errorsVadim Girlin2013-04-301-0/+1
* r600g/sb: initial commit of the optimizing shader backendVadim Girlin2013-04-301-0/+785