summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add a debug option to compile shaders when they're createdMarek Olšák2015-04-161-0/+4
* radeonsi: remove bogus r600-- tripleEmil Velikov2015-04-161-2/+0
* radeonsi: Add header and footer to shader stat dumpTom Stellard2015-04-141-2/+4
* radeonsi/compute: Default to the same PIPE_SHADER_CAP values as other shader ...Tom Stellard2015-03-311-1/+5
* radeonsi: Cache LLVMTargetMachineRef in context instead of in screenMichel Dänzer2015-03-306-30/+41
* radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2015-03-181-1/+1
* radeonsi: add a helper for extracting bitfields from parameters (v2)Marek Olšák2015-03-161-16/+27
* radeonsi: move scratch reloc state setupMarek Olšák2015-03-162-15/+22
* radeonsi: don't emit PA_SC_LINE_STIPPLE if not rendering linesMarek Olšák2015-03-161-0/+8
* radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state changeMarek Olšák2015-03-164-7/+7
* radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer stateMarek Olšák2015-03-165-30/+14
* radeonsi: implement line and polygon smoothingMarek Olšák2015-03-164-10/+49
* radeonsi: add shader code for smoothingMarek Olšák2015-03-163-1/+39
* radeonsi: split sample locations into its own state atomMarek Olšák2015-03-165-0/+18
* radeonsi: add basic code for overrasterizationMarek Olšák2015-03-161-1/+1
* radeonsi: small cleanup in si_shader_selector_keyMarek Olšák2015-03-161-12/+12
* radeonsi: simplify accessing alpha pointer in si_llvm_emit_fs_epilogueMarek Olšák2015-03-161-7/+8
* radeonsi: implement gl_SampleMaskInMarek Olšák2015-03-161-0/+4
* radeonsi: add support for SQRTMarek Olšák2015-03-161-1/+1
* radeonsi: add support for FMAMarek Olšák2015-03-161-1/+2
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-0/+1
* radeonsi: Add additional information to shader dumpsTom Stellard2015-03-091-6/+12
* radeonsi/compute: Use value from compiler for COMPUTE_PGM_RSRC1.FLOAT_MODETom Stellard2015-03-093-1/+4
* radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2Tom Stellard2015-02-271-2/+2
* radeonsi: small cleanup around current_rast_primMarek Olšák2015-02-241-9/+6
* radeonsi: set current_rast_prim in the right placeMarek Olšák2015-02-241-1/+7
* radeonsi: simplify obtaining a shader property in si_emit_clip_regsMarek Olšák2015-02-241-2/+1
* radeonsi: only preload VertexID for the GS copy shaderMarek Olšák2015-02-241-4/+6
* radeonsi: dump the shader key when dumping shadersMarek Olšák2015-02-241-0/+38
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-241-16/+16
* radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0Marek Olšák2015-02-241-0/+2
* radeonsi: fix a warning caused by previous commitMarek Olšák2015-02-231-1/+1
* radeonsi: fix point spritesMarek Olšák2015-02-231-1/+1
* radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SIMarek Olšák2015-02-201-18/+11
* gallium: add shader cap for dldexp/dfracexp supportIlia Mirkin2015-02-191-0/+1
* gallium: add a cap to enable double rounding opcodesIlia Mirkin2015-02-191-0/+1
* radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák2015-02-171-4/+8
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+3
* radeonsi: small fix in SPI stateMarek Olšák2015-02-171-2/+4
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+1
* radeonsi: implement polygon stipplingMarek Olšák2015-02-047-5/+79
* radeonsi: add polygon stipple texture slotMarek Olšák2015-02-041-5/+8
* radeonsi: deduce rasterizer primitive type at the beginning of draw_vboMarek Olšák2015-02-042-13/+17
* radeonsi: allow 64 descriptors per arrayMarek Olšák2015-02-042-34/+34
* radeonsi: add support for sampler views where resource = NULLMarek Olšák2015-02-042-6/+22
* radeonsi: add support for NULL texture sampler views that return (0,0,0,1)Marek Olšák2015-02-041-2/+28
* radeonsi: fix a crash when binding a NULL sampler view listMarek Olšák2015-02-041-1/+1
* radeonsi: move the buffer descriptor to the end of the image descriptorMarek Olšák2015-02-044-7/+9
* radeonsi: don't use tgsi_parse_context to get processor typeMarek Olšák2015-02-041-7/+1
* radeonsi: fix instanced arrays with non-zero start instanceMarek Olšák2015-02-041-3/+3