aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: initialize atom IDs for external atomsMarek Olšák2015-09-011-4/+0
* radeonsi: call si_init_atom for remaining radeonsi atomsMarek Olšák2015-09-011-10/+0
* radeonsi: optimize scissor statesMarek Olšák2015-09-011-1/+1
* radeonsi: add IB tracing support for debug contextsMarek Olšák2015-08-261-0/+2
* radeonsi: save the contents of indirect buffers for debug contextsMarek Olšák2015-08-261-0/+2
* radeonsi: add an initial dump_debug_state implementation dumping shadersMarek Olšák2015-08-261-0/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+3
* radeonsi: add amdgpu support for querying the GPU reset stateMarek Olšák2015-08-141-1/+14
* radeonsi: add VI hardware supportMarek Olšák2015-08-141-1/+3
* radeonsi: fix DRM version checks for amdgpu DRM 3.0.0Marek Olšák2015-08-141-1/+3
* radeonsi: add support for EXT_depth_bounds_testMarek Olšák2015-08-141-1/+1
* gallium: add an interface for EXT_depth_bounds_testMarek Olšák2015-08-141-0/+1
* gallium: add support for GLES texture float extensions (v3)Marek Olšák2015-08-141-0/+2
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-111-0/+1
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+1
* radeonsi: don't crash when cleaning up after an incomplete contextMarek Olšák2015-08-061-7/+11
* radeonsi: move CP DMA functions to their own fileMarek Olšák2015-07-311-0/+1
* radeonsi: enable GL4.1 and update documentation (v2)Dave Airlie2015-07-301-1/+1
* radeonsi: add GS multiple streams support (v2)Dave Airlie2015-07-301-1/+1
* r600,radeonsi: GL_ARB_conditional_render_invertedEdward O'Callaghan2015-07-291-1/+1