aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state_viewport.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: set correct PA_SC_VPORT_ZMIN/ZMAX when viewport is disabledMarek Olšák2017-10-071-2/+19
* radeonsi: minor cleanup of si_update_vs_writes_viewport_indexMarek Olšák2017-10-071-1/+5
* gallium/radeon: remove r600_atom::num_dwMarek Olšák2017-10-071-3/+0
* radeonsi: adjust clip discard based on line width / point sizeNicolai Hähnle2017-10-021-10/+19
* radeonsi: remove si_context::{scissor_enabled,clip_halfz}Nicolai Hähnle2017-10-021-20/+12
* radeonsi: simplify the signature of si_update_vs_writes_viewport_indexNicolai Hähnle2017-10-021-2/+2
* radeonsi: move current_rast_prim into si_contextNicolai Hähnle2017-10-021-1/+1
* radeonsi: move and rename scissor and viewport state and functionsNicolai Hähnle2017-10-021-129/+129
* radeonsi: remove si_apply_scissor_bug_workaroundNicolai Hähnle2017-10-021-17/+0
* radeonsi: move r600_viewport.c to si_viewport.cNicolai Hähnle2017-10-021-0/+450