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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/blorp: Add support for vertex shaders
Jason Ekstrand
2016-11-16
3
-6
/
+82
*
intel/blorp: Use an actual chunk of vertex buffer for the VUE header
Jason Ekstrand
2016-11-16
1
-33
/
+34
*
blorp/exec: Use uint32_t for copying varying data
Jason Ekstrand
2016-11-16
1
-2
/
+2
*
intel/blorp: Handle NIR clear inputs the same way as blit inputs
Jason Ekstrand
2016-11-16
3
-11
/
+17
*
intel/blorp: Remove NIR support for uniforms
Jason Ekstrand
2016-11-16
1
-23
/
+1
*
intel/blorp: Add a shader type to make keys more unique
Jason Ekstrand
2016-11-16
3
-7
/
+18
*
intel/blorp: Make the number of samples an explicit parameter
Jason Ekstrand
2016-11-16
5
-9
/
+19
*
anv/cmd_buffer: Stop relying on the framebuffer for 3DSTATE_SF on gen7
Jason Ekstrand
2016-11-16
1
-11
/
+32
*
anv: Rework the way render target surfaces are allocated
Jason Ekstrand
2016-11-16
4
-126
/
+180
*
anv/cmd_buffer: Expose add_surface_state_reloc as an inline helper
Jason Ekstrand
2016-11-16
2
-15
/
+17
*
anv/cmd_buffer: Use the surface state alloc helper in null_surface_state
Jason Ekstrand
2016-11-16
1
-1
/
+1
*
anv: Add a helper for doing buffer copies with nothing but VF and SOL.
Jason Ekstrand
2016-11-16
3
-0
/
+239
*
intel/genxml: Add SO_WRITE_OFFSET registers for gen7-9
Jason Ekstrand
2016-11-16
4
-0
/
+64
*
intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_device
Jason Ekstrand
2016-11-16
5
-31
/
+44
*
anv/pipeline: Use get_scratch_space/address for compute shaders
Jason Ekstrand
2016-11-16
1
-9
/
+7
*
anv: Move INTERFACE_DESCRIPTOR_DATA setup to the pipeline
Jason Ekstrand
2016-11-16
3
-27
/
+38
*
anv/pipeline: Roll genX_pipeline_util.h into genX_pipeline.c
Jason Ekstrand
2016-11-16
3
-1296
/
+1266
*
anv/pipeline: Unify graphics_pipeline_create
Jason Ekstrand
2016-11-16
5
-213
/
+80
*
anv/pipline: Re-order state emission and make it consistent
Jason Ekstrand
2016-11-16
2
-8
/
+5
*
anv/pipeline: Rework the 3DSTATE_VF_TOPOLOGY helper
Jason Ekstrand
2016-11-16
2
-11
/
+9
*
anv/pipeline: Move 3DSTATE_PS_EXTRA setup into a helper
Jason Ekstrand
2016-11-16
2
-27
/
+33
*
anv/pipeline: Unify 3DSTATE_WM emission
Jason Ekstrand
2016-11-16
3
-70
/
+55
*
intel/genxml: Make 3DSTATE_WM more consistent across gens
Jason Ekstrand
2016-11-16
8
-22
/
+52
*
anv/pipeline: Unify 3DSTATE_PS emission
Jason Ekstrand
2016-11-16
3
-102
/
+72
*
anv/pipeline/gen7: Properly set 3DSTATE_PS::DualSourceBlendEnable
Jason Ekstrand
2016-11-16
1
-1
/
+1
*
intel/genxml: Make some 3DSTATE_PS fields more consistent
Jason Ekstrand
2016-11-16
5
-16
/
+16
*
anv/pipeline: Make emit_3dstate_sbe safe to call without a FS
Jason Ekstrand
2016-11-16
3
-6
/
+10
*
anv/pipeline: Unify 3DSTATE_GS emission
Jason Ekstrand
2016-11-16
3
-109
/
+75
*
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
7
-14
/
+14
*
anv/pipeline: Unify 3DSTATE_VS emission
Jason Ekstrand
2016-11-16
3
-82
/
+89
*
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
2
-83
/
+69
*
intel/genxml: Make some VS/GS fields consistent across gens
Jason Ekstrand
2016-11-16
4
-12
/
+12
*
anv/pipeline: Get rid of the kernel pointer fields
Jason Ekstrand
2016-11-16
7
-56
/
+27
*
anv/pipeline: Set correct binding table and sampler counts
Jason Ekstrand
2016-11-16
3
-8
/
+49
*
intel/blorp: Use designated initializers in surf_convert_to_single_slice
Jordan Justen
2016-11-15
1
-16
/
+13
*
i965: Consolidate GEN9 LP definition
Ben Widawsky
2016-11-15
1
-80
/
+42
*
i965/glk: Add basic Geminilake support
Ben Widawsky
2016-11-15
1
-0
/
+46
*
isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa
Jordan Justen
2016-11-15
1
-1
/
+1
*
intel: Set min_ds_entries on Broxton.
Kenneth Graunke
2016-11-15
1
-0
/
+2
*
anv/format: handle unsupported formats earlier
Iago Toral Quiroga
2016-11-15
1
-3
/
+3
*
anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
Lionel Landwerlin
2016-11-14
1
-2
/
+2
*
anv/format: support VK_FORMAT_R8G8B8_SRGB
Iago Toral Quiroga
2016-11-14
1
-1
/
+1
*
anv/format: handle unsupported formats properly
Iago Toral Quiroga
2016-11-14
1
-0
/
+3
*
anv: use STATIC_ASSERT instead of static_assert
Tapani Pälli
2016-11-11
1
-2
/
+2
*
vulkan: import latest public vulkan headers + and fix drivers.
Dave Airlie
2016-11-11
1
-1
/
+1
*
anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4
Jason Ekstrand
2016-11-10
1
-0
/
+6
*
anv/cmd_buffer: Take a command buffer instead of a batch in two helpers
Jason Ekstrand
2016-11-10
1
-8
/
+8
*
anv/device: Implicitly unmap memory objects in FreeMemory
Jason Ekstrand
2016-11-09
1
-0
/
+9
[next]