aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/sb/sb_shader.cpp
Commit message (Expand)AuthorAgeFilesLines
* r600/sb: add LS/HS hw shader types.Dave Airlie2015-12-071-1/+3
* r600g/sb: SB support for UBO indexingGlenn Kennard2015-10-131-2/+2
* r600g: initial support for geometry shaders on evergreen (v2)Vadim Girlin2014-02-051-1/+2
* r600g/sb: Initialize shader::dce_flags.Vinson Lee2013-10-201-1/+2
* r600g/sb: Move memsets of member structs to within constructor bodies.Vinson Lee2013-08-191-3/+0
* r600g/sb: move chip & class name functions to sb_contextVadim Girlin2013-07-171-51/+2
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-111-1/+1
* r600g/sb: add missing cases for ARUBA chipsVadim Girlin2013-05-141-0/+1
* r600g/sb: get rid of standard c++ streamsVadim Girlin2013-05-141-25/+22
* r600g/sb: separate bytecode decoding and parsingVadim Girlin2013-05-141-2/+2
* r600g/sb: fix memory leaksVadim Girlin2013-05-071-0/+5
* r600g/sb: zero-initialize bytecode structsVadim Girlin2013-05-031-0/+3
* r600g/sb: fix allocation of indirectly addressed input arraysVadim Girlin2013-05-031-4/+9
* r600g/sb: remove unused codeVadim Girlin2013-04-301-30/+0
* r600g/sb: collect shader statisticsVadim Girlin2013-04-301-1/+92
* r600g/sb: initial commit of the optimizing shader backendVadim Girlin2013-04-301-0/+660