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
*
meson: Don't build intel shared components by default
Dylan Baker
2017-11-13
3
-5
/
+0
*
aubinator: Don't skip the first field in each subgroup
Jason Ekstrand
2017-11-13
1
-2
/
+3
*
intel/genxml: Delete empty groups
Jason Ekstrand
2017-11-13
4
-8
/
+0
*
anv: Don't crash on invalid heap sizes when the PCI ID is overriden
Jason Ekstrand
2017-11-13
1
-0
/
+12
*
intel/tools: Fix detection of enabled shader stages.
Kenneth Graunke
2017-11-12
1
-1
/
+1
*
autotools: Set C++ visibility flags on Intel
Dylan Baker
2017-11-10
1
-0
/
+3
*
anv/meson: Generate dev_icd.json
Chad Versace
2017-11-09
1
-0
/
+12
*
anv: Fix architecture in intel_icd.{arch}.json
Chad Versace
2017-11-09
1
-1
/
+1
*
anv: Refactor anv_GetImageSubresourceLayout()
Chad Versace
2017-11-09
1
-21
/
+11
*
anv/image: Refactor choice of isl_tiling_flags_t
Chad Versace
2017-11-09
1
-13
/
+31
*
anv: Refactor anv_get_format_plane() - explicit unsupported
Chad Versace
2017-11-09
1
-4
/
+4
*
anv: Remove anv_physical_device_get_format_properties()
Chad Versace
2017-11-09
1
-23
/
+13
*
anv: Simplify anv_physical_device_get_format_properties()
Chad Versace
2017-11-09
1
-16
/
+9
*
anv: Simplify anv_get_image_format_properties()
Chad Versace
2017-11-09
1
-14
/
+3
*
anv: Rename get_image_format_properties()
Chad Versace
2017-11-09
1
-12
/
+12
*
anv: Fix get_image_format_properties() - YCbCr
Chad Versace
2017-11-09
1
-46
/
+40
*
anv: Fix get_image_format_properties() - 3-channel formats
Chad Versace
2017-11-09
1
-19
/
+15
*
anv: Refactor get_image_format_properties() - Reduce params
Chad Versace
2017-11-09
1
-11
/
+21
*
anv: Refactor get_image_format_properties() - base_isl_format
Chad Versace
2017-11-09
1
-3
/
+4
*
anv: Refactor get_image_format_properties() - plane_format
Chad Versace
2017-11-09
1
-8
/
+8
*
anv: Refactor get_image_format_properties() - ASTC
Chad Versace
2017-11-09
1
-4
/
+5
*
anv: Refactor get_image_format_properties() - depthstencil (v2)
Chad Versace
2017-11-09
1
-16
/
+31
*
anv: Better types for 'aspect' function params
Chad Versace
2017-11-09
3
-13
/
+5
*
anv: Refactor get_buffer_format_properties()
Chad Versace
2017-11-09
1
-15
/
+29
*
anv: fix build failure
Nicolai Hähnle
2017-11-09
1
-2
/
+2
*
intel/nir: Use the correct indirect lowering masks in link_shaders
Jason Ekstrand
2017-11-08
1
-6
/
+4
*
mesa: Add new fast mtx_t mutex type for basic use cases
Timothy Arceri
2017-11-09
1
-23
/
+1
*
intel/nir: Break the linking code into a helper in brw_nir.c
Jason Ekstrand
2017-11-08
2
-0
/
+36
*
intel/nir: Add a helper for getting the NoIndirect mask
Jason Ekstrand
2017-11-08
1
-14
/
+19
*
automake: intel: correctly append to the LIBADD variable
Emil Velikov
2017-11-08
1
-1
/
+1
*
intel/fs/nir: Return Q types from brw_reg_type_for_bit_size
Jason Ekstrand
2017-11-07
1
-2
/
+2
*
intel/fs/nir: Use Q immediates for load_const on gen8+
Jason Ekstrand
2017-11-07
1
-3
/
+11
*
intel/fs/nir: Setup immediates based on type in i2b and f2b
Jason Ekstrand
2017-11-07
1
-1
/
+2
*
intel/reg: Add helpers for 64-bit integer immediates
Jason Ekstrand
2017-11-07
1
-0
/
+18
*
nir,intel/compiler: Use a fixed subgroup size
Jason Ekstrand
2017-11-07
2
-4
/
+2
*
nir/lower_subgroups: Lower ballot intrinsics to the specified bit size
Jason Ekstrand
2017-11-07
2
-1
/
+1
*
nir: Add a new subgroups lowering pass
Jason Ekstrand
2017-11-07
2
-4
/
+7
*
intel/fs: Don't use automatic exec size inference
Jason Ekstrand
2017-11-07
1
-3
/
+9
*
intel/fs: Explicitly set EXECUTE_1 where needed
Jason Ekstrand
2017-11-07
4
-9
/
+15
*
intel/eu: Explicitly set EXECUTE_1 where needed
Jason Ekstrand
2017-11-07
1
-0
/
+9
*
intel/eu: Make automatic exec sizes a configurable option
Jason Ekstrand
2017-11-07
3
-14
/
+29
*
intel/fs: Rework zero-length URB write handling
Jason Ekstrand
2017-11-07
1
-29
/
+31
*
intel/compiler/fs: Set up subgroup invocation as a system value
Jason Ekstrand
2017-11-07
1
-13
/
+21
*
intel/cs: Push subgroup ID instead of base thread ID
Jason Ekstrand
2017-11-07
7
-30
/
+36
*
intel/cs: Re-run final NIR optimizations for each SIMD size
Jason Ekstrand
2017-11-07
1
-41
/
+69
*
intel/compiler: Move the destructor from vec4_visitor to backend_shader
Jason Ekstrand
2017-11-07
4
-5
/
+5
*
i965/fs: Get rid of the early return in brw_compile_cs
Jason Ekstrand
2017-11-07
1
-13
/
+14
*
intel/cs: Rework the way thread local ID is handled
Jason Ekstrand
2017-11-07
5
-46
/
+29
*
intel/fs: Mark 64-bit values as being contiguous
Jason Ekstrand
2017-11-07
1
-1
/
+4
*
intel/cs: Ignore runtime_check_aads_emit for CS
Jason Ekstrand
2017-11-07
1
-2
/
+1
[next]