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: Add VK_KHR_bind_memory2 support.
Bas Nieuwenhuizen
2017-09-20
2
-24
/
+59
*
radv: do not update the number of scissors in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: do not update the number of viewports in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-3
/
+0
*
radv: add some assertions in vkCmdSetScissor()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: add some assertions in vkCmdSetViewport()
Samuel Pitoiset
2017-09-20
1
-1
/
+4
*
radv: inline radv_flush_compute_state() into radv_dispatch()
Samuel Pitoiset
2017-09-20
1
-11
/
+7
*
radv: add radv_dispatch() helper
Samuel Pitoiset
2017-09-20
1
-15
/
+14
*
radv: add radv_emit_dispatch_packets() helper
Samuel Pitoiset
2017-09-20
1
-103
/
+149
*
ac/surface: handle S8 on gfx9
Dave Airlie
2017-09-20
1
-2
/
+7
*
configure.ac: split the wayland client/server confusion
Emil Velikov
2017-09-19
1
-2
/
+2
*
radv: replace conditional compilation with MAYBE_UNUSED
Eric Engestrom
2017-09-19
1
-3
/
+2
*
amd/common: add workaround for cube map array layer clamping
Nicolai Hähnle
2017-09-18
1
-2
/
+29
*
amd/common: remove has_ds_bpermute argument from ac_build_ddxy
Nicolai Hähnle
2017-09-18
3
-7
/
+2
*
amd/common: add chip_class to ac_llvm_context
Nicolai Hähnle
2017-09-18
3
-4
/
+12
*
amd/common: round cube array slice in ac_prepare_cube_coords
Nicolai Hähnle
2017-09-18
3
-5
/
+8
*
radv: Add support for more DCC compression with VK_KHR_image_format_list.
Bas Nieuwenhuizen
2017-09-16
2
-3
/
+25
*
radv: Add code to check if two formats can share DCC metadata.
Bas Nieuwenhuizen
2017-09-16
2
-0
/
+87
*
radv: Don't redundantly emit pipelines after secondary cmd buffer.
Bas Nieuwenhuizen
2017-09-15
1
-5
/
+6
*
radv: Check for GFX9 for 1D arrays in image_size intrinsic.
Bas Nieuwenhuizen
2017-09-15
1
-1
/
+2
*
automake: include radv_shader.h in the sources list
Emil Velikov
2017-09-15
1
-0
/
+1
*
radv: fix a potential crash if attachments allocation failed
Samuel Pitoiset
2017-09-15
1
-1
/
+2
*
radv: dump the device name into the hang report
Samuel Pitoiset
2017-09-15
1
-0
/
+30
*
radv: add get_chip_name() callback
Samuel Pitoiset
2017-09-15
2
-0
/
+10
*
radv: dump the list of enabled options when a hang occured
Samuel Pitoiset
2017-09-14
3
-0
/
+46
*
radv: dump last 60 lines of dmesg when a hang occured
Samuel Pitoiset
2017-09-14
1
-0
/
+20
*
radv: dump descriptors when a hang occured
Samuel Pitoiset
2017-09-14
1
-0
/
+182
*
radv: save all descriptor pointers into the trace BO
Samuel Pitoiset
2017-09-14
2
-0
/
+35
*
radv: dump annotated shaders using UMR
Samuel Pitoiset
2017-09-14
1
-0
/
+172
*
radeonsi: move si_get_wave_info() to AMD common code
Samuel Pitoiset
2017-09-14
2
-0
/
+94
*
radv: dump some status MMIO registers when a hang occured
Samuel Pitoiset
2017-09-14
1
-0
/
+57
*
radv/winsys: add a read_registers() callback
Samuel Pitoiset
2017-09-14
2
-0
/
+14
*
radv: dump shader stats when a hang occured
Samuel Pitoiset
2017-09-14
1
-3
/
+6
*
radv: add radv_shader_dump_stats() helper
Samuel Pitoiset
2017-09-14
3
-63
/
+77
*
radv: dump the active shaders when a hang occured
Samuel Pitoiset
2017-09-14
1
-5
/
+89
*
radv: add debug flags for syncing shaders after every draw call
Samuel Pitoiset
2017-09-14
3
-0
/
+17
*
radv: add radv_cmd_buffer_after_draw() helper function
Samuel Pitoiset
2017-09-14
1
-6
/
+12
*
radv: save the bound pipeline pointers into the trace BO
Samuel Pitoiset
2017-09-14
2
-7
/
+54
*
radv: add a comment that describes the trace BO layout
Samuel Pitoiset
2017-09-14
1
-0
/
+6
*
radv: initialize the trace BO to 0
Samuel Pitoiset
2017-09-14
1
-1
/
+6
*
radv/nir: call opt_remove_phis after trivial continues.
Dave Airlie
2017-09-13
1
-0
/
+1
*
ac/surface: match Z and stencil tile config
Nicolai Hähnle
2017-09-13
1
-7
/
+42
*
ac/surface: sanity-check that we got a TC-compatible HTILE if requested
Nicolai Hähnle
2017-09-13
1
-0
/
+6
*
ac/addrlib: enable assertions in debug builds
Nicolai Hähnle
2017-09-13
1
-9
/
+17
*
ac/addrlib: relax an assertion
Nicolai Hähnle
2017-09-13
1
-1
/
+2
*
ac/addrlib: relax an assertion
Nicolai Hähnle
2017-09-13
1
-1
/
+1
*
amd/common: get ME/PFP/CE firmware feature versions as well
Nicolai Hähnle
2017-09-13
2
-4
/
+9
*
radv: compile out unused code
Eric Engestrom
2017-09-13
1
-0
/
+2
*
radv: clear push_constant_stages when resetting a command buffer
Samuel Pitoiset
2017-09-13
1
-0
/
+1
*
radv: add more radv_emit_XXX() helpers for the dynamic state
Samuel Pitoiset
2017-09-13
1
-40
/
+77
*
radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()
Samuel Pitoiset
2017-09-13
4
-7
/
+5
[next]