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
*
genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleMode
Jason Ekstrand
2016-12-06
1
-1
/
+1
*
anv/pipeline: Call nir_lower_constant_initializers
Jason Ekstrand
2016-12-05
1
-0
/
+13
*
Revert "i965: use nir_lower_indirect_derefs() for GLSL"
Jason Ekstrand
2016-12-05
1
-0
/
+10
*
i965: use nir_lower_indirect_derefs() for GLSL
Timothy Arceri
2016-12-05
1
-10
/
+0
*
anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge
Ilia Mirkin
2016-11-30
1
-0
/
+4
*
anv/cmd_buffer: Actually use the stencil dimension
Jason Ekstrand
2016-11-30
1
-1
/
+1
*
anv: Prefer in-tree headers to out-of-tree headers
Ville Syrjälä
2016-11-30
1
-5
/
+11
*
aubinator: Add support for enum types
Kristian H. Kristensen
2016-11-29
2
-40
/
+93
*
intel/genxml: Fix ksp for INTERFACE_DESCRIPTOR_DATA
Kristian H. Kristensen
2016-11-29
2
-4
/
+2
*
intel/genxml: Use enum 3D_Logic_Op_Function where applicable
Kristian H. Kristensen
2016-11-29
5
-56
/
+62
*
intel/genxml: Use blend function and factor enums where applicable
Kristian H. Kristensen
2016-11-29
5
-130
/
+124
*
intel/genxml: Use enum 3D_Vertex_Component_Control where applicable
Kristian H. Kristensen
2016-11-29
5
-20
/
+20
*
intel/genxml: Use enum 3D_Stencil_Operation where applicable
Kristian H. Kristensen
2016-11-29
5
-84
/
+63
*
intel/genxml: Use enum SURFACE_FORMAT where applicable
Kristian H. Kristensen
2016-11-29
5
-10
/
+10
*
intel/genxml: Use enum 3D_Prim_Topo_Type where applicable
Kristian H. Kristensen
2016-11-29
5
-15
/
+15
*
intel/genxml: Use 3D_Compare_Function for gen8+ test functions
Kristian H. Kristensen
2016-11-29
2
-8
/
+8
*
intel/genxml: Emit genxml enums as C enums
Kristian H. Kristensen
2016-11-29
1
-4
/
+4
*
intel/genxml: Remove duplicate COMPAREFUNCTION values
Kristian H. Kristensen
2016-11-29
3
-120
/
+12
*
intel/genxml: Allow referencing enums in type attributes
Kristian H. Kristensen
2016-11-29
1
-0
/
+7
*
anv: Emit cherryview SF state without including gen9_pack.h
Kristian H. Kristensen
2016-11-29
1
-13
/
+23
*
anv: Don't include two different pack headers
Kristian H. Kristensen
2016-11-29
1
-3
/
+5
*
intel/genxml: Move enums above structs
Kristian H. Kristensen
2016-11-29
5
-1726
/
+1726
*
genxml: Add values for Barycentric Interpolation Mode
Kristian H. Kristensen
2016-11-29
5
-5
/
+40
*
anv: remove per-sample shading from TODO
Ilia Mirkin
2016-11-30
1
-1
/
+0
*
anv: clean up VkPhysicalDeviceFeatures list
Ilia Mirkin
2016-11-30
1
-3
/
+3
*
anv: bump the texture gather offset limits
Ilia Mirkin
2016-11-29
1
-2
/
+2
*
anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculation
Jason Ekstrand
2016-11-28
1
-3
/
+6
*
anv/cmd_buffer: Set the correct surface type for depth/stencil
Jason Ekstrand
2016-11-28
1
-2
/
+53
*
anv: enable drawIndirectFirstInstance
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
anv: expose depthBiasClamp, it is already set
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
anv: bump maxFramebufferLayers to 2048
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
anv: enable storage image extended formats
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
anv: expose imageCubeArray functionality
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
radv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
2016-11-29
1
-1
/
+1
*
intel/aubinator: Pull useful information from the AUB header
Jason Ekstrand
2016-11-28
1
-2
/
+32
*
intel/aubinator: Wait to setup decoders until we parse the aub header
Jason Ekstrand
2016-11-28
1
-23
/
+28
*
intel/aubinator: Rework handling of the --gen flag
Jason Ekstrand
2016-11-28
1
-20
/
+16
*
intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADER
Jason Ekstrand
2016-11-28
1
-14
/
+4
*
intel/aubinator: Add a get_offset helper
Jason Ekstrand
2016-11-28
1
-10
/
+19
*
intel/aubinator: Fix the kernel start pointer for 3DSTATE_HS
Jason Ekstrand
2016-11-28
1
-2
/
+2
*
intel/aubinator: Add a get_address helper
Jason Ekstrand
2016-11-28
1
-16
/
+31
*
intel/aubinator: Properly handle batch buffer chaining
Jason Ekstrand
2016-11-28
1
-1
/
+19
*
anv: Fix cache UUID generation.
Kenneth Graunke
2016-11-28
1
-2
/
+2
*
anv: Update the teardown in reverse order of the anv_CreateDevice
Gwan-gyeong Mun
2016-11-28
1
-9
/
+14
*
anv: drop the return type for anv_queue_init()
Gwan-gyeong Mun
2016-11-28
1
-3
/
+1
*
anv: Add missing error-checking to anv_block_pool_init (v2)
Gwan-gyeong Mun
2016-11-28
2
-8
/
+23
*
anv: don't leak memory if anv_init_wsi() fails
Emil Velikov
2016-11-28
1
-2
/
+4
*
anv: don't double-close the same fd
Emil Velikov
2016-11-28
1
-2
/
+1
*
anv: automake: don't generate anv_timestamp.h
Emil Velikov
2016-11-28
2
-8
/
+1
*
anv: Use library mtime for cache UUID.
Emil Velikov
2016-11-28
1
-4
/
+30
[next]