index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_state_viewport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-2
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-1
/
+1
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-0
/
+6
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-4
/
+4
*
radeonsi: remove dirty slot masks from scissor and viewport states
Marek Olšák
2019-04-25
1
-69
/
+32
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
1
-1
/
+1
*
radeonsi/gfx9: use the correct condition for the DPBB + QUANT_MODE workaround
Marek Olšák
2019-04-18
1
-4
/
+4
*
radeonsi: fix assertion failure by using the correct type
Marek Olšák
2019-04-01
1
-1
/
+1
*
radeonsi: Fix guardband computation for large render targets
Oscar Blumberg
2019-02-12
1
-2
/
+28
*
radeonsi: fix rendering to tiny viewports where the viewport center is > 8K
Marek Olšák
2019-01-22
1
-3
/
+18
*
radeonsi: fix a typo in a comment in emit_guardband
Marek Olšák
2018-10-18
1
-1
/
+1
*
radeonsi: fix gnome-shell crash
Marek Olšák
2018-10-18
1
-2
/
+2
*
radeonsi: fix incorrect hw screen offset and guardband computation
Marek Olšák
2018-10-18
1
-2
/
+2
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
1
-0
/
+3
*
radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewports
Marek Olšák
2018-10-16
1
-8
/
+42
*
radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband
Marek Olšák
2018-10-16
1
-1
/
+5
*
radeonsi: center viewport to improve guardband clipping for high resolutions
Marek Olšák
2018-10-16
1
-12
/
+50
*
radeonsi: implement EXT_window_rectangles
Marek Olšák
2018-08-14
1
-0
/
+80
*
radeonsi: emit_guardband packets optimization
Sonny Jiang
2018-07-18
1
-8
/
+8
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-6
/
+6
*
radeonsi: assume that rasterizer state is non-NULL in draw_vbo
Marek Olšák
2018-06-13
1
-10
/
+3
*
radeonsi: micro-optimize prim checking and fix guardband with lines+adjacency
Marek Olšák
2018-06-13
1
-1
/
+1
*
radeonsi: move the guardband registers into a separate state atom
Marek Olšák
2018-06-13
1
-12
/
+24
*
radeonsi: remove unused atom parameter from si_atom::emit
Marek Olšák
2018-04-27
1
-3
/
+2
*
radeonsi: don't use an indirect table for state atoms
Marek Olšák
2018-04-27
1
-9
/
+9
*
radeonsi: rename r600_atom -> si_atom
Marek Olšák
2018-04-27
1
-2
/
+2
*
radeonsi: clean up GET_MAX_VIEWPORT_RANGE definition
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-7
/
+7
*
radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h
Marek Olšák
2018-04-05
1
-3
/
+1
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: switch r600_atom::emit parameter to si_context
Marek Olšák
2018-04-05
1
-4
/
+2
*
radeonsi: flatten / remove struct r600_ring
Marek Olšák
2018-04-05
1
-5
/
+5
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
1
-7
/
+0
*
radeonsi: set correct PA_SC_VPORT_ZMIN/ZMAX when viewport is disabled
Marek Olšák
2017-10-07
1
-2
/
+19
*
radeonsi: minor cleanup of si_update_vs_writes_viewport_index
Marek Olšák
2017-10-07
1
-1
/
+5
*
gallium/radeon: remove r600_atom::num_dw
Marek Olšák
2017-10-07
1
-3
/
+0
*
radeonsi: adjust clip discard based on line width / point size
Nicolai Hähnle
2017-10-02
1
-10
/
+19
*
radeonsi: remove si_context::{scissor_enabled,clip_halfz}
Nicolai Hähnle
2017-10-02
1
-20
/
+12
*
radeonsi: simplify the signature of si_update_vs_writes_viewport_index
Nicolai Hähnle
2017-10-02
1
-2
/
+2
*
radeonsi: move current_rast_prim into si_context
Nicolai Hähnle
2017-10-02
1
-1
/
+1
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
1
-129
/
+129
*
radeonsi: remove si_apply_scissor_bug_workaround
Nicolai Hähnle
2017-10-02
1
-17
/
+0
*
radeonsi: move r600_viewport.c to si_viewport.c
Nicolai Hähnle
2017-10-02
1
-0
/
+450