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
/
intel
/
vulkan
/
anv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/device: GetDeviceQueue2 should only return queues with matching flags
Iago Toral Quiroga
2018-03-07
1
-0
/
+2
*
anv: Implement vkCmdDispatchBase
Jason Ekstrand
2018-03-07
1
-0
/
+3
*
anv: Implement VK_KHR_maintenance3
Jason Ekstrand
2018-03-07
1
-0
/
+19
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-17
/
+17
*
intel: Split gen_device_info out into libintel_dev
Jordan Justen
2018-03-05
1
-1
/
+1
*
anv: remove anv_gem_set_context_priority helper
Tapani Pälli
2018-02-28
1
-1
/
+0
*
anv: implement VK_EXT_global_priority extension
Tapani Pälli
2018-02-28
1
-0
/
+5
*
intel/vulkan: Support INTEL_NO_HW environment variable
Jordan Justen
2018-02-27
1
-0
/
+2
*
anv/image: Add support for modifiers for WSI
Jason Ekstrand
2018-02-21
1
-0
/
+6
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
1
-3
/
+7
*
anv/pass: Store usage in each subpass attachment
Jason Ekstrand
2018-02-20
1
-5
/
+11
*
anv/cmd_buffer: Add a concept of pending load aspects
Jason Ekstrand
2018-02-20
1
-0
/
+1
*
anv/cmd_buffer: Move the rest of clear_subpass into begin_subpass
Jason Ekstrand
2018-02-20
1
-1
/
+16
*
anv/cmd_buffer: Move the color portion of clear_subpass into begin_subpass
Jason Ekstrand
2018-02-20
1
-0
/
+8
*
anv/icl: Add #define genX
Anuj Phogat
2018-02-16
1
-0
/
+3
*
anv/icl: Add gen11 mocs defines
Anuj Phogat
2018-02-16
1
-0
/
+11
*
anv/cmd_buffer: Rework aux tracking
Jason Ekstrand
2018-02-08
1
-26
/
+34
*
anv/cmd_buffer: Add a mark_image_written helper
Jason Ekstrand
2018-02-08
1
-0
/
+9
*
anv/image: Add a helper for determining when fast clears are supported
Jason Ekstrand
2018-02-08
1
-0
/
+16
*
anv/blorp: Rework HiZ ops to look like MCS and CCS
Jason Ekstrand
2018-02-08
1
-4
/
+5
*
anv/blorp: Rework image clear/resolve helpers
Jason Ekstrand
2018-02-08
1
-12
/
+11
*
anv/gen10: Emit CS stall and mark push constants dirty.
Rafael Antognolli
2018-01-26
1
-1
/
+0
*
anv/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
1
-0
/
+1
*
anv/pipeline: remove the pipeline layout field from anv_pipeline
Iago Toral Quiroga
2018-01-26
1
-1
/
+0
*
anv/cmd_buffer: add the pipeline layout to the pipeline state
Iago Toral Quiroga
2018-01-26
1
-0
/
+1
*
anv/descriptor_set: add reference counting for descriptor set layouts
Iago Toral Quiroga
2018-01-26
1
-2
/
+21
*
anv/cmd_buffer: Move gen7 index buffer state to graphics state
Jason Ekstrand
2018-01-23
1
-6
/
+6
*
anv/cmd_buffer: Move num_workgroups to compute state
Jason Ekstrand
2018-01-23
1
-2
/
+2
*
anv/cmd_buffer: Move dynamic state to graphics state
Jason Ekstrand
2018-01-23
1
-1
/
+2
*
anv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphics_state
Jason Ekstrand
2018-01-23
1
-1
/
+1
*
anv/cmd_buffer: Move dirty bits into anv_cmd_*_state
Jason Ekstrand
2018-01-23
1
-2
/
+4
*
anv: Separate compute and graphics descriptor sets
Jason Ekstrand
2018-01-23
1
-4
/
+7
*
anv: Remove semicolons from vk_error[f] definitions
Jason Ekstrand
2018-01-23
1
-2
/
+2
*
anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and compute
Jason Ekstrand
2018-01-23
1
-2
/
+39
*
anv/cmd_buffer: Get rid of the meta query workaround
Jason Ekstrand
2018-01-23
1
-1
/
+0
*
anv/cmd_state: Drop the scratch_size field
Jason Ekstrand
2018-01-23
1
-1
/
+0
*
anv: Only advertise enabled entrypoints
Jason Ekstrand
2018-01-23
1
-0
/
+5
*
anv: Add a per-device dispatch table
Jason Ekstrand
2018-01-23
1
-0
/
+1
*
anv: Add a per-instance dispatch table
Jason Ekstrand
2018-01-23
1
-0
/
+1
*
anv/entrypoints: Split entrypoint index lookup into its own function
Jason Ekstrand
2018-01-23
1
-0
/
+2
*
anv: Add a per-device table of enabled extensions
Jason Ekstrand
2018-01-23
1
-0
/
+1
*
anv: Use tables for device extension wrangling
Jason Ekstrand
2018-01-23
1
-0
/
+2
*
anv: Add a per-instance table of enabled extensions
Jason Ekstrand
2018-01-23
1
-0
/
+2
*
anv: Use tables for instance extension wrangling
Jason Ekstrand
2018-01-23
1
-1
/
+0
*
anv/extensions: Generate a header file with extension tables
Jason Ekstrand
2018-01-23
1
-0
/
+1
*
vulkan: move anv VK_EXT_debug_report implementation to common code.
Bas Nieuwenhuizen
2018-01-17
1
-24
/
+4
*
anv/image: Add a drm_format_mod field
Jason Ekstrand
2017-12-04
1
-0
/
+5
*
anv: Let blorp handle indirect clear colors for CCS resolves
Jason Ekstrand
2017-11-27
1
-2
/
+2
*
anv: Move get_fast_clear_state_address into anv_private.h
Jason Ekstrand
2017-11-27
1
-0
/
+27
*
anv: flag batch & instruction BOs for capture
Lionel Landwerlin
2017-11-22
1
-0
/
+1
[next]