index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: don't do GFX-specific texture decompression for compute
Marek Olšák
2018-04-13
1
-10
/
+10
*
radeonsi: Reorder checks in si_check_render_feedback
Jan Vesely
2018-04-05
1
-3
/
+3
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-23
/
+23
*
radeonsi: move definitions out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-2
/
+2
*
radeonsi: use si_context instead of pipe_context in parameters pt3
Marek Olšák
2018-04-05
1
-30
/
+26
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+2
*
radeonsi: use r600_common_context less pt4
Marek Olšák
2018-04-05
1
-6
/
+6
*
radeonsi: remove r600_pipe_common::blit_decompress_depth
Marek Olšák
2018-04-05
1
-7
/
+6
*
radeonsi: remove r600_pipe_common::decompress_dcc
Marek Olšák
2018-04-05
1
-3
/
+1
*
radeonsi: skip DCC render feedback checking if color writes are disabled
Marek Olšák
2018-04-05
1
-0
/
+5
*
radeonsi: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
1
-0
/
+8
*
radeonsi: don't use struct si_descriptors for vertex buffer descriptors
Marek Olšák
2018-02-26
1
-1
/
+1
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-2
/
+2
*
radeonsi: remove some definitions and helpers from r600_pipe_common.h
Marek Olšák
2017-11-29
1
-3
/
+3
*
radeonsi: move si_pipe_clear_buffer into si_cp_dma.c
Marek Olšák
2017-11-29
1
-61
/
+0
*
radeonsi: move all clear() code into si_clear.c
Marek Olšák
2017-11-29
1
-166
/
+4
*
radeonsi: update hack for HTILE corruption in ARK: Survival Evolved
Samuel Pitoiset
2017-10-27
1
-5
/
+5
*
radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro
Marek Olšák
2017-10-17
1
-1
/
+1
*
radeonsi: import r600_streamout from drivers/radeon
Marek Olšák
2017-10-09
1
-2
/
+2
*
radeonsi: enumerize DBG flags
Marek Olšák
2017-10-09
1
-1
/
+1
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
1
-1
/
+0
*
radeonsi: don't save and restore vertex buffers and elements for u_blitter
Marek Olšák
2017-10-07
1
-2
/
+0
*
radeonsi: use new VS blit shaders (VS inputs in SGPRs)
Marek Olšák
2017-10-07
1
-0
/
+6
*
radeonsi: remove wrappers si_decompress_xx_textures
Marek Olšák
2017-10-07
1
-11
/
+1
*
radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival Evolved
Marek Olšák
2017-10-06
1
-0
/
+15
*
radeonsi: inline struct si_sampler_views
Marek Olšák
2017-10-06
1
-6
/
+6
*
radeonsi: rename si_textures_info -> si_samplers, si_images_info -> si_images
Marek Olšák
2017-10-06
1
-5
/
+5
*
radeonsi: move and rename scissor and viewport state and functions
Nicolai Hähnle
2017-10-02
1
-2
/
+2
*
radeonsi: remove useless check in si_blit_decompress_color()
Samuel Pitoiset
2017-09-27
1
-1
/
+3
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
1
-4
/
+4
*
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2017-09-07
1
-1
/
+1
*
radeonsi: don't decompress Z/S if there is no HTILE
Marek Olšák
2017-08-22
1
-12
/
+15
*
gallium/radeon: add helpers for whether HTILE is enabled
Marek Olšák
2017-08-22
1
-6
/
+7
*
radeonsi/gfx9: don't flush L2 metadata for DB if not needed
Marek Olšák
2017-08-22
1
-7
/
+5
*
radeonsi/gfx9: don't flush L2 metadata for CB if not needed
Marek Olšák
2017-08-22
1
-3
/
+5
*
radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed
Marek Olšák
2017-08-22
1
-17
/
+12
*
radeonsi: log decompress blits
Nicolai Hähnle
2017-08-22
1
-0
/
+13
*
radeonsi: update dirty_level_mask only when flushing or unbinding framebuffer
Marek Olšák
2017-07-28
1
-9
/
+22
*
radeonsi: flush CB after MSAA only when transitioning from CB to textures
Marek Olšák
2017-06-22
1
-0
/
+29
*
radeonsi: unify CB_RESOLVE blitter invocation code
Marek Olšák
2017-06-22
1
-17
/
+18
*
radeonsi: flush DB caches only when transitioning from DB to texturing
Marek Olšák
2017-06-22
1
-8
/
+28
*
radeonsi: add a workaround for inexact SNORM8 blitting again
Marek Olšák
2017-06-19
1
-0
/
+37
*
radeonsi: reduce overhead for resident textures which need color decompression
Samuel Pitoiset
2017-06-18
1
-15
/
+6
*
radeonsi: reduce overhead for resident textures which need depth decompression
Samuel Pitoiset
2017-06-18
1
-5
/
+11
*
radeonsi: use util_dynarray_foreach for bindless resources
Samuel Pitoiset
2017-06-18
1
-47
/
+15
*
radeonsi: only decompress resident textures/images when used
Samuel Pitoiset
2017-06-14
1
-2
/
+11
*
radeonsi: decompress resident textures/images before graphics/compute
Samuel Pitoiset
2017-06-14
1
-0
/
+59
*
radeonsi: decompress DCC for resident textures/images
Samuel Pitoiset
2017-06-14
1
-0
/
+62
*
radeonsi: get rid of more compressed_colortex_mask names
Marek Olšák
2017-06-12
1
-2
/
+2
*
gallium/radeon: don't allocate HTILE in a separate buffer
Marek Olšák
2017-06-08
1
-1
/
+1
[next]