index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/tools: use device info initializer
Mark Janes
2019-08-01
1
-22
/
+3
*
anv: use initialization routine for gen_device_info
Mark Janes
2019-08-01
1
-15
/
+7
*
i965: Move device info initialization to common code
Mark Janes
2019-08-01
2
-0
/
+137
*
intel/common: provide common ioctl routine
Mark Janes
2019-08-01
2
-50
/
+55
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
1
-0
/
+9
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
1
-0
/
+9
*
intel/vec4: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
4
-200
/
+47
*
intel/fs: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
2
-363
/
+139
*
intel: Use NIR to lower 64-bit varying access
Jason Ekstrand
2019-07-31
1
-6
/
+11
*
intel: add a couple of ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
15
-28
/
+28
*
anv: drop MAYBE_UNUSED var
Eric Engestrom
2019-07-31
1
-4
/
+1
*
intel: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
3
-4
/
+4
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
4
-5
/
+5
*
intel/fs: Implement quad_swap_horizontal with a swizzle on gen7
Jason Ekstrand
2019-07-30
1
-7
/
+20
*
intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
Jason Ekstrand
2019-07-30
2
-24
/
+65
*
i965/fs: Print the scheduler mode.
Matt Turner
2019-07-30
4
-8
/
+28
*
i965/fs: Add a shader_stats struct.
Matt Turner
2019-07-30
9
-27
/
+29
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
7
-39
/
+13
*
intel/fs: Remove calculate_urb_setup from fs_visitor
Jason Ekstrand
2019-07-29
2
-14
/
+8
*
anv: implement VK_EXT_index_type_uint8
Lionel Landwerlin
2019-07-29
4
-22
/
+66
*
intel/mi: only resolve to a temp register if source isn't in memory
Eric Engestrom
2019-07-29
1
-1
/
+1
*
anv: Don't claim support for 24 and 48-bit formats on IVB
Jason Ekstrand
2019-07-29
1
-0
/
+8
*
isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSW
Jason Ekstrand
2019-07-29
1
-1
/
+5
*
intel: replace large stack buffer with heap allocation
Eric Engestrom
2019-07-29
2
-27
/
+32
*
anv+tu+radv: delete unusable dev_icd.json
Eric Engestrom
2019-07-26
1
-13
/
+0
*
anv: Disable transform feedback on gen7
Jason Ekstrand
2019-07-25
1
-1
/
+1
*
intel/mi: Add a unit test for gen_mi_store_if().
Kenneth Graunke
2019-07-25
1
-0
/
+43
*
intel/mi: Add a new gen_mi_store_if() helper.
Kenneth Graunke
2019-07-25
1
-0
/
+53
*
intel/mi: Add gen_mi_nz() and gen_mi_z() helpers.
Kenneth Graunke
2019-07-25
1
-0
/
+20
*
intel/mi: Add a gen_mi_ior() to go with gen_mi_iand()
Kenneth Graunke
2019-07-25
1
-0
/
+8
*
intel/mi: Optimize away LOAD_REGISTER_REG from a register to itself
Kenneth Graunke
2019-07-25
1
-3
/
+5
*
anv: Disable subgroup arithmetic on gen7
Jason Ekstrand
2019-07-25
1
-3
/
+10
*
anv: report HOST_ALLOCATION as supported for images
Arcady Goldmints-Orlov
2019-07-25
1
-0
/
+4
*
nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)
Daniel Schürmann
2019-07-24
1
-1
/
+3
*
i965: Use NIR to lower legacy userclipping.
Kenneth Graunke
2019-07-24
7
-158
/
+3
*
anv: Implement VK_EXT_subgroup_size_control
Jason Ekstrand
2019-07-24
3
-2
/
+46
*
anv/pipeline: Plumb pipeline shader stage create flags
Jason Ekstrand
2019-07-24
1
-12
/
+21
*
intel/compiler: Allow for required subgroup sizes
Jason Ekstrand
2019-07-24
3
-6
/
+42
*
intel/compiler: Allow for varying subgroup sizes
Jason Ekstrand
2019-07-24
3
-2
/
+26
*
intel/compiler: Be more conservative about subgroup sizes in GL
Jason Ekstrand
2019-07-24
9
-13
/
+52
*
intel/compiler: Lower gl_SubgroupSize in postprocess_nir
Jason Ekstrand
2019-07-24
1
-2
/
+7
*
intel/nir: Make brw_nir_apply_sampler_key more generic
Jason Ekstrand
2019-07-24
7
-16
/
+26
*
intel/compiler: don't use a keyword struct for a class fs_reg
Andrii Simiklit
2019-07-24
1
-1
/
+1
*
intel/genxml: Add new test for subgroups.
Rafael Antognolli
2019-07-23
2
-0
/
+44
*
intel/genxml: Add basic infra for encoding/decoding unit tests.
Rafael Antognolli
2019-07-23
4
-0
/
+147
*
intel/gen_decoder: Decode <group> inside <group>.
Rafael Antognolli
2019-07-23
2
-37
/
+93
*
intel/gen_decoder: Add the concept of array "levels".
Rafael Antognolli
2019-07-23
2
-9
/
+19
*
intel/gen_decoder: Add array field.
Rafael Antognolli
2019-07-23
2
-3
/
+21
*
intel/gen_decoder: Rename internally "group" to "array".
Rafael Antognolli
2019-07-23
2
-25
/
+30
[next]