summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: add fine derivate control (v2.1)Dave Airlie2015-07-251-1/+1
* radeonsi: enable tessellation, update GL3.txt & release notesMarek Olšák2015-07-231-3/+11
* radeonsi: implement a fixed-function tessellation control shader and its stateMarek Olšák2015-07-231-0/+2
* radeonsi: set up a ring buffer for tessellation factorsMarek Olšák2015-07-231-0/+2
* radeonsi: program VGT_SHADER_STAGES_EN for tessellationMarek Olšák2015-07-231-2/+3
* radeonsi: remove switch statement in si_create_contextMarek Olšák2015-07-231-11/+2
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-161-0/+1
* radeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit support.Dave Airlie2015-07-121-0/+1
* radeonsi: don't flush an empty IB if the only thing we need is a fenceMarek Olšák2015-07-051-0/+1
* r600g,radeonsi: implement get_device_reset_statusMarek Olšák2015-07-031-1/+3
* radeonsi: add support for viewport array (v3)Dave Airlie2015-06-271-1/+1
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-0/+1
* radeonsi: add support for PIPE_CAP_TGSI_TEXCOORDMarek Olšák2015-05-261-1/+1