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: enable VK_KHR_shader_float_controls and SPV_KHR_float_controls
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+1
*
intel/fs: Drop the gl_program from fs_visitor
Jason Ekstrand
2019-08-25
1
-2
/
+2
*
anv: Implement VK_KHR_pipeline_executable_properties
Jason Ekstrand
2019-08-12
1
-4
/
+272
*
anv: Add a ralloc context to anv_pipeline
Jason Ekstrand
2019-08-12
1
-0
/
+5
*
anv: Force a full re-compile when CAPTURE_INTERNAL_REPRESENTATION_TEXT is set
Jason Ekstrand
2019-08-12
1
-57
/
+72
*
anv/pipeline: Split setting up per-stage keys into its own loop
Jason Ekstrand
2019-08-12
1
-3
/
+8
*
anv: Record shader compile stats in the pipeline cache
Jason Ekstrand
2019-08-12
1
-6
/
+25
*
anv/pipeline: Stash generated code in the pipeline stage
Jason Ekstrand
2019-08-12
1
-42
/
+47
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-6
/
+7
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-2
/
+0
*
anv: use derefs for shared memory access
Rhys Perry
2019-08-08
1
-4
/
+19
*
anv: Implement VK_EXT_line_rasterization
Jason Ekstrand
2019-08-06
1
-0
/
+10
*
anv: Use dirty bits for dynamic state tracking
Jason Ekstrand
2019-08-06
1
-11
/
+13
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
1
-1
/
+2
*
anv: Implement VK_EXT_subgroup_size_control
Jason Ekstrand
2019-07-24
1
-2
/
+34
*
anv/pipeline: Plumb pipeline shader stage create flags
Jason Ekstrand
2019-07-24
1
-12
/
+21
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
1
-0
/
+2
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-6
/
+13
*
anv: Advertise VK_EXT_shader_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
1
-0
/
+1
*
radv: Make FragCoord a sysval
Connor Abbott
2019-07-08
1
-1
/
+1
*
anv,nir: Move lower_input_attachments pass from ANV to NIR.
Daniel Schürmann
2019-07-08
1
-1
/
+1
*
anv: Fix wrong printf formatter
Kenneth Graunke
2019-06-19
1
-1
/
+1
*
anv: write spirv-nir logs back to the application
Lionel Landwerlin
2019-06-19
1
-0
/
+35
*
anv/pipeline: Move lowering of nir_var_mem_global later
Caio Marcelo de Oliveira Filho
2019-06-05
1
-3
/
+3
*
intel/nir: Take nir_shader*s in brw_nir_link_shaders
Jason Ekstrand
2019-06-05
1
-4
/
+4
*
intel/nir: Stop returning the shader from helpers
Jason Ekstrand
2019-06-05
1
-1
/
+1
*
anv: Advertise support for VK_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
1
-0
/
+2
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
1
-2
/
+1
*
anv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-20
1
-2
/
+2
*
spirv, radv, anv: Replace ptr_type with addr_format
Caio Marcelo de Oliveira Filho
2019-05-20
1
-7
/
+11
*
anv: Only consider minSampleShading when sampleShadingEnable is set
Jason Ekstrand
2019-05-17
1
-2
/
+2
*
anv: fix alphaToCoverage when there is no color attachment
Samuel Iglesias Gonsálvez
2019-05-07
1
-10
/
+33
*
anv: enable descriptor indexing capabilities
Juan A. Suarez Romero
2019-04-30
1
-0
/
+2
*
anv/nir: Add a central helper for figuring out SSBO address formats
Jason Ekstrand
2019-04-19
1
-19
/
+5
*
anv: Implement VK_EXT_descriptor_indexing
Jason Ekstrand
2019-04-19
1
-0
/
+9
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
1
-0
/
+1
*
anv: Implement SSBOs bindings with GPU addresses in the descriptor BO
Jason Ekstrand
2019-04-19
1
-6
/
+26
*
anv: Add a has_a64_buffer_access to anv_physical_device
Jason Ekstrand
2019-04-19
1
-2
/
+1
*
anv/pipeline: support Float16 and Int8 SPIR-V capabilities in gen8+
Iago Toral Quiroga
2019-04-18
1
-0
/
+2
*
anv: Implement VK_NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+1
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
1
-2
/
+9
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
1
-0
/
+2
*
anv: implement VK_EXT_pipeline_creation_feedback
Lionel Landwerlin
2019-03-20
1
-3
/
+84
*
nir: Rename nir_address_format_vk_index_offset to not be vk
Jason Ekstrand
2019-03-15
1
-1
/
+1
*
anv: add support for dumping shader info via VK_EXT_debug_report
Timothy Arceri
2019-03-11
1
-11
/
+17
*
anv/pipeline: Move lower_explicit_io much later
Jason Ekstrand
2019-03-08
1
-3
/
+5
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
1
-1
/
+1
*
anv/pipeline: Drop anv_fill_binding_table
Jason Ekstrand
2019-03-04
1
-26
/
+0
*
anv: Use an actual binding for gl_NumWorkgroups
Jason Ekstrand
2019-03-04
1
-1
/
+7
*
anv: implement VK_EXT_depth_clip_enable
Lionel Landwerlin
2019-02-20
1
-0
/
+10
[next]