index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-17
android: amd/addrlib: trivial fix for gfx9 support
HEAD
master
Mauro Rossi
1
-0
/
+2
2017-04-14
radv: remove the temp descriptor set infrastructure
Fredrik Höglund
2
-76
/
+28
2017-04-14
radv: use push descriptors in meta
Fredrik Höglund
6
-416
/
+301
2017-04-14
radv: add private push descriptors for meta
Fredrik Höglund
2
-0
/
+41
2017-04-14
radv: remove irrelevant comment
Grazvydas Ignotas
1
-1
/
+1
2017-04-14
radv: report timestampPeriod correctly
Grazvydas Ignotas
2
-2
/
+2
2017-04-14
radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.
Bas Nieuwenhuizen
2
-7
/
+7
2017-04-13
radv: Set descriptor set limits.
Bas Nieuwenhuizen
1
-15
/
+29
2017-04-13
radv: Increase integer sizes in descriptor sets.
Bas Nieuwenhuizen
1
-8
/
+8
2017-04-14
radv: support S8_UINT as a depth/stencil format.
Dave Airlie
1
-1
/
+1
2017-04-14
radv: bump maxGeometryShaderInvocations.
Dave Airlie
1
-1
/
+1
2017-04-13
radv: Add more trace points.
Bas Nieuwenhuizen
2
-0
/
+3
2017-04-13
radv: Ignore CmdUpdateBuffer with size 0.
Bas Nieuwenhuizen
1
-0
/
+3
2017-04-13
radv: Enable query inheritance.
Bas Nieuwenhuizen
1
-1
/
+1
2017-04-13
radv: enable variableMultisampleRate.
Bas Nieuwenhuizen
1
-1
/
+1
2017-04-13
radv: fix stencil regression since new addrlib import
Dave Airlie
2
-1
/
+9
2017-04-13
radv: allocate thin textures as linear.
Dave Airlie
1
-0
/
+7
2017-04-12
radv: Disable primitive restart for non-indexed draws
Alex Smith
2
-22
/
+34
2017-04-12
radv: Hash the immutable samplers.
Bas Nieuwenhuizen
1
-0
/
+3
2017-04-12
radv: Use an offset instead of pointers for immutable samplers.
Bas Nieuwenhuizen
4
-27
/
+39
2017-04-12
radv: Stop shadowing the result in radv_GetQueryPoolResults.
Bas Nieuwenhuizen
1
-4
/
+4
2017-04-12
radv: Return VK_NOT_READY if the query results are not available.
Bas Nieuwenhuizen
1
-0
/
+6
2017-04-12
radv: Set query availability bit even if we don't wait.
Bas Nieuwenhuizen
1
-3
/
+4
2017-04-11
radv: Implement pipeline statistics queries.
Bas Nieuwenhuizen
3
-27
/
+394
2017-04-11
radv: Let count be dynamic in radv_break_on_count.
Bas Nieuwenhuizen
1
-3
/
+3
2017-04-11
radv: Rename query pipeline/set layout.
Bas Nieuwenhuizen
2
-13
/
+13
2017-04-11
radv: Use VK_WHOLE_SIZE for the query buffer bindings.
Bas Nieuwenhuizen
1
-2
/
+2
2017-04-11
radv: Use a shader for occlusion CmdCopyQueryPoolResults.
Bas Nieuwenhuizen
1
-74
/
+64
2017-04-11
radv: Add occlusion query shader.
Bas Nieuwenhuizen
4
-0
/
+435
2017-04-10
ac: add unreachable() in ac_build_image_opcode()
Samuel Pitoiset
1
-0
/
+2
2017-04-10
amd/addrlib: use correct variable name in header
Thomas Hindoe Paaboel Andersen
1
-1
/
+1
2017-04-07
radv: don't call radeon_check_space in radv_BindDescriptorSets
Fredrik Höglund
1
-5
/
+0
2017-04-07
radv: implement VK_KHR_descriptor_update_template
Fredrik Höglund
5
-0
/
+231
2017-04-07
radv: implement VK_KHR_push_descriptor
Fredrik Höglund
6
-2
/
+128
2017-04-07
radv: replace an assertion with a conditional
Fredrik Höglund
1
-3
/
+3
2017-04-07
radv: refactor radv_UpdateDescriptorSets
Fredrik Höglund
2
-12
/
+52
2017-04-05
amd/addrlib: automake: add all headers to the tarball
Emil Velikov
1
-0
/
+2
2017-04-04
amd/addrlib: second update for Vega10 + bug fixes
Marek Olšák
17
-2132
/
+3298
2017-04-04
radv: Increase descriptor limits.
Bas Nieuwenhuizen
1
-14
/
+14
2017-04-03
radv: Rework guard band calculation.
Bas Nieuwenhuizen
1
-40
/
+15
2017-04-03
radv: Enable VK_KHR_incremental_present.
Bas Nieuwenhuizen
3
-1
/
+15
2017-04-03
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
1
-1
/
+2
2017-04-04
radv: fix interp at sample code.
Dave Airlie
1
-3
/
+1
2017-04-04
radv: overhaul fragment shader sample positions.
Dave Airlie
5
-51
/
+87
2017-04-04
radv/ac: fix texture derivative ordering
Dave Airlie
1
-2
/
+2
2017-04-04
radv/ac: round cube array coordinate before fixup.
Dave Airlie
1
-1
/
+5
2017-04-04
radv: move to using common buffer load format.
Dave Airlie
1
-8
/
+5
2017-04-03
amd/addrlib: fix optimized build warnings
Grazvydas Ignotas
1
-1
/
+1
2017-04-02
radv: fix order of the guardband register emission.
Dave Airlie
1
-2
/
+2
2017-04-01
radv: enable tessellation shaders.
Dave Airlie
2
-9
/
+10
[next]