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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: set amdgpu metadata before exporting a texture
Marek Olšák
2016-03-09
1
-0
/
+63
*
radeonsi: extract the texture descriptor computation into its own function
Nicolai Hähnle
2016-03-09
1
-164
/
+186
*
radeonsi: extract the buffer descriptor computation into its own function
Nicolai Hähnle
2016-03-09
1
-25
/
+48
*
radeonsi: remove resource field from si_sampler_view
Nicolai Hähnle
2016-03-09
1
-2
/
+1
*
radeonsi: add DCC decompression (v2)
Bas Nieuwenhuizen
2016-03-09
1
-0
/
+1
*
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
2016-03-09
1
-13
/
+8
*
radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGING
Oded Gabbay
2016-03-03
1
-5
/
+1
*
radeonsi: use re-Z
Marek Olšák
2016-03-01
1
-3
/
+3
*
radeonsi: separate out shader key bits for prologs & epilogs
Marek Olšák
2016-02-21
1
-1
/
+1
*
gallium/radeon: set num_banks in the winsys
Marek Olšák
2016-02-05
1
-1
/
+1
*
gallium/radeon: rename & reorder members of radeon_info
Marek Olšák
2016-02-05
1
-6
/
+6
*
radeonsi: rework RB+ for Stoney
Marek Olšák
2016-02-02
1
-103
/
+223
*
radeonsi: rename cb_target_mask state to cb_render_state
Marek Olšák
2016-02-02
1
-10
/
+11
*
radeonsi: treat intensity render targets exactly like red
Marek Olšák
2016-02-02
1
-1
/
+3
*
radeonsi: add ETC1 support for Stoney
Marek Olšák
2016-01-22
1
-0
/
+1
*
radeonsi: enable late VS allocation (v3)
Marek Olšák
2016-01-22
1
-3
/
+23
*
radeonsi: allow using all CUs for tessellation and on-chip GS (v2)
Marek Olšák
2016-01-22
1
-2
/
+2
*
radeonsi: add ETC2 support for Stoney
Marek Olšák
2016-01-22
1
-0
/
+28
*
radeonsi: use all SPI color formats
Marek Olšák
2016-01-22
1
-56
/
+151
*
radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpc
Marek Olšák
2016-01-22
1
-17
/
+24
*
radeonsi: don't enable blending if colormask == 0
Marek Olšák
2016-01-22
1
-0
/
+3
*
radeonsi: fix viewport clipping handling. (v2)
Dave Airlie
2015-12-22
1
-1
/
+4
*
radeonsi: implement fast stencil clear
Marek Olšák
2015-12-11
1
-12
/
+14
*
radeonsi: re-enable Hyper-Z for stencil
Marek Olšák
2015-12-11
1
-9
/
+3
*
radeonsi: implement RB+ for Stoney (v2)
Marek Olšák
2015-12-11
1
-2
/
+157
*
radeonsi: use tgsi_shader_info::colors_written
Marek Olšák
2015-12-11
1
-1
/
+1
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-8
/
+8
*
gallium/radeon: rename fmask::pitch -> pitch_in_pixels
Marek Olšák
2015-12-03
1
-2
/
+2
*
radeonsi: enable optimal raster config setting for fiji (v2)
Alex Deucher
2015-11-16
1
-3
/
+9
*
radeonsi: use proper GRBM_GFX_INDEX offset for CI+
Alex Deucher
2015-11-16
1
-4
/
+12
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
1
-0
/
+1
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
1
-17
/
+17
*
radeonsi: rename cache flushing flags once more
Marek Olšák
2015-11-13
1
-4
/
+4
*
radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
Marek Olšák
2015-11-13
1
-0
/
+3
*
radeonsi: fix a future crash in emit_cb_target_mask
Marek Olšák
2015-11-13
1
-1
/
+1
*
radeonsi: properly check if DCC is enabled and allocated
Marek Olšák
2015-10-27
1
-2
/
+2
*
radeonsi: simplify DCC handling in si_initialize_color_surface
Marek Olšák
2015-10-27
1
-7
/
+3
*
radeonsi: Enable DCC.
Bas Nieuwenhuizen
2015-10-24
1
-6
/
+40
*
radeonsi: add another requirement for PARTIAL_ES_WAVE
Marek Olšák
2015-10-24
1
-1
/
+1
*
radeonsi: add draw_vbo check for a NULL pixel shader
Marek Olšák
2015-10-24
1
-0
/
+1
*
radeonsi: add checks for a NULL pixel shader
Marek Olšák
2015-10-24
1
-0
/
+1
*
radeonsi: add support for Stoney asics (v3)
Samuel Li
2015-10-23
1
-0
/
+1
*
radeonsi: support thread-safe shaders shared by multiple contexts
Marek Olšák
2015-10-20
1
-1
/
+1
*
radeonsi: add support for ARB_texture_view
Marek Olšák
2015-10-20
1
-6
/
+21
*
radeonsi: implement vertex color clamping
Marek Olšák
2015-10-17
1
-0
/
+2
*
radeonsi: implement fragment color clamping
Marek Olšák
2015-10-17
1
-1
/
+1
*
radeonsi: implement the simple case of force_persample_interp
Marek Olšák
2015-10-03
1
-0
/
+1
*
radeonsi: only do depth-only or stencil-only in-place decompression
Marek Olšák
2015-10-03
1
-3
/
+9
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-3
/
+3
*
radeonsi: don't update polygon offset state if it has no effect
Marek Olšák
2015-09-10
1
-1
/
+3
[next]