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
/
gen8_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/pipeline: Unify graphics_pipeline_create
Jason Ekstrand
2016-11-16
1
-92
/
+0
*
anv/pipline: Re-order state emission and make it consistent
Jason Ekstrand
2016-11-16
1
-3
/
+3
*
anv/pipeline: Rework the 3DSTATE_VF_TOPOLOGY helper
Jason Ekstrand
2016-11-16
1
-11
/
+1
*
anv/pipeline: Move 3DSTATE_PS_EXTRA setup into a helper
Jason Ekstrand
2016-11-16
1
-27
/
+1
*
anv/pipeline: Unify 3DSTATE_WM emission
Jason Ekstrand
2016-11-16
1
-18
/
+1
*
intel/genxml: Make 3DSTATE_WM more consistent across gens
Jason Ekstrand
2016-11-16
1
-4
/
+4
*
anv/pipeline: Unify 3DSTATE_PS emission
Jason Ekstrand
2016-11-16
1
-37
/
+1
*
anv/pipeline: Make emit_3dstate_sbe safe to call without a FS
Jason Ekstrand
2016-11-16
1
-2
/
+1
*
anv/pipeline: Unify 3DSTATE_GS emission
Jason Ekstrand
2016-11-16
1
-62
/
+1
*
anv/pipeline/gen8: Set 3DSTATE_GS::InstanceControl
Jason Ekstrand
2016-11-16
1
-0
/
+1
*
intel/genxml: Make some 3DSTATE_GS fields more consistent
Jason Ekstrand
2016-11-16
1
-1
/
+1
*
anv/pipeline: Unify 3DSTATE_VS emission
Jason Ekstrand
2016-11-16
1
-54
/
+3
*
anv/pipeline/gen8: Enable VS statistics
Jason Ekstrand
2016-11-16
1
-1
/
+1
*
anv/pipeline: Stop claiming to support running without a vertex shader
Jason Ekstrand
2016-11-16
1
-54
/
+44
*
anv/pipeline: Get rid of the kernel pointer fields
Jason Ekstrand
2016-11-16
1
-13
/
+12
*
anv/pipeline: Set correct binding table and sampler counts
Jason Ekstrand
2016-11-16
1
-6
/
+15
*
anv: move to using vk_alloc helpers.
Dave Airlie
2016-10-19
1
-2
/
+2
*
anv: Get rid of graphics_pipeline_create_info_extra
Jason Ekstrand
2016-10-14
1
-9
/
+7
*
anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_data
Anuj Phogat
2016-10-04
1
-0
/
+1
*
anv/gen8_pipeline: Fix typo in semicolon
Anuj Phogat
2016-10-04
1
-1
/
+1
*
anv: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-3
/
+4
*
anv: device: calculate compute thread numbers using subslices numbers
Lionel Landwerlin
2016-09-21
1
-2
/
+4
*
anv/pipeline: Move emit_ms_state() to genX_pipeline_util.h
Anuj Phogat
2016-08-09
1
-40
/
+0
*
anv/pipeline/gen7: Set multisample modes
Lionel Landwerlin
2016-08-08
1
-1
/
+1
*
anv/pipeline/gen7: Set the depth format in 3DSTATE_SF
Jason Ekstrand
2016-08-08
1
-1
/
+2
*
anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8
Jason Ekstrand
2016-08-08
1
-49
/
+0
*
anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable
Jason Ekstrand
2016-08-08
1
-0
/
+1
*
anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable
Jason Ekstrand
2016-08-08
1
-9
/
+2
*
anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state
Jason Ekstrand
2016-08-08
1
-26
/
+27
*
anv/pipeline/gen8: Remove an old comment
Jason Ekstrand
2016-08-08
1
-2
/
+0
*
anv: Perform rasterizer discard in the SOL stage instead of the clipper.
Kenneth Graunke
2016-07-30
1
-0
/
+1
*
anv: Enable per sample shading on gen8+
Anuj Phogat
2016-07-28
1
-3
/
+0
*
anv/pipeline: Fix setting per sample shading in pixel shader
Anuj Phogat
2016-07-28
1
-4
/
+1
*
anv: Unify 3DSTATE_CLIP code across generations.
Kenneth Graunke
2016-07-20
1
-22
/
+3
*
genxml: Add APIMODE_D3D missing enum values and improve consistency.
Kenneth Graunke
2016-07-20
1
-1
/
+1
*
genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mode" enum values.
Kenneth Graunke
2016-07-20
1
-1
/
+1
*
anv/pipeline: Unify blend state setup between gen7 and gen8
Jason Ekstrand
2016-07-15
1
-117
/
+0
*
anv: Use different BOs for different scratch sizes and stages
Jason Ekstrand
2016-06-22
1
-6
/
+12
*
genxml: Make ScratchSpaceBasePointer an address instead of an offset
Jason Ekstrand
2016-06-22
1
-3
/
+12
*
anv: Add proper support for depth clamping
Jason Ekstrand
2016-06-20
1
-3
/
+3
*
anv/pipeline: Store the (set, binding, index) tripple in the bind map
Jason Ekstrand
2016-06-10
1
-2
/
+3
*
anv/pipeline: Add support for early depth stencil
Jason Ekstrand
2016-06-03
1
-1
/
+8
*
anv/pipeline: Silently pass tests if depth or stencil is missing
Jason Ekstrand
2016-06-03
1
-1
/
+3
*
anv/pipeline: Unify gen7/8 emit_ds_state
Jason Ekstrand
2016-06-03
1
-49
/
+0
*
i965/fs: Organize prog_data by ksp number rather than SIMD width
Jason Ekstrand
2016-05-14
1
-5
/
+7
*
anv: s/anv_batch_emit_blk/anv_batch_emit/
Jason Ekstrand
2016-04-20
1
-16
/
+15
*
anv/gen8_pipeline: Use the new emit macro
Jason Ekstrand
2016-04-20
1
-177
/
+191
*
anv: Replace ::disable_scissor with ::use_rectlists
Nanley Chery
2016-04-13
1
-1
/
+1
*
gen{7,8}_pipeline: Always set ViewportXYClipTestEnable
Nanley Chery
2016-04-13
1
-1
/
+1
*
gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictions
Nanley Chery
2016-04-13
1
-2
/
+2
[next]