summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement ARB_draw_indirectMarek Olšák2014-07-185-17/+128
* radeonsi: don't add info->start to the index buffer offsetMarek Olšák2014-07-181-11/+25
* radeonsi: use an SGPR instead of VGT_INDX_OFFSETMarek Olšák2014-07-184-14/+23
* radeonsi: assume LLVM 3.4.2 is always presentMarek Olšák2014-07-185-49/+7
* radeonsi: partially revert "switch descriptors to i32 vectors"Marek Olšák2014-07-141-0/+12
* radeonsi: rename definitions of shader limitsMarek Olšák2014-07-117-44/+57
* radeonsi: switch descriptors to i32 vectorsMarek Olšák2014-07-111-13/+16
* radeonsi: properly implement texture opcodes that take an offsetMarek Olšák2014-07-111-84/+104
* radeonsi: fix texture fetches with derivatives for 1DArray and 3D texturesMarek Olšák2014-07-111-4/+30
* radeonsi: fix samplerCubeShadow with biasMarek Olšák2014-07-111-6/+6
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-3/+3
* radeonsi: fix order of r600_need_dma_space and r600_context_bo_relocChristian König2014-07-091-1/+2
* radeonsi: mark MSAA config state as dirty at the beginning of CSMarek Olšák2014-07-081-0/+1
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* Revert "radeonsi: Use dma_copy when possible for si_blit."Michel Dänzer2014-07-031-19/+0
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-021-0/+5
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+2
* radeonsi: Use dma_copy when possible for si_blit.Axel Davy2014-07-011-0/+19
* radeonsi: implement ARB_texture_query_lodMarek Olšák2014-06-192-25/+40
* radeonsi: pass ARB_conservative_depth parameters to the hardwareMarek Olšák2014-06-194-1/+29
* radeonsi: cosmetic changes in si_shader.cMarek Olšák2014-06-191-18/+13
* radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00Marek Olšák2014-06-192-12/+123
* radeonsi: add sampling of 4:2:2 subsampled texturesGrigori Goronzy2014-06-182-37/+69
* radeonsi: fixup sizes of shader resource and sampler arraysMarek Olšák2014-06-161-2/+2
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-031-1/+2
* radeonsi: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* radeonsi: enable ARB_sample_shadingMarek Olšák2014-06-021-1/+1
* radeonsi: implement SAMPLEMASK fragment shader outputMarek Olšák2014-06-021-3/+15
* radeonsi: interpolate varyings at sample when full sample shading is enabledMarek Olšák2014-06-023-12/+15
* radeonsi: implement SAMPLEPOS fragment shader inputMarek Olšák2014-06-022-0/+48
* radeonsi: implement SAMPLEID fragment shader inputMarek Olšák2014-06-021-1/+17
* radeonsi: implement set_min_samplesMarek Olšák2014-06-024-2/+36
* radeon: add basic register setup for per-sample shadingMarek Olšák2014-06-021-4/+2
* radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák2014-06-021-1/+2
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-151-2/+0
* gallium/radeon: build only a single common library libradeonEmil Velikov2014-05-151-2/+1
* radeonsi: Fix anisotropic filtering state setupMichel Dänzer2014-05-141-4/+3
* radeonsi: prepare depth export registers at compile timeMarek Olšák2014-05-103-14/+14
* radeonsi: simplify depth/stencil export codeMarek Olšák2014-05-101-11/+5
* radeonsi: add and use a helper function for loading constantsMarek Olšák2014-05-101-19/+19
* radeonsi: only count CS space for state atoms if we're going to drawMarek Olšák2014-05-101-5/+5
* radeonsi: remove unused variable exports_ps in si_pipe_shader_psMarek Olšák2014-05-101-12/+1
* radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2014-05-102-5/+10
* radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard2014-05-094-9/+13
* radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson2014-05-086-10/+10
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-1/+2
* radeonsi: implement ARB_texture_cube_map_arrayMarek Olšák2014-05-063-6/+47
* radeonsi: add support for Mullins asics.Samuel Li2014-05-021-0/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1