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: expclear must be disabled on first Z/S clear
Nicolai Hähnle
2016-04-27
1
-2
/
+2
*
radeonsi: move blend choice out of loop in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-9
/
+9
*
radeonsi: use level mask for early out in si_blit_decompress_color
Nicolai Hähnle
2016-04-27
1
-6
/
+8
*
radeonsi: si_blit_decompress_depth is only used for staging
Nicolai Hähnle
2016-04-27
1
-21
/
+5
*
radeonsi: only decompress the required ZS planes from si_blit
Nicolai Hähnle
2016-04-27
1
-6
/
+7
*
radeonsi: decompress Z & S planes in one pass
Nicolai Hähnle
2016-04-27
1
-28
/
+73
*
radeonsi: early out of si_blit_decompress_depth_in_place based on dirty mask
Nicolai Hähnle
2016-04-27
1
-6
/
+14
*
radeonsi: use MIN2 instead of expanded ?: operator
Nicolai Hähnle
2016-04-27
1
-3
/
+3
*
radeonsi: fix brace style
Nicolai Hähnle
2016-04-27
1
-2
/
+4
*
radeonsi: shorten slot masks to 32 bits
Marek Olšák
2016-04-22
1
-6
/
+6
*
radeonsi: split texture decompression for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+11
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
1
-2
/
+2
*
radeonsi: implement and rely on set_active_query_state
Marek Olšák
2016-04-12
1
-3
/
+0
*
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
2016-04-07
1
-6
/
+6
*
radeonsi: decompress shader images
Nicolai Hähnle
2016-03-21
1
-3
/
+33
*
radeonsi: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
1
-0
/
+9
*
radeonsi: move si_decompress_textures to si_blit.c
Nicolai Hähnle
2016-03-10
1
-4
/
+22
*
radeonsi: disable DCC on handle export if expecting write access
Marek Olšák
2016-03-09
1
-0
/
+12
*
radeonsi: add DCC decompression (v2)
Bas Nieuwenhuizen
2016-03-09
1
-9
/
+19
*
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
2016-03-09
1
-4
/
+4
*
gallium/radeon: eliminate fast color clear before sharing
Marek Olšák
2016-03-09
1
-1
/
+1
*
radeonsi: put image, fmask, and sampler descriptors into one array
Marek Olšák
2016-02-10
1
-1
/
+1
*
radeonsi: use all SPI color formats
Marek Olšák
2016-01-22
1
-0
/
+8
*
radeonsi: implement fast stencil clear
Marek Olšák
2015-12-11
1
-11
/
+35
*
gallium/radeon: simplify disabling render condition for u_blitter
Marek Olšák
2015-11-13
1
-6
/
+4
*
radeonsi: add glClearBufferSubData acceleration
Marek Olšák
2015-11-13
1
-0
/
+60
*
radeonsi: add SI_SAVE_FRAGMENT_STATE blitter flag
Marek Olšák
2015-11-13
1
-19
/
+25
*
radeonsi: allow copying between compatible compressed and uncompressed formats
Marek Olšák
2015-10-28
1
-1
/
+1
*
radeonsi: properly check if DCC is enabled and allocated
Marek Olšák
2015-10-27
1
-3
/
+3
*
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
2015-10-24
1
-2
/
+2
*
radeonsi: Disable operations that do not work with DCC.
Bas Nieuwenhuizen
2015-10-24
1
-1
/
+2
*
radeonsi: only apply the SNORM blit workaround to *8_SNORM
Marek Olšák
2015-10-24
1
-1
/
+1
*
radeonsi: support thread-safe shaders shared by multiple contexts
Marek Olšák
2015-10-20
1
-5
/
+5
*
radeonsi: only do depth-only or stencil-only in-place decompression
Marek Olšák
2015-10-03
1
-6
/
+22
*
radeonsi: convert stencil ref state into an atom
Marek Olšák
2015-09-01
1
-1
/
+1
*
radeonsi: convert sample mask state into an atom
Marek Olšák
2015-09-01
1
-4
/
+1
*
radeonsi: avoid redundant CB and DB register updates
Marek Olšák
2015-09-01
1
-2
/
+5
*
radeonsi: optimize viewport states
Marek Olšák
2015-09-01
1
-3
/
+1
*
radeonsi: optimize scissor states
Marek Olšák
2015-09-01
1
-3
/
+1
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
1
-1
/
+2
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-7
/
+7
*
radeonsi: copy *8_SNORM bits exactly in resource_copy_region
Marek Olšák
2015-07-31
1
-1
/
+3
*
radeonsi: early exit in si_clear if there's nothing to do
Marek Olšák
2015-07-31
1
-0
/
+2
*
radeonsi: add code for creating, binding and destroying tessellation shaders
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeonsi: don't change pipe_resource in resource_copy_region
Marek Olšák
2015-07-23
1
-145
/
+56
*
radeonsi: add support for viewport array (v3)
Dave Airlie
2015-06-27
1
-4
/
+4
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
1
-1
/
+1
*
radeonsi: move DB registers from draw_vbo into new db_render_state
Marek Olšák
2014-09-24
1
-0
/
+6
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
1
-7
/
+12
*
radeonsi: implement EXPCLEAR optimization for depth
Marek Olšák
2014-09-01
1
-1
/
+11
[next]