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
/
vulkan
/
radv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/meta: fix blit paths for depth/stencil (v2.1)
Dave Airlie
2017-12-22
1
-2
/
+2
*
radv: handle depth/stencil image copy with layouts better. (v3.1)
Dave Airlie
2017-12-22
1
-2
/
+18
*
radv/gfx9: add support for 3d images to blit 2d paths
Dave Airlie
2017-12-22
1
-5
/
+5
*
radv/gfx9: add 3d sampler image->buffer copy shader. (v3)
Dave Airlie
2017-12-22
1
-0
/
+1
*
radv: create pipeline layout objects for all meta operations
Samuel Pitoiset
2017-12-19
1
-0
/
+3
*
radv: remove useless radv_cmask_info::base_address_reg
Samuel Pitoiset
2017-12-18
1
-1
/
+0
*
radv: Implement fences based on syncobjs.
Bas Nieuwenhuizen
2017-12-18
1
-1
/
+5
*
radv: store the dispatch initiator into the device
Samuel Pitoiset
2017-12-14
1
-0
/
+1
*
radv: only re-mit the index type when it changes
Samuel Pitoiset
2017-12-08
1
-0
/
+1
*
radv: track different status of a command buffer
Samuel Pitoiset
2017-12-08
1
-0
/
+9
*
radv: Add LLVM version to the device name string
Alex Smith
2017-12-07
1
-1
/
+1
*
radv/wsi: drop allocate memory special case
Dave Airlie
2017-12-04
1
-10
/
+0
*
radv: remove set but unnecessary radv_color_buffer_info::micro_tile_mode
Samuel Pitoiset
2017-11-30
1
-1
/
+0
*
radv: do not store gfx9_epitch in radv_color_buffer_info
Samuel Pitoiset
2017-11-30
1
-1
/
+0
*
radv: use a 16 bytes array for the sampled/storage image descriptors
Samuel Pitoiset
2017-11-20
1
-4
/
+2
*
radv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
Samuel Pitoiset
2017-11-15
1
-1
/
+1
*
radv: drop radv_cmd_dirty_mask_t typedef
Samuel Pitoiset
2017-11-15
1
-2
/
+1
*
radv: use an unsigned 32-bit integer for radv_queue::family_index
Samuel Pitoiset
2017-11-15
1
-1
/
+1
*
radv: make radv_emit_framebuffer_state() static
Samuel Pitoiset
2017-11-13
1
-2
/
+1
*
radv: prefetch VBO descriptors at the right place
Samuel Pitoiset
2017-11-13
1
-0
/
+5
*
radv: move calculating vs out info regs into pipeline.
Dave Airlie
2017-11-13
1
-1
/
+8
*
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
2017-11-06
1
-0
/
+1
*
radv: move descriptor sets out of cmd_state.
Dave Airlie
2017-11-06
1
-1
/
+2
*
radv: add helper for setting a descriptor.
Dave Airlie
2017-11-06
1
-0
/
+4
*
radv: move vertex binding out of cmd state.
Dave Airlie
2017-11-06
1
-1
/
+1
*
radv: reorder cmd_state to remove a hole.
Dave Airlie
2017-11-06
1
-1
/
+1
*
radv: Use an array to store descriptor sets.
Bas Nieuwenhuizen
2017-11-04
1
-4
/
+10
*
radv: Don't expose heaps with 0 memory.
Bas Nieuwenhuizen
2017-11-02
1
-0
/
+3
*
radv: make radv_bind_descriptor_set() static
Samuel Pitoiset
2017-11-02
1
-3
/
+0
*
radv: make sure we set buffers as shareable properly.
Dave Airlie
2017-11-02
1
-0
/
+2
*
radv: bail out when binding the same index buffer
Samuel Pitoiset
2017-10-31
1
-0
/
+5
*
radv: Implement VK_AMD_shader_info
Alex Smith
2017-10-29
1
-0
/
+3
*
radv: make radv_fill_buffer() return the needed flush bits
Samuel Pitoiset
2017-10-27
1
-3
/
+3
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
1
-1
/
+6
*
radv: Add single pipeline cache key.
Bas Nieuwenhuizen
2017-10-26
1
-2
/
+11
*
radv: only emit dfsm packets if dfsm is allowed.
Dave Airlie
2017-10-24
1
-0
/
+1
*
radv: factor out radv_alloc_memory
Andres Rodriguez
2017-10-21
1
-0
/
+11
*
radv: Implement VK_EXT_global_priority
Andres Rodriguez
2017-10-21
1
-0
/
+1
*
radv: rename RADV_CMD_DIRTY_RENDER_TARGETS to RADV_CMD_DIRTY_FRAMEBUFFER
Samuel Pitoiset
2017-10-20
1
-1
/
+1
*
radv: calculate and emit GFX9 GS registers to pipeline state.
Bas Nieuwenhuizen
2017-10-20
1
-0
/
+8
*
radv: Use control shader presence for detecting tess.
Bas Nieuwenhuizen
2017-10-20
1
-1
/
+1
*
radv: drop unused r600_htile_info.
Dave Airlie
2017-10-20
1
-9
/
+0
*
radv: Remove remaining hard coded references to VS.
Bas Nieuwenhuizen
2017-10-19
1
-0
/
+2
*
radv: reuse the multiple shader store & load functions for gs copy variant
Timothy Arceri
2017-10-18
1
-11
/
+1
*
radv: remove some now unused shader compile code
Timothy Arceri
2017-10-18
1
-8
/
+0
*
radv: add radv_hash_shaders() helper
Bas Nieuwenhuizen
2017-10-18
1
-0
/
+7
*
radv: Add multiple shader cache store & load functions.
Bas Nieuwenhuizen
2017-10-18
1
-0
/
+14
*
radv/image: bump all the offset to uint64_t.
Dave Airlie
2017-10-17
1
-4
/
+4
*
radv: port to using updated anv entrypoint/extension generator.
Dave Airlie
2017-10-17
1
-6
/
+5
*
radv: take unsafe_math and sisched into account when hashing shaders.
Dave Airlie
2017-10-12
1
-1
/
+4
[next]