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/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8
Jason Ekstrand
2016-08-08
3
-91
/
+62
*
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
*
genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+
Jason Ekstrand
2016-08-08
1
-2
/
+2
*
anv/pipeline/gen8: Remove an old comment
Jason Ekstrand
2016-08-08
1
-2
/
+0
*
anv/gen7_pipeline: Set PixelShaderKillPixel for discards
Nanley Chery
2016-08-05
1
-0
/
+1
*
anv: Perform rasterizer discard in the SOL stage instead of the clipper.
Kenneth Graunke
2016-07-30
4
-3
/
+12
*
anv: Enable per sample shading on gen8+
Anuj Phogat
2016-07-28
2
-4
/
+1
*
anv/pipeline: Fix setting per sample shading in pixel shader
Anuj Phogat
2016-07-28
1
-4
/
+1
*
anv/pipeline: Set up point coord enables
Jason Ekstrand
2016-07-22
1
-0
/
+5
*
anv/image: Assert that the image format is actually supported
Jason Ekstrand
2016-07-22
1
-2
/
+5
*
anv/pipeline: Set binding_table.gather_texture_start
Jason Ekstrand
2016-07-22
1
-0
/
+1
*
anv: Properly call gen75_emit_state_base_address on Haswell.
Kenneth Graunke
2016-07-20
1
-1
/
+1
*
anv: Unify 3DSTATE_CLIP code across generations.
Kenneth Graunke
2016-07-20
3
-43
/
+41
*
anv: Enable early culling on Gen7.
Kenneth Graunke
2016-07-20
1
-0
/
+1
*
anv: Fix near plane clipping on Gen7/7.5.
Kenneth Graunke
2016-07-20
1
-1
/
+1
*
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
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
3
-6
/
+6
*
anv: Handle VK_WHOLE_SIZE properly for buffer views
Jason Ekstrand
2016-07-15
1
-3
/
+4
*
anv: Add an align_down_npot_u32 helper
Jason Ekstrand
2016-07-15
1
-0
/
+6
*
anv: Enable independentBlend on gen7
Jason Ekstrand
2016-07-15
1
-1
/
+1
*
anv/pipeline: Unify blend state setup between gen7 and gen8
Jason Ekstrand
2016-07-15
3
-190
/
+136
*
genxml: Make gen6-7 blending look more like gen8
Jason Ekstrand
2016-07-15
1
-12
/
+13
*
anv/blit2d: Copy with stencil sources when needed
Nanley Chery
2016-07-15
1
-3
/
+14
*
anv/image: Fix initialization of the ISL tiling
Nanley Chery
2016-07-15
2
-4
/
+14
*
anv/device: Fix max buffer range limits
Nanley Chery
2016-07-15
1
-2
/
+6
*
anv/cmd_buffer: Simplify range member assignment
Nanley Chery
2016-07-15
1
-4
/
+2
*
anv/cmd_buffer: Remove unused variable
Nanley Chery
2016-07-15
1
-2
/
+1
*
anv/descriptor_set: Fix binding partly undefined descriptor sets
Nanley Chery
2016-07-15
1
-0
/
+5
*
anv: Add a stub for CmdCopyQueryPoolResults on Ivy Bridge
Jason Ekstrand
2016-07-13
1
-0
/
+13
*
isl: Kill off isl_format_layout::bs
Jason Ekstrand
2016-07-13
2
-4
/
+4
*
isl: Use bpb in a few places where it's more natural than bs
Jason Ekstrand
2016-07-13
1
-2
/
+2
*
isl: Change the physical size of a W-tile to 128x32
Jason Ekstrand
2016-07-13
2
-7
/
+2
*
anv/pipeline: Assert that the number of uniforms from NIR fits
Jason Ekstrand
2016-07-13
1
-0
/
+1
*
anv/dump: Fix post-blit memory barrier
Chad Versace
2016-07-09
1
-2
/
+2
*
anv/dump: Fix vkCmdPipelineBarrier flags
Chad Versace
2016-07-09
1
-1
/
+1
*
anv/dump: Add support for dumping framebuffers
Jason Ekstrand
2016-07-09
3
-0
/
+158
*
anv/dump: Add a barrier for the source image
Jason Ekstrand
2016-07-09
1
-0
/
+22
*
anv/dump: Refactor the guts into helpers
Jason Ekstrand
2016-07-09
1
-85
/
+139
*
anv/dump: Use anv_minify instead of hand-rolling it
Jason Ekstrand
2016-07-09
1
-5
/
+4
*
anv/dump: Take an aspect in dump_image_to_ppm
Jason Ekstrand
2016-07-09
2
-3
/
+10
*
anv: gitignore anv_timestamp.h
Chad Versace
2016-07-06
1
-0
/
+1
*
anv: vulkan: remove the anv_device.$(OBJEXT) rule
Emil Velikov
2016-07-06
2
-4
/
+3
*
anv: automake: indent with tabs and not spaces
Emil Velikov
2016-07-05
1
-4
/
+4
*
anv: use cache uuid based on the build timestamp.
Emil Velikov
2016-07-05
2
-3
/
+11
*
anv/wsi: create swapchain images using specified image usage
Lionel Landwerlin
2016-07-04
2
-4
/
+9
*
anv: Add anv_render_pass_attachment::store_op
Chad Versace
2016-06-23
2
-2
/
+2
*
anv: Use different BOs for different scratch sizes and stages
Jason Ekstrand
2016-06-22
7
-55
/
+32
[prev]
[next]