aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state_viewport.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: emit_guardband packets optimizationSonny Jiang2018-07-181-8/+8
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-6/+6
* radeonsi: assume that rasterizer state is non-NULL in draw_vboMarek Olšák2018-06-131-10/+3
* radeonsi: micro-optimize prim checking and fix guardband with lines+adjacencyMarek Olšák2018-06-131-1/+1
* radeonsi: move the guardband registers into a separate state atomMarek Olšák2018-06-131-12/+24
* radeonsi: remove unused atom parameter from si_atom::emitMarek Olšák2018-04-271-3/+2
* radeonsi: don't use an indirect table for state atomsMarek Olšák2018-04-271-9/+9
* radeonsi: rename r600_atom -> si_atomMarek Olšák2018-04-271-2/+2
* radeonsi: clean up GET_MAX_VIEWPORT_RANGE definitionMarek Olšák2018-04-051-2/+2
* radeonsi: remove r600_common_contextMarek Olšák2018-04-051-7/+7
* radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.hMarek Olšák2018-04-051-3/+1
* radeonsi: update copyrightsMarek Olšák2018-04-051-0/+1
* radeonsi: switch r600_atom::emit parameter to si_contextMarek Olšák2018-04-051-4/+2
* radeonsi: flatten / remove struct r600_ringMarek Olšák2018-04-051-5/+5
* radeonsi: don't change viewport for blits, use window-space positionsMarek Olšák2017-10-071-7/+0
* 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