summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-181-3/+9
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-181-0/+3
* radeonsi: add register definitions for StoneyMarek Olšák2015-11-111-0/+322
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-11-051-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-211-0/+2
* radeonsi: fix a GS copy shader leakMarek Olšák2015-10-211-1/+3
* radeonsi: add scratch buffer to the buffer list when it's re-allocatedMarek Olšák2015-10-071-0/+1
* radeonsi: handle dummy constant buffer allocation failureMarek Olšák2015-10-071-0/+2
* radeonsi: don't forget to update scratch relocations for LS, HS, ES shadersMarek Olšák2015-10-071-2/+6
* radeonsi: skip drawing if updating the scratch buffer failsMarek Olšák2015-10-071-14/+49
* radeonsi: skip drawing if PS fails to compile or uploadMarek Olšák2015-10-071-12/+3
* radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or uploadMarek Olšák2015-10-071-7/+23
* radeonsi: handle fixed-func TCS shader create failureMarek Olšák2015-10-071-2/+5
* radeonsi: handle shader precompile failuresMarek Olšák2015-10-071-1/+6
* radeonsi: skip drawing if GS ring allocations failMarek Olšák2015-10-071-1/+16
* radeonsi: skip drawing if the tess factor ring allocation failsMarek Olšák2015-10-073-5/+18
* radeonsi: add malloc fail paths to si_create_shader_stateMarek Olšák2015-10-071-0/+8
* radeonsi: report alloc failure from si_shader_binary_readMarek Olšák2015-10-071-1/+4
* radeonsi: handle constant buffer alloc failuresMarek Olšák2015-10-071-1/+7
* radeonsi: handle index buffer alloc failuresMarek Olšák2015-10-071-0/+6
* radeonsi: load fmask ptr relative to the resources arrayIlia Mirkin2015-09-231-1/+1
* radeonsi: enable VGPR spilling on VIMarek Olšák2015-09-111-3/+1
* radeonsi: fix memory usage checking for big IBsMarek Olšák2015-09-061-8/+9
* radeonsi: set all 16 viewport Z bounds for GL 4.1Marek Olšák2015-09-061-2/+6
* radeonsi: fix a Unigine Heaven hang when drirc is missingMarek Olšák2015-09-064-1/+28
* util/u_blitter: implement alpha blending for pipe->blitMarek Olšák2015-08-211-1/+2
* radeonsi: fix a typo as_es -> as_ls in a stringMarek Olšák2015-08-191-1/+1
* radeonsi: fix indirect indexing of MSAA texturesMarek Olšák2015-08-191-4/+13
* radeonsi: revert a wrong DB bug workaround for VIMarek Olšák2015-08-141-4/+0
* radeonsi: add support for FIJI (v4)Alex Deucher2015-08-141-0/+5
* radeonsi: add harvest support for CI/VI parts (v3)Alex Deucher2015-08-141-92/+116
* radeonsi: properly handler raster_config setup on CZAlex Deucher2015-08-141-1/+1
* radeonsi: properly set the raster_config for KVAlex Deucher2015-08-141-5/+9
* radeonsi: add amdgpu support for querying the GPU reset stateMarek Olšák2015-08-141-1/+14
* radeonsi: add VI hardware supportMarek Olšák2015-08-146-25/+114
* radeonsi: add definitions for VI status registersMarek Olšák2015-08-141-1/+1079
* radeonsi: add VI register definitionsMarek Olšák2015-08-142-61/+1041
* radeonsi: fix DRM version checks for amdgpu DRM 3.0.0Marek Olšák2015-08-142-5/+7
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-141-2/+4
* radeonsi: add support for EXT_depth_bounds_testMarek Olšák2015-08-142-5/+7
* 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
* radeonsi: fix polygon offset scaleMarek Olšák2015-08-131-1/+1
* radeonsi: enable VS_OUT_MISC_SIDE_BUS_ENAMarek Olšák2015-08-131-0/+1
* radeonsi: add support for gl_PrimitiveID in the fragment shaderMarek Olšák2015-08-134-9/+49
* radeonsi: move VGT_GS_MODE to the VS stateMarek Olšák2015-08-131-2/+6
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-118-32/+47
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-1/+1
* radeonsi: rename enable_s3tc -> enable_compressed_formatsMarek Olšák2015-08-061-5/+4
* radeonsi: always flush framebuffer caches at the beginning of IBsMarek Olšák2015-08-061-1/+2