index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
radv: Prepare for not using the guard band for lines & points.
Bas Nieuwenhuizen
2017-03-30
1
-0
/
+1
*
radv: Implement sparse image creation.
Bas Nieuwenhuizen
2017-03-29
1
-0
/
+1
*
radv: Implement sparse buffer creation.
Bas Nieuwenhuizen
2017-03-29
1
-0
/
+1
*
radv: move shader stages calculation to pipeline.
Dave Airlie
2017-03-28
1
-0
/
+1
*
radv: move pa_cl_vs_out_cntl calculation to pipeline
Dave Airlie
2017-03-28
1
-1
/
+1
*
radv: move calculating fragment shader i/os to pipeline.
Dave Airlie
2017-03-28
1
-0
/
+2
*
radv: move shader_z_format calculation to pipeline.
Dave Airlie
2017-03-28
1
-0
/
+1
*
radv: move db_shader_control calculation to pipeline.
Dave Airlie
2017-03-28
1
-0
/
+1
*
radv: move vgt_gs_mode value to pipeline.
Dave Airlie
2017-03-28
1
-0
/
+1
*
radv: fix ia_multi_vgt_param for instanced vs indirect draw.
Dave Airlie
2017-03-28
1
-1
/
+2
*
Revert "radv: fallback to an in-memory cache when no pipline cache is provided"
Dave Airlie
2017-03-20
1
-2
/
+1
*
radv: fallback to an in-memory cache when no pipline cache is provided
Timothy Arceri
2017-03-17
1
-1
/
+2
*
radv: always create an fallback pipeline cache
Timothy Arceri
2017-03-17
1
-0
/
+3
*
radv: Remove unused descriptor set field.
Bas Nieuwenhuizen
2017-03-15
1
-1
/
+0
*
radv: fix the size of the dynamic_buffers array
Fredrik Höglund
2017-03-07
1
-1
/
+1
*
radv: Use winsys HTILE info.
Bas Nieuwenhuizen
2017-03-07
1
-3
/
+1
*
radv: Add L2 writeback.
Bas Nieuwenhuizen
2017-03-06
1
-8
/
+10
*
radv: avoid casting warnings on 32bit
Grazvydas Ignotas
2017-03-06
1
-0
/
+3
*
radv/amdgpu: Add some debug flags.
Bas Nieuwenhuizen
2017-03-06
1
-12
/
+1
*
radv: Cache command buffers in command pool.
Bas Nieuwenhuizen
2017-03-06
1
-0
/
+1
*
radv: add support for NV_dedicated_allocation
Dave Airlie
2017-02-27
1
-1
/
+6
*
radv: make radv_resolve_entrypoint static
Emil Velikov
2017-02-21
1
-1
/
+0
*
radv: remove unused radv_dispatch_table dtable
Emil Velikov
2017-02-21
1
-2
/
+0
*
radv: Flush in the initial preamble CS.
Bas Nieuwenhuizen
2017-02-21
1
-1
/
+11
*
vulkan/wsi/x11: add support to detect if we can support rendering (v3)
Dave Airlie
2017-02-20
1
-0
/
+1
*
Revert "radv: detect command buffers that do no work and drop them (v2)"
Dave Airlie
2017-02-20
1
-2
/
+0
[prev]
[next]