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: 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
*
anv: set right datatypes in anv_pipeline_binding
Juan A. Suarez Romero
2017-08-30
1
-1
/
+1
*
anv: Use GNU C empty brace initializer
Matt Turner
2017-08-29
1
-10
/
+10
*
anv,i965: Move CS shared lowering into anv
Jason Ekstrand
2017-08-24
1
-0
/
+5
*
anv: Advertise support for VK_KHR_variable_pointers
Jason Ekstrand
2017-07-18
1
-0
/
+1
*
anv/pipeline: do not use BITFIELD64_BIT()
Juan A. Suarez Romero
2017-07-14
1
-1
/
+1
*
anv/pipeline: use unsigned long long constant to check enable vertex inputs
Juan A. Suarez Romero
2017-07-14
1
-1
/
+1
*
anv: merge tessellation's primitive mode in merge_tess_info()
Samuel Iglesias Gonsálvez
2017-07-03
1
-0
/
+4
*
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
2017-05-09
1
-3
/
+0
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-17
/
+17
*
anv: Enable VK_KHX_multiview and SPV_KHR_multiview
Jason Ekstrand
2017-05-03
1
-0
/
+1
*
anv/pipeline: Add shader lowering for multiview
Jason Ekstrand
2017-05-03
1
-0
/
+7
*
anv/pipeline: Add a subpass field to anv_pipeline
Jason Ekstrand
2017-05-03
1
-5
/
+7
*
anv/pipeline: Call nir_gather_info later
Jason Ekstrand
2017-05-03
1
-2
/
+2
*
anv: Move shader hashing to anv_pipeline
Jason Ekstrand
2017-05-03
1
-12
/
+46
*
anv/pipeline: make FragCoord include sample positions when sample shading
Iago Toral Quiroga
2017-03-24
1
-8
/
+18
*
nir/lower_wpos_center: support adding sample position to fragment coordinate
Iago Toral Quiroga
2017-03-24
1
-1
/
+1
*
anv: improve error reporting when creating pipelines
Iago Toral Quiroga
2017-03-16
1
-0
/
+1
[next]