summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2016-04-25isl: remove ffs function that conflicts with system headersJonathan Gray1-5/+1
2016-04-25anv: fix warnings in release buildGrazvydas Ignotas4-4/+4
2016-04-25isl: fix warnings in release buildGrazvydas Ignotas2-2/+2
2016-04-23genxml: use PYTHON3Jonathan Gray2-1/+3
2016-04-21isl/format: Add a get_num_channels helperJason Ekstrand2-0/+17
2016-04-21isl/format: Add more isl_format_has_type_channel functionsJason Ekstrand2-4/+43
2016-04-21isl/format: Break the guts of has_[us]int_channel into a helperJason Ekstrand1-18/+16
2016-04-21anv/image: Use the has_matching_typed_storage_image_format helper from islJason Ekstrand1-12/+3
2016-04-21isl: Add a helper for determining when a typed load/store can be usedJason Ekstrand2-0/+20
2016-04-21isl: Take a devinfo in lower_storage_image_format instead of an isl_deviceJason Ekstrand4-18/+19
2016-04-21isl: Don't use designated initializers in the headerJason Ekstrand1-13/+24
2016-04-21isl: Include c99_compat.hJason Ekstrand1-0/+1
2016-04-21i965: Add a dependency on libislJason Ekstrand1-4/+0
2016-04-20i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.Kenneth Graunke1-1/+1
2016-04-20i965: Delete now dead persample_2x FS program key flag.Kenneth Graunke1-3/+0
2016-04-20anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand11-138/+133
2016-04-20anv: Remove the old emit macroJason Ekstrand1-10/+0
2016-04-20anv/gen7_pipeline: Use the new emit macroJason Ekstrand1-113/+124
2016-04-20anv/gen7_cmd_buffer: Use the new emit macroJason Ekstrand1-52/+70
2016-04-20anv/device: Use the new emit macroJason Ekstrand2-12/+13
2016-04-20anv/state: Use the new emit macroJason Ekstrand1-77/+78
2016-04-20anv/gen8_pipeline: Use the new emit macroJason Ekstrand1-177/+191
2016-04-20anv/genX_pipeline: Use the new emit macroJason Ekstrand2-38/+45
2016-04-20anv/gen8_cmd_buffer: Use the new emit macroJason Ekstrand1-74/+87
2016-04-20anv/cmd_buffer: Use the new emit macro for quariesJason Ekstrand1-24/+32
2016-04-20anv/cmd_buffer: Use the new emit macro for DRAWING_RECTANGLEJason Ekstrand1-9/+10
2016-04-20anv/cmd_buffer: Use the new emit macro for compute shader dispatchJason Ekstrand1-52/+64
2016-04-20anv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANTJason Ekstrand1-10/+11
2016-04-20anv/cmd_buffer: Use the new emit macro for DEPTH/STENCIL_BUFFERJason Ekstrand1-34/+42
2016-04-20anv/cmd_buffer: Use the new emit macro for PIPE_CONTROL and STATE_BASE_ADDRESSJason Ekstrand1-62/+76
2016-04-20anv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE commandsJason Ekstrand1-24/+28
2016-04-20anv: Add a new block-based batch emit macroJason Ekstrand1-0/+9
2016-04-20anv: fix build without Wayland platformMarcin Ĺšlusarz2-7/+5
2016-04-20anv: fix building on i686 with -mcpu=genericLaurent Carlier1-1/+1
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott3-4/+7
2016-04-20anv/apply_dynamic_offsets: Provide a range on the load_uniformJason Ekstrand1-1/+3
2016-04-20anv/lower_push_constants: Stop treating scalar speciallyJason Ekstrand3-28/+4
2016-04-15anv/device: Images are only enabled in scalar stagesJason Ekstrand1-2/+2
2016-04-15anv: Advertise vertexPipelineStoresAndAtomics based on scalar stagesJason Ekstrand1-1/+5
2016-04-14anv: Install the installable ICDJason Ekstrand1-0/+3
2016-04-14anv/intel_icd: Don't provide an absolute pathJason Ekstrand2-3/+2
2016-04-14configure: Add initial support for enabling Vulkan driversJason Ekstrand1-1/+5
2016-04-14anv/pipeline: Use the right mask for lower_indirect_derefsJason Ekstrand1-3/+3
2016-04-14spirv: Move to compiler/Jason Ekstrand1-1/+1
2016-04-13Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand1-1/+1
2016-04-13anv: Remove default scissor and viewport conceptsNanley Chery4-49/+9
2016-04-13anv: Replace ::disable_scissor with ::use_rectlistsNanley Chery7-7/+2
2016-04-13anv: Delete anv_graphics_pipeline_create_info::disable_viewportNanley Chery5-5/+0
2016-04-13gen{7,8}_pipeline: Always set ViewportXYClipTestEnableNanley Chery2-2/+2
2016-04-13gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictionsNanley Chery2-4/+4