summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix dvec[34] attributes sourced from current attribute stateNicolai Hähnle2017-03-241-3/+4
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-02-211-5/+12
* radeonsi: upload constants into VRAM instead of GTTMarek Olšák2017-02-181-2/+5
* radeonsi: remove the fix_size3 workaroundMarek Olšák2017-02-181-9/+0
* radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loadsMarek Olšák2017-02-181-2/+16
* radeonsi: make fix_fetch an array of uint8_tMarek Olšák2017-02-181-14/+14
* radeonsi: implement uploading zero-stride vertex attribsMarek Olšák2017-02-141-8/+23
* radeonsi: implement legacy GL_DOUBLE vertex formatsMarek Olšák2017-02-141-6/+50
* radeonsi: align vertex buffer descriptor list size for optimal prefetchMarek Olšák2017-02-101-0/+2
* radeonsi: remove SI_CONTEXT_FLUSH_AND_INV_FRAMEBUFFERMarek Olšák2017-02-101-2/+4
* radeonsi: precompute IA_MULTI_VGT_PARAM values into a tableMarek Olšák2017-01-301-0/+2
* radeonsi: state atom IDs don't have to be off by oneMarek Olšák2017-01-301-2/+2
* radeonsi: update dirty_level_mask only after the first draw after FB changeMarek Olšák2017-01-301-0/+2
* radeonsi: handle first_non_void correctly in si_create_vertex_elementsMarek Olšák2017-01-241-3/+3
* Revert "radeonsi: reject invalid vertex element formats"Marek Olšák2017-01-201-5/+0
* radeonsi: reject invalid vertex element formatsMarek Olšák2017-01-191-0/+5
* radeonsi: fix texture gather on stencil texturesNicolai Hähnle2017-01-191-2/+16
* radeonsi: Always leave poly_offset in a valid stateZachary Michaels2017-01-191-1/+3
* radeonsi: determine in advance which VBOs should be added to the buffer listMarek Olšák2017-01-181-0/+6
* radeonsi: reject invalid vertex buffer indices at state creationMarek Olšák2017-01-181-0/+6
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-161-1/+1
* radeonsi: implement GL_FIXED vertex formatMarek Olšák2017-01-161-5/+6
* radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formatsMarek Olšák2017-01-161-14/+30
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-161-3/+3
* radeonsi: don't wait for compute shaders in texture_barrierMarek Olšák2017-01-061-2/+1
* radeonsi: fix gl_ClipDistance and gl_ClipVertex for pointsNicolai Hähnle2016-12-221-2/+10
* radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is usedNicolai Hähnle2016-12-221-5/+6
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-211-0/+1
* radeonsi: fix release build unused variable warningsGrazvydas Ignotas2016-12-101-1/+1
* radeonsi: check for sampler state CSO corruptionMarek Olšák2016-12-071-0/+9
* radeonsi: disable RB+ blend optimizations for dual source blendingMarek Olšák2016-11-291-0/+11
* radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blendingMarek Olšák2016-11-291-0/+4
* radeonsi: always set all blend registersMarek Olšák2016-11-291-5/+5
* radeonsi: set the smallest possible CB_TARGET_MASKMarek Olšák2016-11-291-5/+5
* radeonsi: remove all varyings for depth-only rendering or rasterization offMarek Olšák2016-11-211-0/+2
* radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabledMarek Olšák2016-11-211-1/+9
* radeonsi: split the shader key into 3 logical partsMarek Olšák2016-11-211-1/+1
* radeonsi: fix culling if clip & cull distances are used at the same timeMarek Olšák2016-11-211-2/+3
* radeonsi: clean up si_emit_clip_regsMarek Olšák2016-11-211-4/+5
* radeonsi: emit sample locations also when nr_samples == 1Nicolai Hähnle2016-11-181-1/+4
* radeonsi: allow sample mask export for single-sample framebuffersNicolai Hähnle2016-11-181-4/+5
* radeonsi: fix a subtle bounds checking corner case with 3-component attributesNicolai Hähnle2016-11-161-0/+9
* radeonsi: reject some 3-component formats as buffer texturesNicolai Hähnle2016-11-161-8/+35
* radeonsi: fix vertex fetches for 2_10_10_10 formatsNicolai Hähnle2016-11-041-0/+14
* gallium/radeon: remove r600_surface::level_infoMarek Olšák2016-11-011-4/+6
* gallium/radeon: add radeon_surf::is_linearMarek Olšák2016-11-011-1/+1
* gallium/radeon: replace radeon_surf_info::dcc_enabled with num_dcc_levelsMarek Olšák2016-11-011-1/+1
* radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and laterMarek Olšák2016-10-291-0/+8
* gallium/radeon: don't do (fmask.size && cmask.size)Marek Olšák2016-10-261-1/+1
* gallium/radeon: stop using some input fields from radeon_surfaceMarek Olšák2016-10-261-2/+2