index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
/
genX_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: drop MAYBE_UNUSED var
Eric Engestrom
2019-07-31
1
-4
/
+1
*
intel: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
anv: fix use of comma operator
Lionel Landwerlin
2019-07-23
1
-1
/
+1
*
anv: Implement "pop-free" clipping
Jason Ekstrand
2019-06-21
1
-2
/
+85
*
anv: Enable the guardband clip test
Jason Ekstrand
2019-06-21
1
-0
/
+1
*
intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8
Kenneth Graunke
2019-05-14
1
-0
/
+5
*
Revert "anv: limit URB reconfigurations when using blorp"
Lionel Landwerlin
2019-04-29
1
-3
/
+3
*
anv: limit URB reconfigurations when using blorp
Lionel Landwerlin
2019-04-19
1
-3
/
+3
*
anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
Jason Ekstrand
2019-04-12
1
-3
/
+23
*
anv: Only set 3DSTATE_PS::VectorMaskEnable on gen8+
Jason Ekstrand
2019-03-14
1
-1
/
+1
*
nir/xfb: adding varyings on nir_xfb_info and gather_info
Alejandro Piñeiro
2019-03-08
1
-4
/
+4
*
anv: advertise 8 subpixel precision bits
Juan A. Suarez Romero
2019-02-22
1
-0
/
+5
*
anv: implement VK_EXT_depth_clip_enable
Lionel Landwerlin
2019-02-20
1
-4
/
+4
*
anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZ
Danylo Piliaiev
2019-02-04
1
-3
/
+20
*
anv: Implement transform feedback queries
Jason Ekstrand
2019-01-22
1
-0
/
+1
*
anv: Implement the basic form of VK_EXT_transform_feedback
Jason Ekstrand
2019-01-22
1
-0
/
+122
*
anv: Always emit at least one vertex element
Jason Ekstrand
2019-01-22
1
-3
/
+1
*
anv: Remove state flush.
Rafael Antognolli
2019-01-17
1
-1
/
+0
*
anv/pipeline: remove unnecessary null-pointer check
Andrii Simiklit
2019-01-09
1
-4
/
+2
*
anv: drop unneeded KHR suffix
Eric Engestrom
2019-01-08
1
-5
/
+5
*
anv/pipeline: Set the correct binding count for compute shaders
Jason Ekstrand
2018-12-12
1
-2
/
+6
*
anv/icl: Disable prefetching of sampler state entries
Anuj Phogat
2018-11-02
1
-9
/
+16
*
anv: Disable dual source blending when shader doesn't support it on gen8+
Danylo Piliaiev
2018-10-30
1
-10
/
+36
*
Revert "anv/skylake: disable ForceThreadDispatchEnable"
Jason Ekstrand
2018-10-26
1
-35
/
+7
*
anv: Fix sanitization of stencil state when the depth test is disabled
Alex Smith
2018-10-26
1
-7
/
+7
*
anv/skylake: disable ForceThreadDispatchEnable
Sergii Romantsov
2018-10-16
1
-7
/
+35
*
anv: Disable the vertex cache when tessellating on SKL GT4
Jason Ekstrand
2018-09-07
1
-1
/
+22
*
anv/pipeline: Only consider double elements which actually exist
Jason Ekstrand
2018-09-06
1
-1
/
+2
*
anv: Fill holes in the VF VUE to zero
Jason Ekstrand
2018-08-25
1
-1
/
+28
*
anv/icl: Disable binding table prefetching
Anuj Phogat
2018-08-21
1
-6
/
+15
*
anv/pipeline: Drop anv_pipeline_add_compiled_stage
Jason Ekstrand
2018-08-02
1
-2
/
+0
*
anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
Jason Ekstrand
2018-07-22
1
-31
/
+22
*
anv/gen9: expose VK_EXT_post_depth_coverage
Ilia Mirkin
2018-07-22
1
-2
/
+8
*
anv/pipeline: Add a per-VB instance divisor
Jason Ekstrand
2018-07-09
1
-6
/
+2
*
anv/pipeline: Use a per-VB struct instead of separate arrays
Jason Ekstrand
2018-07-09
1
-1
/
+1
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
1
-4
/
+4
*
anv: Use a default pipeline cache if none is specified
Jason Ekstrand
2018-07-02
1
-0
/
+8
*
intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaround
Jason Ekstrand
2018-06-28
1
-2
/
+18
*
intel/fs: Add fields to wm_prog_data for SIMD32 dispatch
Jason Ekstrand
2018-06-28
1
-1
/
+1
*
intel/compiler: Add and use helpers for working with KSP indices
Jason Ekstrand
2018-06-28
1
-7
/
+11
*
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
-1
/
+1
*
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
2018-04-19
1
-3
/
+1
*
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
2018-04-19
1
-0
/
+2
*
anv/pipeline: set active_stages early
Caio Marcelo de Oliveira Filho
2018-03-19
1
-0
/
+1
*
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
intel: Drop SURFACE_FORMAT enum from genxml.
Kenneth Graunke
2018-03-05
1
-3
/
+3
*
anv/icl: Don't use DISPATCH_MODE_SIMD4X2
Anuj Phogat
2018-02-16
1
-0
/
+5
*
anv/icl: Don't use SingleVertexDispatch
Anuj Phogat
2018-02-16
1
-0
/
+2
[next]