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
*
isl: render target cube maps should be handled as 2D images, not cubes
Iago Toral Quiroga
2017-01-09
1
-4
/
+6
*
anv: don't skip the VUE header if we are reading gl_Layer in a fragment shader
Iago Toral Quiroga
2017-01-09
1
-4
/
+16
*
anv: enable shaderFloat64 feature
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+1
*
anv: enable float64 feature on supported platforms
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+5
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
1
-6
/
+40
*
isl: fix VA64 support for double and dvecN vertex attributes
Samuel Iglesias Gonsálvez
2017-01-09
2
-6
/
+6
*
anv/pipeline: get map for double input attributes
Juan A. Suarez Romero
2017-01-09
1
-0
/
+1
*
spirv: add support for doubles to OpSpecConstant
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+4
*
anv/pipeline: Call NIR passes using NIR_PASS_V
Jason Ekstrand
2017-01-07
1
-31
/
+15
*
anv/pipeline: Only call remove_dead_variables once
Jason Ekstrand
2017-01-07
1
-3
/
+3
*
anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8
Jason Ekstrand
2017-01-06
1
-2
/
+2
*
isl: Mark A4B4G4R4_UNORM as supported on gen8
Jason Ekstrand
2017-01-06
1
-1
/
+4
*
anv: fix multiple creation with internal failure
Lionel Landwerlin
2017-01-05
1
-18
/
+20
*
spirv: compute push constant access offset & range
Lionel Landwerlin
2017-01-04
1
-1
/
+0
*
anv,radv: disable StorageImageWriteWithoutFormat for now
Ilia Mirkin
2016-12-31
1
-1
/
+1
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
1
-2
/
+1
*
anv: add support for extended texture gather
Ilia Mirkin
2016-12-29
2
-2
/
+1
*
spirv: add interface for drivers to define support extensions.
Dave Airlie
2016-12-28
1
-1
/
+1
*
anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0
Chad Versace
2016-12-27
1
-1
/
+8
*
anv: return count of queue families written
Damien Grassart
2016-12-27
1
-0
/
+2
*
intel/blorp_blit: Fix max blit size for gen6
Jordan Justen
2016-12-26
1
-2
/
+3
*
i965: use nir_lower_indirect_derefs() for GLSL
Timothy Arceri
2016-12-23
1
-10
/
+0
*
anv: Fix uniform and storage buffer offset alignment limits.
Francisco Jerez
2016-12-16
1
-2
/
+2
*
genxml: Make Gen8 3DSTATE_DS SIMD8 enable work like Gen9+.
Kenneth Graunke
2016-12-14
1
-1
/
+4
*
genxml: Rename "DS Function Enable" to "Function Enable".
Kenneth Graunke
2016-12-14
2
-2
/
+2
*
anv: Reject VkMemoryAllocateInfo::allocationSize == 0
Chad Versace
2016-12-14
1
-5
/
+2
*
intel/aubinator: fix 32bit shift overflow warning
Grazvydas Ignotas
2016-12-11
1
-1
/
+1
*
anv: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-11
2
-2
/
+3
*
anv: Clean up some unused variables
Edward O'Callaghan
2016-12-10
1
-15
/
+0
*
intel/blorp_blit: Add split_blorp_blit_debug switch
Jordan Justen
2016-12-07
1
-3
/
+9
*
intel/blorp_blit: Enable splitting large blorp blits
Jordan Justen
2016-12-07
1
-1
/
+40
*
intel/blorp_blit: Move RGB=>R conversion to follow blit splitting
Jordan Justen
2016-12-07
1
-48
/
+65
*
intel/blorp_blit: Adjust blorp surface parameters for split blits
Jordan Justen
2016-12-07
1
-3
/
+94
*
intel/blorp_blit: Split blorp blits if they are too large
Jordan Justen
2016-12-07
1
-6
/
+96
*
intel/blorp_blit: Create structure for src & dst coordinates
Jordan Justen
2016-12-07
1
-19
/
+56
*
anv/TODO: Document sampling from HiZ
Nanley Chery
2016-12-06
1
-0
/
+1
*
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
[next]