util/ralloc: Add helpers for growing zero-initialized memory
[mesa.git] / src / intel /
2019-04-18 Jason Ekstrandanv: Drop some unneeded ANV_FROM_HANDLE for physical...
2019-04-18 Jason Ekstrandanv: Re-sort the GetPhysicalDeviceFeatures2 switch...
2019-04-18 Ian Romanickintel/fs: Generate better code for fsign multiplied...
2019-04-18 Ian Romanickintel/fs: Add a scale factor to emit_fsign
2019-04-18 Ian Romanickintel/fs: Refactor code generation for nir_op_fsign...
2019-04-18 Ian Romanickintel/fs: Eliminate dead code first
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-18 Lionel Landwerlinanv: implement WaEnableStateCacheRedirectToCS
2019-04-18 Lionel Landwerliniris: implement WaEnableStateCacheRedirectToCS
2019-04-18 Iago Toral Quirogaanv/device: expose VK_KHR_shader_float16_int8 in gen8+
2019-04-18 Iago Toral Quirogaanv/pipeline: support Float16 and Int8 SPIR-V capabilit...
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: validate conversions between 64-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: validate region restrictions for half...
2019-04-18 Iago Toral Quirogaintel/compiler: also set F execution type for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: implement SIMD16 restrictions for mixed...
2019-04-18 Iago Toral Quirogaintel/compiler: skip MAD algebraic optimization for...
2019-04-18 Iago Toral Quirogaintel/compiler: remove inexact algebraic optimizations...
2019-04-18 Iago Toral Quirogaintel/compiler: fix cmod propagation for non 32-bit...
2019-04-18 Iago Toral Quirogaintel/compiler: add a brw_reg_type_is_integer helper
2019-04-18 Iago Toral Quirogaintel/compiler: implement is_zero, is_one, is_negative_...
2019-04-18 Iago Toral Quirogaintel/compiler: generalize the combine constants pass
2019-04-18 Iago Toral Quirogaintel/eu: force stride of 2 on NULL register for Byte...
2019-04-18 Iago Toral Quirogaintel/compiler: ask for an integer type if requesting...
2019-04-18 Iago Toral Quirogaintel/compiler: rework conversion opcodes
2019-04-18 Iago Toral Quirogaintel/compiler: activate 16-bit bit-size lowerings...
2019-04-18 Iago Toral Quirogaintel/compiler: split is_partial_write() into two variants
2019-04-18 Iago Toral Quirogaintel/compiler: workaround for SIMD8 half-float MAD...
2019-04-18 Iago Toral Quirogaintel/compiler: fix ddy for half-float in Broadwell
2019-04-18 Iago Toral Quirogaintel/compiler: fix ddx and ddy for 16-bit float
2019-04-18 Iago Toral Quirogaintel/compiler: set correct precision fields for 3...
2019-04-18 Iago Toral Quirogaintel/compiler: allow half-float on 3-source instructio...
2019-04-18 Iago Toral Quirogaintel/compiler: don't compact 3-src instructions with...
2019-04-18 Iago Toral Quirogaintel/compiler: add new half-float register type for...
2019-04-18 Iago Toral Quirogaintel/compiler: add instruction setters for Src1Type...
2019-04-18 Iago Toral Quirogaintel/compiler: drop unnecessary temporary from 32...
2019-04-18 Iago Toral Quirogaintel/compiler: implement 16-bit fsign
2019-04-18 Iago Toral Quirogaintel/compiler: handle extended math restrictions for...
2019-04-18 Iago Toral Quirogaintel/compiler: lower some 16-bit float operations...
2019-04-18 Iago Toral Quirogaintel/compiler: assert restrictions on conversions...
2019-04-18 Iago Toral Quirogaintel/compiler: handle b2i/b2f with other integer conve...
2019-04-18 Iago Toral Quirogaintel/compiler: split float to 64-bit opcodes from...
2019-04-18 Iago Toral Quirogaintel/compiler: add a NIR pass to lower conversions
2019-04-17 Juan A. Suarez Romeromeson: Add dependency on genxml to anvil genfiles
2019-04-17 Lionel Landwerlinintel/perf: constify accumlator parameter
2019-04-17 Lionel Landwerlinintel/perf: drop counter size field
2019-04-17 Lionel Landwerlini965: perf: add mdapi pipeline statistics queries on...
2019-04-17 Lionel Landwerlinintel/perf: stub gen10/11 missing definitions
2019-04-17 Lionel Landwerlini965: move mdapi guid into intel/perf
2019-04-17 Lionel Landwerlini965: move mdapi result data format to intel/perf
2019-04-17 Lionel Landwerlini965: move brw_timebase_scale to device info
2019-04-17 Lionel Landwerlini965: move OA accumulation code to intel/perf
2019-04-17 Lionel Landwerlini965: move mdapi data structure to intel/perf
2019-04-17 Lionel Landwerlini965: extract performance query metrics
2019-04-17 Lionel Landwerlini965: store device revision in gen_device_info
2019-04-17 Topi Pohjolainenintel/compiler/icl: Use tcs barrier id bits 24:30 inste...
2019-04-16 Jason Ekstrandintel/mi_builder: Disable mem_mem tests on IVB
2019-04-16 Jason Ekstrandintel/mi_builder: Re-order an initializer
2019-04-16 Kenneth Graunkei965: Move program key debugging to the compiler.
2019-04-16 Tapani Pällicompiler/glsl: handle case where we have multiple users...
2019-04-16 Danylo Piliaievintel/compiler: Do not reswizzle dst if instruction...
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Jason Ekstrandanv: Update to use the new features struct names
2019-04-15 Kenneth Graunkeintel: Emit 3DSTATE_VF_STATISTICS dynamically
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Jason Ekstrandnir/builder: Add a nir_imm_zero helper
2019-04-14 Karol Herbstnir/builder: Move nir_imm_vec2 from blorp into the...
2019-04-14 Karol Herbstintel/nir: use nir_src_is_const and nir_src_as_uint
2019-04-14 Jason Ekstrandintel/nir: Take a nir_tex_instr and src index in brw_te...
2019-04-13 Lionel Landwerlinanv: leave the top 4Gb of the high heap VMA unused
2019-04-12 Sagar Ghugeintel/fs: Remove unused condition from opt_algebraic...
2019-04-12 Jason Ekstrandanv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpac...
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-11 Lionel Landwerlinanv: store heap address bounds when initializing physic...
2019-04-11 Jason Ekstrandintel/common: Support bigger right-shifts with mi_builder
2019-04-11 Jason Ekstrandanv/cmd_buffer: Use gen_mi_sub instead of gen_mi_add...
2019-04-11 Jason Ekstrandanv: Move mi_memcpy and mi_memset to gen_mi_builder
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for queries
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for conditional rendering
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for indirect dispatch
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for indirect draw parameters
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for computing resolve predicates
2019-04-11 Jason Ekstrandanv: Use gen_mi_builder for CmdDrawIndirectByteCount
2019-04-11 Jason Ekstrandintel/common: Add unit tests for gen_mi_builder
2019-04-11 Jason Ekstrandintel/common: Add a MI command builder
2019-04-10 Mark Janesintel/tools: Remove redundant definitions of INTEL_DEBUG
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-04-10 Lionel Landwerlinanv: don't use default pipeline cache for hits for...
2019-04-09 Lionel Landwerlingenxml: sort xml files using new script
2019-04-09 Lionel Landwerlingenxml: add a sorting script
2019-04-09 Juan A. Suarez Romeroanv: advertise 8 subtexel/mipmap precision bits
2019-04-09 Caio Marcelo de... anv: Implement VK_NV_compute_shader_derivatives
2019-04-09 Caio Marcelo de... intel/fs: Use NIR_PASS_V when lowering CS intrinsics
2019-04-09 Caio Marcelo de... intel/fs: Don't loop when lowering CS intrinsics
2019-04-09 Caio Marcelo de... intel/fs: Add support for CS to group invocations in...
2019-04-09 Caio Marcelo de... intel/fs: Use TEX_LOGICAL whenever implicit lod is...
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
next