summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-051-52/+0
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-051-1/+1
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* radeonsi: implement PK2H and UP2H opcodesMarek Olšák2016-02-041-1/+3
* gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-1/+1
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+3
* radeonsi: Add option for SI schedulerAxel Davy2016-01-281-1/+5
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-221-1/+1
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+1
* gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-1/+1
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1
* radeonsi: move POSITION and FACE fragment shader inputs to system valuesMarek Olšák2016-01-131-2/+2
* gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin2016-01-081-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin2016-01-081-0/+2
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-0/+2
* gallium: add caps to expose support for multi indirect drawsIlia Mirkin2016-01-071-0/+2
* gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin2016-01-031-0/+1
* gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin2015-12-301-0/+1
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-111-2/+2
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* radeonsi: implement AMD_performance_monitor for CIK+Nicolai Hähnle2015-11-251-0/+3
* radeonsi: calculate optimal GS ring sizes to fix GS hangs on TongaMarek Olšák2015-11-131-0/+2
* gallium/radeon: inline the r600_rings structureMarek Olšák2015-11-131-4/+4
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+1
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* radeonsi: add Stoney to si_init_gs_info()Alex Deucher2015-10-231-0/+1
* radeonsi: add another requirement for PARTIAL_ES_WAVEMarek Olšák2015-10-241-1/+28
* radeonsi: allow unbinding pixel shaders and remove the dummy shaderMarek Olšák2015-10-241-2/+0
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-201-0/+2
* radeonsi: support thread-safe shaders shared by multiple contextsMarek Olšák2015-10-201-3/+3
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* radeonsi: add support for ARB_texture_viewMarek Olšák2015-10-201-1/+1
* radeonsi: implement vertex color clampingMarek Olšák2015-10-171-1/+1
* radeonsi: implement fragment color clampingMarek Olšák2015-10-171-1/+1
* radeonsi: enable PIPE_CAP_FORCE_PERSAMPLE_INTERPMarek Olšák2015-10-031-1/+1
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-031-0/+1
* radeonsi: dump buffer lists while debuggingMarek Olšák2015-10-031-0/+5
* radeonsi: add an option for debugging VM faultsMarek Olšák2015-10-031-0/+3
* radeonsi: handle dummy constant buffer allocation failureMarek Olšák2015-09-241-0/+2
* radeonsi: implement TXQS supportIlia Mirkin2015-09-211-1/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* gallium/radeon: drop support for LLVM 3.4Marek Olšák2015-09-101-6/+3
* radeonsi: enable VGPR spilling on VIMarek Olšák2015-09-101-3/+1
* radeonsi: remove si_pm4_cleanupMarek Olšák2015-09-011-2/+0
* radeonsi: rework uploading border colorsMarek Olšák2015-09-011-1/+22
* radeonsi: convert sample mask state into an atomMarek Olšák2015-09-011-0/+2
* radeonsi: remove the tf_ring state, add the registers to init_configMarek Olšák2015-09-011-1/+0
* radeonsi: remove the gs_rings state, add the registers to init_configMarek Olšák2015-09-011-1/+0