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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Move setting current_pipeline to cmd_state_init
Jason Ekstrand
2018-02-12
1
-1
/
+1
*
anv: Don't resolve or ambiguate non-existent layers
Jason Ekstrand
2018-02-12
1
-2
/
+10
*
anv: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.
Kenneth Graunke
2018-02-12
1
-2
/
+1
*
intel/blorp: Use isl_aux_op instead of blorp_hiz_op
Jason Ekstrand
2018-02-08
1
-14
/
+1
*
intel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
Jason Ekstrand
2018-02-08
1
-13
/
+1
*
anv: Allow fast-clearing the first slice of a multi-slice image
Jason Ekstrand
2018-02-08
2
-12
/
+23
*
anv/cmd_buffer: Rework aux tracking
Jason Ekstrand
2018-02-08
4
-171
/
+360
*
anv/cmd_buffer: Move the mi_alu helper higher up
Jason Ekstrand
2018-02-08
1
-17
/
+19
*
anv/image: Simplify some verbose commennts
Jason Ekstrand
2018-02-08
1
-10
/
+3
*
anv: Use blorp_ccs_ambiguate instead of fast-clears
Jason Ekstrand
2018-02-08
2
-50
/
+40
*
anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clears
Jason Ekstrand
2018-02-08
1
-17
/
+14
*
anv/cmd_buffer: Pull the undefined layout condition into the if
Jason Ekstrand
2018-02-08
1
-9
/
+4
*
anv: Only fast clear single-slice images
Jason Ekstrand
2018-02-08
1
-17
/
+17
*
anv/cmd_buffer: Add a mark_image_written helper
Jason Ekstrand
2018-02-08
5
-0
/
+119
*
anv/blorp: Add src/dst_level helper variables in CmdCopyImage
Jason Ekstrand
2018-02-08
1
-8
/
+6
*
anv/cmd_buffer: Add an anv_genX_call macro
Jason Ekstrand
2018-02-08
1
-15
/
+25
*
anv/cmd_buffer: Generalize transition_color_buffer
Jason Ekstrand
2018-02-08
1
-12
/
+47
*
anv/cmd_buffer: Recurse in transition_color_buffer instead of falling through
Jason Ekstrand
2018-02-08
1
-9
/
+9
*
anv/image: Support color aspects in layout_to_aux_usage
Jason Ekstrand
2018-02-08
1
-19
/
+29
*
anv/image: Add a helper for determining when fast clears are supported
Jason Ekstrand
2018-02-08
2
-0
/
+83
*
anv/image: Update a comment
Jason Ekstrand
2018-02-08
1
-1
/
+1
*
anv/blorp: Rework HiZ ops to look like MCS and CCS
Jason Ekstrand
2018-02-08
3
-26
/
+34
*
anv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_image
Jason Ekstrand
2018-02-08
1
-16
/
+6
*
anv/blorp: Rework image clear/resolve helpers
Jason Ekstrand
2018-02-08
3
-104
/
+166
*
anv/device: initialize the list of enabled extensions properly
Iago Toral Quiroga
2018-02-06
1
-1
/
+1
*
anv/cmd_buffer: Re-emit the pipeline at every subpass
Jason Ekstrand
2018-01-30
1
-0
/
+11
*
anv/pipeline: lower constant initializers on output variables earlier
Iago Toral Quiroga
2018-01-30
1
-0
/
+5
*
anv/cmd_buffer: Emit PIPE_CONTROL with ISP bit on older platforms.
Rafael Antognolli
2018-01-29
1
-4
/
+2
*
anv/gen10: Emit CS stall and mark push constants dirty.
Rafael Antognolli
2018-01-26
2
-7
/
+12
*
anv/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
2
-0
/
+48
*
anv/pipeline: remove the pipeline layout field from anv_pipeline
Iago Toral Quiroga
2018-01-26
3
-4
/
+0
*
anv/cmd_buffer: add the pipeline layout to the pipeline state
Iago Toral Quiroga
2018-01-26
3
-5
/
+12
*
anv/pipeline: don't take the layout from the pipeline to compile shaders
Iago Toral Quiroga
2018-01-26
4
-25
/
+39
*
anv/descriptor_set: add reference counting for descriptor set layouts
Iago Toral Quiroga
2018-01-26
3
-11
/
+41
*
anv/pipeline: Don't look at blend state unless we have an attachment
Jason Ekstrand
2018-01-26
1
-3
/
+3
*
anv_icd.py: improve reproducible builds
Maxin B. John
2018-01-26
1
-1
/
+1
*
anv: correct a duplicate check in an assert
Grazvydas Ignotas
2018-01-25
1
-1
/
+1
*
anv/cmd_buffer: Move gen7 index buffer state to graphics state
Jason Ekstrand
2018-01-23
2
-13
/
+13
*
anv/cmd_buffer: Move num_workgroups to compute state
Jason Ekstrand
2018-01-23
2
-9
/
+12
*
anv/cmd_buffer: Move dynamic state to graphics state
Jason Ekstrand
2018-01-23
4
-30
/
+33
*
anv/cmd_buffer: Use a temporary variable for dynamic state
Jason Ekstrand
2018-01-23
2
-27
/
+24
*
anv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphics_state
Jason Ekstrand
2018-01-23
4
-7
/
+7
*
anv/cmd_buffer: Move dirty bits into anv_cmd_*_state
Jason Ekstrand
2018-01-23
7
-60
/
+62
*
anv: Separate compute and graphics descriptor sets
Jason Ekstrand
2018-01-23
4
-32
/
+70
*
anv/cmd_buffer: Use anv_descriptor_for_binding for samplers
Jason Ekstrand
2018-01-23
1
-4
/
+2
*
anv/cmd_buffer: Add a helper for binding descriptor sets
Jason Ekstrand
2018-01-23
1
-28
/
+42
*
anv/cmd_buffer: Refactor ensure_push_descriptor_set
Jason Ekstrand
2018-01-23
1
-11
/
+13
*
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
5
-32
/
+74
*
anv/cmd_buffer: Use some pre-existing pipeline temporaries
Jason Ekstrand
2018-01-23
2
-7
/
+5
[next]