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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.
Bas Nieuwenhuizen
2017-04-14
2
-7
/
+7
*
radv: Set descriptor set limits.
Bas Nieuwenhuizen
2017-04-13
1
-15
/
+29
*
radv: Increase integer sizes in descriptor sets.
Bas Nieuwenhuizen
2017-04-13
1
-8
/
+8
*
radv: support S8_UINT as a depth/stencil format.
Dave Airlie
2017-04-14
1
-1
/
+1
*
radv: bump maxGeometryShaderInvocations.
Dave Airlie
2017-04-14
1
-1
/
+1
*
radv: Add more trace points.
Bas Nieuwenhuizen
2017-04-13
2
-0
/
+3
*
radv: Ignore CmdUpdateBuffer with size 0.
Bas Nieuwenhuizen
2017-04-13
1
-0
/
+3
*
radv: Enable query inheritance.
Bas Nieuwenhuizen
2017-04-13
1
-1
/
+1
*
radv: enable variableMultisampleRate.
Bas Nieuwenhuizen
2017-04-13
1
-1
/
+1
*
radv: fix stencil regression since new addrlib import
Dave Airlie
2017-04-13
2
-1
/
+9
*
radv: allocate thin textures as linear.
Dave Airlie
2017-04-13
1
-0
/
+7
*
radv: Disable primitive restart for non-indexed draws
Alex Smith
2017-04-12
2
-22
/
+34
*
radv: Hash the immutable samplers.
Bas Nieuwenhuizen
2017-04-12
1
-0
/
+3
*
radv: Use an offset instead of pointers for immutable samplers.
Bas Nieuwenhuizen
2017-04-12
3
-22
/
+32
*
radv: Stop shadowing the result in radv_GetQueryPoolResults.
Bas Nieuwenhuizen
2017-04-12
1
-4
/
+4
*
radv: Return VK_NOT_READY if the query results are not available.
Bas Nieuwenhuizen
2017-04-12
1
-0
/
+6
*
radv: Set query availability bit even if we don't wait.
Bas Nieuwenhuizen
2017-04-12
1
-3
/
+4
*
radv: Implement pipeline statistics queries.
Bas Nieuwenhuizen
2017-04-11
3
-27
/
+394
*
radv: Let count be dynamic in radv_break_on_count.
Bas Nieuwenhuizen
2017-04-11
1
-3
/
+3
*
radv: Rename query pipeline/set layout.
Bas Nieuwenhuizen
2017-04-11
2
-13
/
+13
*
radv: Use VK_WHOLE_SIZE for the query buffer bindings.
Bas Nieuwenhuizen
2017-04-11
1
-2
/
+2
*
radv: Use a shader for occlusion CmdCopyQueryPoolResults.
Bas Nieuwenhuizen
2017-04-11
1
-74
/
+64
*
radv: Add occlusion query shader.
Bas Nieuwenhuizen
2017-04-11
4
-0
/
+435
*
radv: don't call radeon_check_space in radv_BindDescriptorSets
Fredrik Höglund
2017-04-07
1
-5
/
+0
*
radv: implement VK_KHR_descriptor_update_template
Fredrik Höglund
2017-04-07
5
-0
/
+231
*
radv: implement VK_KHR_push_descriptor
Fredrik Höglund
2017-04-07
6
-2
/
+128
*
radv: replace an assertion with a conditional
Fredrik Höglund
2017-04-07
1
-3
/
+3
*
radv: refactor radv_UpdateDescriptorSets
Fredrik Höglund
2017-04-07
2
-12
/
+52
*
radv: Increase descriptor limits.
Bas Nieuwenhuizen
2017-04-04
1
-14
/
+14
*
radv: Rework guard band calculation.
Bas Nieuwenhuizen
2017-04-03
1
-40
/
+15
*
radv: Enable VK_KHR_incremental_present.
Bas Nieuwenhuizen
2017-04-03
3
-1
/
+15
*
vulkan/wsi: Plumb present regions through the common code
Jason Ekstrand
2017-04-03
1
-1
/
+2
*
radv: overhaul fragment shader sample positions.
Dave Airlie
2017-04-04
3
-36
/
+67
*
radv: fix order of the guardband register emission.
Dave Airlie
2017-04-02
1
-2
/
+2
*
radv: enable tessellation shaders.
Dave Airlie
2017-04-01
2
-9
/
+10
*
radv: add ia_multi_vgt_param tessellation support.
Dave Airlie
2017-04-01
1
-2
/
+30
*
radv/cmd: emit tessellation state.
Dave Airlie
2017-04-01
1
-4
/
+109
*
radv/pipeline: handle tessellation shader compilation
Dave Airlie
2017-04-01
1
-0
/
+142
*
radv/pipeline: start calculating tess stage.
Dave Airlie
2017-04-01
2
-9
/
+208
*
radv: add tessellation support to variant code.
Dave Airlie
2017-04-01
1
-6
/
+9
*
radv: add tessellation support to shader naming
Dave Airlie
2017-04-01
1
-1
/
+3
*
radv: port polaris vgt vertex reuse workaround.
Dave Airlie
2017-04-01
2
-1
/
+18
*
radv: configure tessellation distribution register.
Dave Airlie
2017-04-01
1
-4
/
+12
*
radv: add tessellation ring allocation support. (v2)
Dave Airlie
2017-04-01
3
-13
/
+203
*
radv: add support for some device specific tess information.
Dave Airlie
2017-04-01
2
-0
/
+8
*
radv: add tess shader stage user data support.
Dave Airlie
2017-04-01
1
-7
/
+38
*
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
3
-13
/
+90
*
radv: Prepare for not using the guard band for lines & points.
Bas Nieuwenhuizen
2017-03-30
3
-0
/
+32
*
radv: Drop the default viewport when 0 viewports are given.
Bas Nieuwenhuizen
2017-03-30
1
-17
/
+2
[next]