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_pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove the cache_flush atom
Marek Olšák
2016-09-09
1
-1
/
+0
*
radeonsi: skip redundant INDEX_TYPE writes
Marek Olšák
2016-09-07
1
-0
/
+1
*
radeonsi: don't emit CS_PARTIAL_FLUSH if compute is not used
Marek Olšák
2016-09-05
1
-0
/
+1
*
radeonsi: program the DRAWID SGPR
Nicolai Hähnle
2016-08-09
1
-2
/
+1
*
radeonsi: add has_draw_indirect_multi flag
Nicolai Hähnle
2016-08-08
1
-0
/
+1
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
1
-1
/
+0
*
radeonsi: skip unnecessary si_update_shaders calls
Marek Olšák
2016-08-03
1
-0
/
+1
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
1
-1
/
+6
*
radeonsi: do compilation from si_create_shader_selector asynchronously
Marek Olšák
2016-07-05
1
-1
/
+6
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
1
-0
/
+1
*
radeonsi: enable string markers and record apitrace call numbers
Marek Olšák
2016-07-05
1
-0
/
+1
*
radeonsi: enable distributed tess on multi-SE parts only
Marek Olšák
2016-06-29
1
-0
/
+1
*
radeonsi: set optimal VGT_HS_OFFCHIP_PARAM
Marek Olšák
2016-06-29
1
-0
/
+1
*
radeonsi: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-1
/
+1
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
1
-0
/
+1
*
radeonsi: optimize rendering to linear color buffers
Marek Olšák
2016-06-24
1
-0
/
+1
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
1
-1
/
+2
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
1
-4
/
+1
*
gallium/radeon: add driver queries for compute/dma call stats and spills
Marek Olšák
2016-06-14
1
-0
/
+1
*
radeonsi: keep track of dirty descriptor sets
Nicolai Hähnle
2016-06-07
1
-0
/
+1
*
radeonsi: move si_descriptors into a per-context array
Nicolai Hähnle
2016-06-07
1
-1
/
+1
*
radeonsi: move enabled_mask out of si_descriptors
Nicolai Hähnle
2016-06-07
1
-0
/
+1
*
radeonsi: set some image descriptor fields at bind time
Marek Olšák
2016-06-01
1
-0
/
+3
*
radeonsi: Decompress DCC textures in a render feedback loop.
Bas Nieuwenhuizen
2016-05-31
1
-0
/
+3
*
radeonsi: Add buffer for offchip storage between TCS and TES.
Bas Nieuwenhuizen
2016-05-26
1
-0
/
+1
*
radeonsi: only expose *_init_*dma_functions from (S)DMA files
Marek Olšák
2016-05-10
1
-14
/
+2
*
radeonsi: rework clear_buffer flags
Marek Olšák
2016-04-28
1
-2
/
+1
*
radeonsi: shorten slot masks to 32 bits
Marek Olšák
2016-04-22
1
-2
/
+2
*
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
2016-04-22
1
-1
/
+0
*
radeonsi: make RW buffer descriptor array global, not per shader stage
Marek Olšák
2016-04-22
1
-1
/
+1
*
radeonsi: clean up compute flush
Bas Nieuwenhuizen
2016-04-19
1
-3
/
+0
*
radeonsi: split texture decompression for compute shaders
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+2
*
radeonsi: update predicate condition for compute dispatches
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+9
*
radeonsi: only emit compute shader state when switching shaders
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+2
*
radeonsi: rework compute scratch buffer
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+2
*
radeonsi: do per cs setup for compute shaders once per cs
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+1
*
radeonsi: Add CE uploader.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+3
*
radeonsi: Add CE synchronization.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+1
*
radeonsi: Create CE IB.
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+3
*
radeonsi: implement set_shader_buffers
Nicolai Hähnle
2016-04-12
1
-0
/
+1
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
1
-23
/
+0
*
radeonsi: compute scissor from viewport in set_viewport_states
Marek Olšák
2016-04-12
1
-0
/
+8
*
gallium/radeon: move pipeline stat context flags to common code
Marek Olšák
2016-04-12
1
-3
/
+0
*
radeonsi: implement and rely on set_active_query_state
Marek Olšák
2016-04-12
1
-0
/
+4
*
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
2016-04-07
1
-2
/
+2
*
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
2016-03-21
1
-0
/
+7
*
radeonsi: move si_decompress_textures to si_blit.c
Nicolai Hähnle
2016-03-10
1
-4
/
+1
*
radeonsi: remove resource field from si_sampler_view
Nicolai Hähnle
2016-03-09
1
-1
/
+0
*
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
-1
/
+0
[next]