summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-10-21anv: don't assert on device init on CannonlakeLionel Landwerlin1-2/+4
2017-10-21anv: disable stencil pma fix on Gen > 9Lionel Landwerlin1-0/+2
2017-10-21blorp: enable R32G32B32X32 blorp ccs copiesLionel Landwerlin1-0/+1
2017-10-20i965/fs: Use align1 mode on ternary instructions on Gen10+Matt Turner1-4/+8
2017-10-20i965: Add align1 ternary instruction emission supportMatt Turner1-55/+160
2017-10-20i965: Add align1 ternary instruction disassembler supportMatt Turner2-75/+288
2017-10-20i965: Add align1 ternary instruction-word supportMatt Turner1-0/+108
2017-10-20i965: Add align1 ternary instruction support to conversion functionsMatt Turner4-34/+101
2017-10-20i965: Add align1 ternary instruction field encodingsMatt Turner1-0/+35
2017-10-20i965: Add functions to abstract access to 3src register typesMatt Turner2-20/+23
2017-10-20i965: Rename brw_inst's functions that access the 3src register typeMatt Turner3-18/+18
2017-10-20i965: Rename brw_inst 3src functions in preparation for align1Matt Turner4-86/+92
2017-10-20i965: Print subreg in units of type-size on ternary instructionsMatt Turner1-5/+26
2017-10-20i965: Add functions for brw_reg_type <-> hw 3src typeMatt Turner2-0/+58
2017-10-20i965: Move brw_reg_type_is_floating_point to brw_reg_type.hMatt Turner2-13/+15
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand11-37/+38
2017-10-20i965/vec4: remove setting default LOD in the backendSamuel Iglesias Gonsálvez2-21/+0
2017-10-20i965/fs: remove setting default LOD in the backendSamuel Iglesias Gonsálvez1-9/+0
2017-10-19isl: Fix width check in isl_gen7_choose_msaa_layout.Kenneth Graunke1-1/+1
2017-10-19i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.Kenneth Graunke1-22/+10
2017-10-19i965: Move fs_inst::has_side_effects()'s eot check to the parent class.Kenneth Graunke5-9/+3
2017-10-18anv: Fix instance typos.Vinson Lee2-2/+2
2017-10-18meson: move expat dependency where it's neededEric Engestrom2-2/+2
2017-10-18automake: intel: move expat handling where it's usedHongxu Jia2-5/+2
2017-10-18anv: Install as Vulkan HAL module in Android.mk buildTapani Pälli1-1/+3
2017-10-18anv: Implement VK_ANDROID_native_buffer (v9)Chad Versace8-6/+459
2017-10-17anv: Move size check from anv_bo_cache_import() to caller (v2)Chad Versace5-23/+46
2017-10-17anv: Add func anv_gem_get_tiling()Chad Versace2-0/+17
2017-10-17anv: Move close(fd) from anv_bo_cache_import to its callers (v2)Chad Versace4-23/+24
2017-10-17anv: Add field anv_image::planes[]::bo_is_owned (v2)Chad Versace2-0/+14
2017-10-17anv: Better support for Android logging (v2)Chad Versace4-33/+15
2017-10-17intel: Add simple logging façade for Android (v2)Chad Versace4-1/+173
2017-10-17anv/android: Link to libsync, liblog in Android.mkTapani Pälli1-1/+1
2017-10-17anv/android: Link to Android libraries in the autotools buildChad Versace1-0/+5
2017-10-17anv/apply_pipeline_layout: Use nir_tex_instr_remove_srcJason Ekstrand1-12/+5
2017-10-17nir: Add a helper for adding texture instruction sourcesJason Ekstrand1-18/+1
2017-10-16anv: Get rid of gen fall-throughJason Ekstrand1-17/+17
2017-10-16intel/common: Improve the comments for sample positionsJason Ekstrand1-0/+65
2017-10-13blob: Use intptr_t instead of ssize_tJason Ekstrand1-1/+1
2017-10-12intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand4-34/+33
2017-10-12intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand2-6/+14
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2-4/+4
2017-10-12anv/pipeline: Refactor setup of the prog_data::param arrayJason Ekstrand1-14/+9
2017-10-12anv/pipeline: Grow the param array for imagesJason Ekstrand2-7/+5
2017-10-12anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZEJason Ekstrand1-4/+2
2017-10-12intel/vs: Grow the param array for clip planesJason Ekstrand2-0/+14
2017-10-12intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand3-19/+9
2017-10-12intel/compiler: Make brw_nir_lower_intrinsics compute-specificJason Ekstrand5-19/+13
2017-10-12intel/compiler: Add a helper for growing the prog_data::param arrayJason Ekstrand1-0/+13
2017-10-12intel/compiler: Add a flag for pull constant supportJason Ekstrand4-2/+12