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
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-1
/
+1
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
intel/compiler: Do image load/store lowering to NIR
Jason Ekstrand
2018-08-29
1
-0
/
+2
*
anv/pipeline: Lower pipeline layouts etc. after linking
Jason Ekstrand
2018-08-17
1
-30
/
+28
*
anv/pipeline: Set tess IO read/written key fields in compile_*
Jason Ekstrand
2018-08-17
1
-9
/
+10
*
anv/pipeline: Use more fields from stage in compile_cs
Jason Ekstrand
2018-08-17
1
-16
/
+21
*
anv: set error in all failure paths
Eric Engestrom
2018-08-09
1
-1
/
+3
*
anv/pipeline: Disable FS dispatch for pointless fragment shaders
Jason Ekstrand
2018-08-03
1
-4
/
+33
*
anv/pipeline: Do cross-stage linking optimizations
Jason Ekstrand
2018-08-02
1
-0
/
+11
*
anv/pipeline: Pull most of the anv_pipeline_compile_* into common code
Jason Ekstrand
2018-08-02
1
-215
/
+92
*
anv/pipeline: Add a separate "link" stage
Jason Ekstrand
2018-08-02
1
-128
/
+193
*
anv/pipeline: Compile to NIR in compile_graphics
Jason Ekstrand
2018-08-02
1
-161
/
+116
*
anv/pipeline: Recompile all shaders if any are missing from the cache
Jason Ekstrand
2018-08-02
1
-4
/
+37
*
anv/pipeline: Drop anv_pipeline_add_compiled_stage
Jason Ekstrand
2018-08-02
1
-17
/
+10
*
anv/pipeline: Pull shader compilation out into a helper.
Jason Ekstrand
2018-08-02
1
-108
/
+120
*
anv/pipeline: Call anv_pipeline_compile_* in a loop
Jason Ekstrand
2018-08-02
1
-26
/
+30
*
anv/pipeline: Hash the entire pipeline in one go
Jason Ekstrand
2018-08-02
1
-53
/
+94
*
anv/pipeline: Populate keys up-front
Jason Ekstrand
2018-08-02
1
-55
/
+60
*
anv/pipline: Add a helper struct for per-stage info
Jason Ekstrand
2018-08-02
1
-94
/
+73
*
anv/pipeline: Add populate_tcs/tes_key helpers
Jason Ekstrand
2018-08-01
1
-3
/
+25
*
anv/pipeline: Rework the parameters to populate_wm_prog_key
Jason Ekstrand
2018-08-01
1
-22
/
+24
*
anv/pipeline: More aggressively optimize away color attachments
Jason Ekstrand
2018-08-01
1
-5
/
+13
*
anv: Restrict the number of color regions to those actually written
Jason Ekstrand
2018-08-01
1
-0
/
+5
*
anv/pipeline: Fix up deref modes if we delete a FS output
Jason Ekstrand
2018-08-01
1
-0
/
+5
*
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2018-07-26
1
-2
/
+2
*
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
2018-07-23
1
-1
/
+1
*
anv/gen9: expose VK_EXT_post_depth_coverage
Ilia Mirkin
2018-07-22
1
-0
/
+1
*
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
[next]