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: Fill holes in the VF VUE to zero
Jason Ekstrand
2018-08-25
1
-1
/
+28
*
intel: decoder: unify MI_BB_START field naming
Lionel Landwerlin
2018-08-24
1
-1
/
+1
*
anv: add VK_EXT_sampler_filter_minmax support
Yunchao He
2018-08-22
4
-0
/
+43
*
anv/icl: Allow headerless sampler messages for pre-emptable contexts
Anuj Phogat
2018-08-21
1
-0
/
+17
*
anv/icl: Disable binding table prefetching
Anuj Phogat
2018-08-21
1
-6
/
+15
*
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/apply_pipeline_layout: Add to the bind map instead of replacing it
Jason Ekstrand
2018-08-17
3
-59
/
+21
*
anv/lower_ycbcr: Use the binding array size for bounds checks
Jason Ekstrand
2018-08-17
1
-6
/
+4
*
anv: drop cast-to-void of used variable
Eric Engestrom
2018-08-16
1
-1
/
+0
*
anv: use safer snprintf() to ensure NULL string-terminator
Eric Engestrom
2018-08-16
1
-1
/
+1
*
intel: various python cleanups
Eric Engestrom
2018-08-16
1
-4
/
+3
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-5
/
+5
*
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
[next]