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: set error in all failure paths
Eric Engestrom
2018-08-09
1
-1
/
+3
*
python: Fix rich comparisons
Mathieu Bridon
2018-08-07
1
-2
/
+3
*
anv: add more swapchain formats
Tapani Pälli
2018-08-06
1
-5
/
+11
*
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
2
-19
/
+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
2
-95
/
+74
*
intel/compiler: Add brw_get_compiler_config_value for disk cache
Jordan Justen
2018-08-01
1
-1
/
+2
*
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
*
anv: drop unused local vars
Eric Engestrom
2018-07-26
1
-6
/
+0
*
anv: remove incorrect `UNUSED` flag
Eric Engestrom
2018-07-26
1
-1
/
+1
*
anv: don't crash on vkDestroyDevice(NULL)
Eric Engestrom
2018-07-25
1
-1
/
+3
*
anv: fix python whitespace warning
Eric Engestrom
2018-07-25
1
-1
/
+1
*
anv: cleanup python imports
Eric Engestrom
2018-07-25
2
-3
/
+3
*
anv: remove unnecessary semicolons in python
Eric Engestrom
2018-07-25
1
-3
/
+3
*
i965, anv: Use INTEL_DEBUG for disk_cache driver flags
Jordan Justen
2018-07-24
1
-1
/
+2
*
i965, anv: Add extra unused character in disk_cache renderer temp string
Jordan Justen
2018-07-24
1
-2
/
+2
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
1
-1
/
+1
*
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
2018-07-23
1
-1
/
+1
*
anv: remove unnecessary runtime copy of static string
Eric Engestrom
2018-07-23
1
-2
/
+1
*
anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BIT
Alex Smith
2018-07-23
1
-0
/
+9
*
anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
Jason Ekstrand
2018-07-22
1
-31
/
+22
*
anv: Properly handle GetImageSubresourceLayout on complex images
Jason Ekstrand
2018-07-22
1
-7
/
+16
*
anv/gen9: expose VK_EXT_post_depth_coverage
Ilia Mirkin
2018-07-22
3
-2
/
+10
*
intel/blorp: Take an explicit filter parameter in blorp_blit
Jason Ekstrand
2018-07-18
1
-8
/
+26
*
anv: give more room to debug report
Caio Marcelo de Oliveira Filho
2018-07-18
1
-2
/
+2
*
anv: avoid warning when switching in VkStructureType
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+2
*
anv: fix assert in anv_CmdBindDescriptorSets()
Samuel Iglesias Gonsálvez
2018-07-18
1
-1
/
+1
*
anv/android: Fix type error in call to vk_errorf()
Chad Versace
2018-07-11
1
-1
/
+1
*
anv,radv: Add support for VK_KHR_get_display_properties2
Jason Ekstrand
2018-07-09
2
-0
/
+57
*
anv/icl: Don't set float blend optimization bit in CACHE_MODE_SS
Anuj Phogat
2018-07-09
1
-12
/
+0
*
anv: Implement VK_EXT_vertex_attribute_divisor
Jason Ekstrand
2018-07-09
3
-0
/
+21
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
4
-12
/
+20
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
4
-8
/
+11
*
anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
Jose Maria Casanova Crespo
2018-07-10
3
-0
/
+13
*
anv: Add support for VK_KHR_create_renderpass2
Jason Ekstrand
2018-07-09
3
-0
/
+165
[next]