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: move calculating the vertex sgpr to the pipeline.
Dave Airlie
2017-06-07
1
-0
/
+2
*
radv: rename and make global some functions.
Dave Airlie
2017-06-07
1
-0
/
+5
*
radv: Remove vertex_descriptors_dirty.
Bas Nieuwenhuizen
2017-06-06
1
-1
/
+0
*
util/vulkan: Move Vulkan utilities to src/vulkan/util
Alex Smith
2017-06-06
1
-1
/
+1
*
radv: add rb+ support for GFX9
Dave Airlie
2017-06-06
1
-0
/
+3
*
radv: add GFX9 cache flushing support.
Dave Airlie
2017-06-06
1
-3
/
+7
*
radv: add gfx9 depth/stencil surface support.
Dave Airlie
2017-06-06
1
-0
/
+2
*
radv: add GFX9 support for color surfaces.
Dave Airlie
2017-06-06
1
-0
/
+2
*
radv: remove doubled up prototype.
Dave Airlie
2017-06-06
1
-4
/
+0
*
radv: use ac_gpu_info
Nicolai Hähnle
2017-06-05
1
-0
/
+1
*
radv: use ac_surface data structures
Nicolai Hähnle
2017-06-05
1
-1
/
+2
*
radv: remove radeon_surf_level::pitch_bytes
Nicolai Hähnle
2017-06-05
1
-1
/
+0
*
radv: Add VkPhysicalDeviceIDProperties support.
Bas Nieuwenhuizen
2017-06-05
1
-0
/
+1
*
radv: bump some base addresses to 64-bits.
Dave Airlie
2017-06-02
1
-9
/
+9
*
radv: factor out eop event writing code. (v2)
Dave Airlie
2017-06-02
1
-0
/
+9
*
radv: factor out si_emit_wait_fence code.
Dave Airlie
2017-06-02
1
-0
/
+3
*
radv: Add queue masks for htile usage determination.
Bas Nieuwenhuizen
2017-05-22
1
-2
/
+4
*
radv: Specify semantics of HTILE layout helpers.
Bas Nieuwenhuizen
2017-05-22
1
-0
/
+10
*
radv: Don't use a separate can_expclear.
Bas Nieuwenhuizen
2017-05-22
1
-2
/
+0
*
radv: handle fragment shader srgb resolve pass better
Dave Airlie
2017-05-11
1
-0
/
+2
*
radv/meta: move clear color to using push constants
Dave Airlie
2017-05-08
1
-0
/
+2
*
radv: drop resolve hack workarounds
Dave Airlie
2017-05-07
1
-2
/
+1
*
radv/meta: add resolve pass using fragment/vertex shaders
Dave Airlie
2017-05-07
1
-0
/
+11
*
radv: add subpass resolve compute path
Dave Airlie
2017-05-07
1
-0
/
+1
*
radv/meta: add srgb conversion to end of resolve shader.
Dave Airlie
2017-05-07
1
-0
/
+1
*
radv: flush more stages when semaphore are waiting.
Dave Airlie
2017-05-03
1
-1
/
+1
*
radv: minor pahole related improvements.
Dave Airlie
2017-05-03
1
-3
/
+3
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
1
-7
/
+6
*
radv: provide a helper for comparing an image extents.
Dave Airlie
2017-05-03
1
-0
/
+9
*
radv: Add shader prefetch.
Bas Nieuwenhuizen
2017-04-19
1
-0
/
+2
*
radv: Remove binding buffer count.
Bas Nieuwenhuizen
2017-04-19
1
-1
/
+0
*
radv: Use host memory pool for non-freeable descriptors.
Bas Nieuwenhuizen
2017-04-19
1
-0
/
+4
*
radv/ac: add support for indirect access of descriptor sets.
Dave Airlie
2017-04-19
1
-1
/
+1
*
radv: remove the temp descriptor set infrastructure
Fredrik Höglund
2017-04-14
1
-10
/
+0
*
radv: add private push descriptors for meta
Fredrik Höglund
2017-04-14
1
-0
/
+8
*
radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.
Bas Nieuwenhuizen
2017-04-14
1
-5
/
+5
*
radv: Disable primitive restart for non-indexed draws
Alex Smith
2017-04-12
1
-0
/
+1
*
radv: Use an offset instead of pointers for immutable samplers.
Bas Nieuwenhuizen
2017-04-12
1
-1
/
+1
*
radv: Implement pipeline statistics queries.
Bas Nieuwenhuizen
2017-04-11
1
-0
/
+2
*
radv: Rename query pipeline/set layout.
Bas Nieuwenhuizen
2017-04-11
1
-2
/
+2
*
radv: Add occlusion query shader.
Bas Nieuwenhuizen
2017-04-11
1
-0
/
+6
*
radv: implement VK_KHR_descriptor_update_template
Fredrik Höglund
2017-04-07
1
-0
/
+39
*
radv: implement VK_KHR_push_descriptor
Fredrik Höglund
2017-04-07
1
-0
/
+9
*
radv: refactor radv_UpdateDescriptorSets
Fredrik Höglund
2017-04-07
1
-0
/
+10
*
radv: overhaul fragment shader sample positions.
Dave Airlie
2017-04-04
1
-0
/
+2
*
radv/pipeline: start calculating tess stage.
Dave Airlie
2017-04-01
1
-0
/
+13
*
radv: add tessellation ring allocation support. (v2)
Dave Airlie
2017-04-01
1
-0
/
+4
*
radv: add support for some device specific tess information.
Dave Airlie
2017-04-01
1
-0
/
+2
*
radv: add helper function to denote if tess is enabled on a pipeline.
Dave Airlie
2017-04-01
1
-0
/
+5
*
radv: Use the guard band.
Bas Nieuwenhuizen
2017-03-30
1
-1
/
+2
[next]