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/compiler: assert restrictions on conversions to half-float
Iago Toral Quiroga
2019-04-18
1
-2
/
+3
*
intel/compiler: handle b2i/b2f with other integer conversion opcodes
Iago Toral Quiroga
2019-04-18
1
-8
/
+8
*
intel/compiler: split float to 64-bit opcodes from int to 64-bit
Iago Toral Quiroga
2019-04-18
1
-0
/
+7
*
intel/compiler: add a NIR pass to lower conversions
Iago Toral Quiroga
2019-04-18
5
-0
/
+175
*
meson: Add dependency on genxml to anvil genfiles
Juan A. Suarez Romero
2019-04-17
1
-1
/
+1
*
intel/perf: constify accumlator parameter
Lionel Landwerlin
2019-04-17
2
-3
/
+3
*
intel/perf: drop counter size field
Lionel Landwerlin
2019-04-17
2
-4
/
+20
*
i965: perf: add mdapi pipeline statistics queries on gen10/11
Lionel Landwerlin
2019-04-17
1
-0
/
+1
*
intel/perf: stub gen10/11 missing definitions
Lionel Landwerlin
2019-04-17
1
-0
/
+4
*
i965: move mdapi guid into intel/perf
Lionel Landwerlin
2019-04-17
1
-0
/
+3
*
i965: move mdapi result data format to intel/perf
Lionel Landwerlin
2019-04-17
4
-2
/
+128
*
i965: move brw_timebase_scale to device info
Lionel Landwerlin
2019-04-17
1
-0
/
+7
*
i965: move OA accumulation code to intel/perf
Lionel Landwerlin
2019-04-17
2
-32
/
+184
*
i965: move mdapi data structure to intel/perf
Lionel Landwerlin
2019-04-17
2
-1
/
+121
*
i965: extract performance query metrics
Lionel Landwerlin
2019-04-17
23
-0
/
+148143
*
i965: store device revision in gen_device_info
Lionel Landwerlin
2019-04-17
1
-0
/
+1
*
intel/compiler/icl: Use tcs barrier id bits 24:30 instead of 24:27
Topi Pohjolainen
2019-04-17
1
-7
/
+17
*
intel/mi_builder: Disable mem_mem tests on IVB
Jason Ekstrand
2019-04-16
1
-0
/
+3
*
intel/mi_builder: Re-order an initializer
Jason Ekstrand
2019-04-16
1
-2
/
+2
*
i965: Move program key debugging to the compiler.
Kenneth Graunke
2019-04-16
4
-0
/
+239
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
1
-0
/
+3
*
intel/compiler: Do not reswizzle dst if instruction writes to flag register
Danylo Piliaiev
2019-04-16
1
-0
/
+6
*
Delete autotools
Dylan Baker
2019-04-15
9
-849
/
+0
*
anv: Update to use the new features struct names
Jason Ekstrand
2019-04-15
1
-6
/
+6
*
intel: Emit 3DSTATE_VF_STATISTICS dynamically
Kenneth Graunke
2019-04-14
2
-5
/
+4
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
4
-39
/
+43
*
nir/builder: Add a nir_imm_zero helper
Jason Ekstrand
2019-04-14
1
-10
/
+1
*
nir/builder: Move nir_imm_vec2 from blorp into the builder
Karol Herbst
2019-04-14
1
-12
/
+0
*
intel/nir: use nir_src_is_const and nir_src_as_uint
Karol Herbst
2019-04-14
1
-6
/
+4
*
intel/nir: Take a nir_tex_instr and src index in brw_texture_offset
Jason Ekstrand
2019-04-14
4
-27
/
+21
*
anv: leave the top 4Gb of the high heap VMA unused
Lionel Landwerlin
2019-04-13
1
-5
/
+5
*
intel/fs: Remove unused condition from opt_algebraic case
Sagar Ghuge
2019-04-12
1
-5
/
+0
*
anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
Jason Ekstrand
2019-04-12
1
-3
/
+23
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
1
-1
/
+1
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
4
-25
/
+30
*
nir: move brw_nir_rewrite_image_intrinsic into common code
Karol Herbst
2019-04-12
2
-42
/
+1
*
anv: store heap address bounds when initializing physical device
Lionel Landwerlin
2019-04-11
2
-11
/
+21
*
intel/common: Support bigger right-shifts with mi_builder
Jason Ekstrand
2019-04-11
2
-3
/
+20
*
anv/cmd_buffer: Use gen_mi_sub instead of gen_mi_add with a negative
Jason Ekstrand
2019-04-11
1
-1
/
+1
*
anv: Move mi_memcpy and mi_memset to gen_mi_builder
Jason Ekstrand
2019-04-11
6
-91
/
+106
*
anv: Use gen_mi_builder for queries
Jason Ekstrand
2019-04-11
1
-214
/
+58
*
anv: Use gen_mi_builder for conditional rendering
Jason Ekstrand
2019-04-11
2
-70
/
+41
*
anv: Use gen_mi_builder for indirect dispatch
Jason Ekstrand
2019-04-11
1
-16
/
+13
*
anv: Use gen_mi_builder for indirect draw parameters
Jason Ekstrand
2019-04-11
1
-65
/
+16
*
anv: Use gen_mi_builder for computing resolve predicates
Jason Ekstrand
2019-04-11
1
-93
/
+35
*
anv: Use gen_mi_builder for CmdDrawIndirectByteCount
Jason Ekstrand
2019-04-11
1
-102
/
+22
*
intel/common: Add unit tests for gen_mi_builder
Jason Ekstrand
2019-04-11
2
-0
/
+661
*
intel/common: Add a MI command builder
Jason Ekstrand
2019-04-11
1
-0
/
+691
*
intel/tools: Remove redundant definitions of INTEL_DEBUG
Mark Janes
2019-04-10
2
-4
/
+0
*
intel/common: move gen_debug to intel/dev
Mark Janes
2019-04-10
22
-22
/
+22
[next]