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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Correctly detect changed shaders for vertex descriptors.
Bas Nieuwenhuizen
2017-10-21
1
-6
/
+6
*
ac/nir: Set larged wrokgroup size for GS on GFX9.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+1
*
ac/nir: Take the max workgroup size of all provided shaders.
Bas Nieuwenhuizen
2017-10-21
1
-1
/
+6
*
radv: Fix pipeline cache locking issues
Alex Smith
2017-10-21
1
-7
/
+23
*
radv: disable implicit sync for radv allocated bos v3
Andres Rodriguez
2017-10-21
4
-1
/
+8
*
radv: factor out radv_alloc_memory
Andres Rodriguez
2017-10-21
2
-5
/
+25
*
radv: Expose VK_EXT_global_priority
Andres Rodriguez
2017-10-21
4
-0
/
+5
*
radv: don't skip PS/VS partial flush
Andres Rodriguez
2017-10-21
1
-8
/
+6
*
radv: Implement VK_EXT_global_priority
Andres Rodriguez
2017-10-21
4
-8
/
+62
*
radv: hardcode shader WAVE_LIMIT to the maximum value
Andres Rodriguez
2017-10-21
1
-9
/
+18
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
3
-26
/
+26
*
radv: use optimal packet order for draws
Samuel Pitoiset
2017-10-20
1
-17
/
+79
*
radv: add radv_emit_shaders_prefetch()
Samuel Pitoiset
2017-10-20
1
-12
/
+19
*
radv: add radv_emit_shader_prefetch()
Samuel Pitoiset
2017-10-20
1
-25
/
+23
*
radv: don't flush the VS when srcStageMask == TOP_OF_PIPE_BIT
Fredrik Höglund
2017-10-20
1
-2
/
+1
*
radv: mark total_count as MAYBE_UNUSED in CmdSet{Viewport,Scissor}
Samuel Pitoiset
2017-10-20
1
-2
/
+2
*
radv: rename radv_cmd_buffer_flush_state() to radv_draw()
Samuel Pitoiset
2017-10-20
1
-59
/
+51
*
radv: emit primitive restart from radv_emit_draw_registers()
Samuel Pitoiset
2017-10-20
1
-29
/
+30
*
radv: add radv_emit_draw_registers()
Samuel Pitoiset
2017-10-20
1
-12
/
+34
*
radv: refactor indirect draws (+count buffer) with radv_draw_info
Samuel Pitoiset
2017-10-20
1
-103
/
+48
*
radv: refactor indirect draws with radv_draw_info
Samuel Pitoiset
2017-10-20
1
-75
/
+133
*
radv: refactor simple and indexed draws with radv_draw_info
Samuel Pitoiset
2017-10-20
1
-68
/
+118
*
radv: re-emit VGT_INDEX_TYPE because non-indexed draws overwrite it
Samuel Pitoiset
2017-10-20
1
-2
/
+11
*
radv: clear the dirty flags in the corresponding emit helpers
Samuel Pitoiset
2017-10-20
1
-2
/
+8
*
radv: rename RADV_CMD_DIRTY_RENDER_TARGETS to RADV_CMD_DIRTY_FRAMEBUFFER
Samuel Pitoiset
2017-10-20
2
-3
/
+3
*
radv: move DB_COUNT_CONTROL initialization to si_emit_config()
Samuel Pitoiset
2017-10-20
2
-1
/
+5
*
radv: enable GS on GFX9
Bas Nieuwenhuizen
2017-10-20
1
-3
/
+1
*
radv: calculate and emit GFX9 GS registers to pipeline state.
Bas Nieuwenhuizen
2017-10-20
4
-7
/
+158
*
ac/nir: Fix up GS input vgprs.
Bas Nieuwenhuizen
2017-10-20
1
-0
/
+15
*
ac/nir: Add loading from LDS for merged GS.
Bas Nieuwenhuizen
2017-10-20
1
-15
/
+21
*
ac/nir: Add ES output to LDS for GFX9.
Bas Nieuwenhuizen
2017-10-20
1
-8
/
+49
*
ac/nir: Add merged GS function.
Bas Nieuwenhuizen
2017-10-20
1
-17
/
+63
*
radv: Only emit TES when it exists.
Bas Nieuwenhuizen
2017-10-20
1
-4
/
+6
*
radv: Use control shader presence for detecting tess.
Bas Nieuwenhuizen
2017-10-20
1
-1
/
+1
*
radv: fixup tess eval shader when combined.
Dave Airlie
2017-10-20
2
-6
/
+23
*
radv: Set VGT_GS_MODE properly for gfx9
Bas Nieuwenhuizen
2017-10-20
1
-4
/
+7
*
radv: ensure correct outinfo is picked.
Dave Airlie
2017-10-20
1
-13
/
+14
*
radv: Enable tessellation shaders for GFX9.
Bas Nieuwenhuizen
2017-10-20
1
-1
/
+1
*
ac/nir: init full exec mask for merged shaders.
Dave Airlie
2017-10-20
3
-0
/
+12
*
radv: drop unused r600_htile_info.
Dave Airlie
2017-10-20
1
-9
/
+0
*
radv: fix CLEAR_STATE packet length.
Dave Airlie
2017-10-19
1
-1
/
+1
*
radv: copy indirect lowering settings from radeonsi
Timothy Arceri
2017-10-20
1
-1
/
+26
*
radv: stop redundant setting of active_stages
Timothy Arceri
2017-10-20
1
-2
/
+0
*
ac: move some code out of loop in store_tcs_output()
Timothy Arceri
2017-10-20
1
-5
/
+5
*
radv: Modify rsrc1/rsrc2 generation for merged tess.
Bas Nieuwenhuizen
2017-10-19
1
-7
/
+16
*
radv: Set correct registers for merged shader rings.
Bas Nieuwenhuizen
2017-10-19
1
-12
/
+24
*
radv: Add GFX9 HS emitting code.
Bas Nieuwenhuizen
2017-10-19
1
-5
/
+16
*
radv: Remove remaining hard coded references to VS.
Bas Nieuwenhuizen
2017-10-19
3
-7
/
+28
*
radv: Update GFX9 user data regs for GS/tess.
Bas Nieuwenhuizen
2017-10-19
4
-14
/
+25
*
radv: Add code to compile merged shaders.
Bas Nieuwenhuizen
2017-10-19
4
-13
/
+39
[next]