summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add si_shader_selector::vs_needs_prologMarek Olšák2017-04-171-0/+1
* radeonsi: fix gl_BaseVertex in non-indexed drawsNicolai Hähnle2017-04-131-0/+2
* radeonsi: provide VS_STATE input to all VS variantsNicolai Hähnle2017-04-131-12/+1
* radeonsi: change the bit-packing of LS out/TCS in dataNicolai Hähnle2017-04-131-2/+7
* radeonsi: emit VS_STATE register explicitly from si_draw_vboNicolai Hähnle2017-04-131-0/+5
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* radeon/ac: switch from radeon_shader_binary to ac_shader_binaryTimothy Arceri2017-02-281-6/+5
* radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read themMarek Olšák2017-02-211-0/+1
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-02-211-0/+1
* radeonsi: use SI_MAX_ATTRIBS where it should be usedMarek Olšák2017-02-181-1/+1
* radeonsi: sort members of si_shader_key::partMarek Olšák2017-02-181-6/+6
* radeonsi: have separate LS and ES main shader parts in the shader selectorMarek Olšák2017-02-181-0/+16
* radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loadsMarek Olšák2017-02-181-0/+4
* radeonsi: make fix_fetch an array of uint8_tMarek Olšák2017-02-181-3/+2
* radeonsi: implement legacy GL_DOUBLE vertex formatsMarek Olšák2017-02-141-0/+4
* radeonsi: write shader asm annotated with wave info into GPU hang reportsMarek Olšák2017-02-101-0/+1
* radeonsi: use the correct target machine when building shader variantsMarek Olšák2017-01-181-0/+2
* radeonsi: move shader pipe context state into a separate structureMarek Olšák2017-01-181-6/+14
* radeonsi: implement GL_FIXED vertex formatMarek Olšák2017-01-161-0/+2
* radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formatsMarek Olšák2017-01-161-3/+9
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-161-2/+2
* radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUGMarek Olšák2017-01-091-1/+1
* radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chipsMarek Olšák2016-12-011-0/+2
* radeonsi: count and report temp arrays in scratch separatelyMarek Olšák2016-11-291-0/+1
* radeonsi: eliminate VS outputs that aren't used by PS at runtimeMarek Olšák2016-11-211-4/+3
* radeonsi: record information about all written and read varyingsMarek Olšák2016-11-211-3/+7
* radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabledMarek Olšák2016-11-211-2/+3
* radeonsi: add infrastr. for compiling optimized shader variants asynchronouslyMarek Olšák2016-11-211-0/+7
* radeonsi: simplify checking for monolithic compilationMarek Olšák2016-11-211-0/+1
* radeonsi: split the shader key into 3 logical partsMarek Olšák2016-11-211-26/+39
* radeonsi: fix vertex fetches for 2_10_10_10 formatsNicolai Hähnle2016-11-041-0/+11
* radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...Nicolai Hähnle2016-11-031-0/+10
* radeonsi: make the GS copy shader owned by the GS selectorNicolai Hähnle2016-11-031-1/+8
* radeonsi: eliminate trivial constant VS outputsMarek Olšák2016-10-191-0/+11
* radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settingsMarek Olšák2016-10-131-1/+0
* radeonsi: support ARB_compute_variable_group_sizeNicolai Hähnle2016-10-101-1/+3
* radeonsi: clean up lucky #include dependenciesMarek Olšák2016-10-041-32/+2
* radeonsi: export SampleMask from pixel shaders at full rateMarek Olšák2016-09-131-0/+2
* radeonsi: add DRAWID parameter to vertex shadersNicolai Hähnle2016-08-091-1/+3
* radeonsi: pre-generate shader logs for ddebugMarek Olšák2016-07-261-0/+7
* radeonsi: move the shader key dumping to si_shader_dumpMarek Olšák2016-07-261-1/+0
* radeonsi: report accurate SGPR and VGPR spillsMarek Olšák2016-07-131-0/+2
* radeonsi: do compilation from si_create_shader_selector asynchronouslyMarek Olšák2016-07-051-0/+1
* radeonsi: separate the compilation chunk of si_create_shader_selectorMarek Olšák2016-07-051-0/+7
* radeonsi: don't interpolate colors if flatshading is enabledMarek Olšák2016-07-051-1/+1
* radeonsi: enable the barycentric optimization in all casesMarek Olšák2016-07-051-5/+2
* radeonsi: compute only one set of interpolation (i,j) when MSAA is disabledMarek Olšák2016-07-051-2/+2
* radeonsi: split ps.prolog.force_persample_interp into persp and linear bitsMarek Olšák2016-07-051-1/+2
* radeonsi: enable WQM in PS prolog when neededNicolai Hähnle2016-06-071-0/+1
* radeonsi: Remove LDS layout user SGPR's from TES.Bas Nieuwenhuizen2016-05-261-7/+8