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_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Implement VK_EXT_vertex_attribute_divisor
Jason Ekstrand
2018-07-09
1
-0
/
+12
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
1
-0
/
+16
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
1
-3
/
+3
*
anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
1
-0
/
+1
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
1
-2
/
+2
*
anv: Add device-level helpers for searching for and uploading kernels
Jason Ekstrand
2018-07-02
1
-79
/
+48
*
anv/pipeline: Stop optimizing for not having a cache
Jason Ekstrand
2018-07-02
1
-34
/
+31
*
anv: Add support for shader constant data to the pipeline cache
Jason Ekstrand
2018-07-02
1
-0
/
+16
*
i965: Add plumbing for shader time in 32-wide FS dispatch mode.
Francisco Jerez
2018-06-28
1
-1
/
+1
*
anv/pipeline: Convert apply_pipeline_layout to deref instructions
Jason Ekstrand
2018-06-22
1
-3
/
+0
*
anv/pipeline: Convert YCbCr lowering to deref instructiosn
Jason Ekstrand
2018-06-22
1
-3
/
+3
*
anv/pipeline: Convert lower_input_attachments to deref instructions
Jason Ekstrand
2018-06-22
1
-3
/
+3
*
anv/pipeline: Do less deref instruction lowering
Jason Ekstrand
2018-06-22
1
-2
/
+3
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-2
/
+3
*
spirv: Use NIR per-member splitting
Jason Ekstrand
2018-06-22
1
-0
/
+6
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
anv: enable VK_EXT_shader_stencil_export
Gustavo Lima Chaves
2018-06-08
1
-0
/
+1
*
anv: ignore pColorBlendState if all color attachments of the subpass are unused
Samuel Iglesias Gonsálvez
2018-05-09
1
-2
/
+12
*
anv/pipeline: support SpvCapabilityInt16 in gen8+
Iago Toral Quiroga
2018-05-03
1
-0
/
+1
*
anv: enable VK_EXT_shader_viewport_index_layer
Caio Marcelo de Oliveira Filho
2018-04-26
1
-0
/
+1
*
anv/pipeline: Lower more constant initializers earlier
Jason Ekstrand
2018-04-09
1
-7
/
+5
*
anv/pipeline: set active_stages early
Caio Marcelo de Oliveira Filho
2018-03-19
1
-3
/
+9
*
anv/pipeline: fail if TCS/TES compile fail
Caio Marcelo de Oliveira Filho
2018-03-19
1
-7
/
+9
*
anv: Add support for SPIR-V 1.3 subgroup operations
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
anv: Trivially implement VK_KHR_device_group
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
anv: Implement vkCmdDispatchBase
Jason Ekstrand
2018-03-07
1
-0
/
+2
*
anv/pipeline: lower constant initializers on output variables earlier
Iago Toral Quiroga
2018-01-30
1
-0
/
+5
*
anv/pipeline: remove the pipeline layout field from anv_pipeline
Iago Toral Quiroga
2018-01-26
1
-2
/
+0
*
anv/pipeline: don't take the layout from the pipeline to compile shaders
Iago Toral Quiroga
2018-01-26
1
-19
/
+31
*
i965: Drop support for the legacy SNORM -> Float equation.
Kenneth Graunke
2018-01-02
1
-1
/
+1
*
anv: fix bug when using component qualifier in FS outputs
Samuel Iglesias Gonsálvez
2017-12-12
1
-19
/
+44
*
anv: Enable UBO pushing
Jason Ekstrand
2017-12-08
1
-0
/
+6
*
anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBO
Alejandro Piñeiro
2017-12-06
1
-0
/
+1
*
anv: Add support for the variablePointers feature
Jason Ekstrand
2017-12-05
1
-3
/
+2
*
spirv: Convert the supported_extensions struct to spirv_options
Jason Ekstrand
2017-12-02
1
-9
/
+11
*
intel/compiler: Remove final_program_size from brw_compile_*
Jordan Justen
2017-10-31
1
-11
/
+12
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
anv/pipeline: Dump shader immedately after spirv_to_nir
Jason Ekstrand
2017-10-25
1
-0
/
+15
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-1
/
+1
*
anv/pipeline: Refactor setup of the prog_data::param array
Jason Ekstrand
2017-10-12
1
-14
/
+9
*
anv/pipeline: Grow the param array for images
Jason Ekstrand
2017-10-12
1
-6
/
+1
*
anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZE
Jason Ekstrand
2017-10-12
1
-4
/
+2
*
intel/cs: Grow prog_data::param on-demand for thread_local_id_index
Jason Ekstrand
2017-10-12
1
-4
/
+0
*
anv/pipeline: Ralloc prog_data::param of the compile mem_ctx
Jason Ekstrand
2017-10-12
1
-2
/
+1
*
anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compile
Jason Ekstrand
2017-10-12
1
-33
/
+39
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
1
-5
/
+4
*
anv/pipeline: Declare bind maps closer to their use
Jason Ekstrand
2017-10-12
1
-12
/
+6
*
anv: add nir lowering pass for ycbcr textures
Lionel Landwerlin
2017-10-06
1
-0
/
+2
[next]