summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-09-04anv: fix off by one in array checkEric Engestrom1-1/+1
2017-09-02genxml: Make Border Color Pointer an address on Gen4-5, not an offset.Kenneth Graunke3-3/+3
2017-09-01aubinator: remove duplicate initialisationEric Engestrom1-1/+0
2017-08-31anv/formats: Nicely handle unknown VkFormat enumsJason Ekstrand1-5/+14
2017-08-31anv: fix build errors on androidTapani Pälli1-2/+3
2017-08-30blorp: Make blorp_buffer_copy work on Gen4-6.Kenneth Graunke1-9/+10
2017-08-30blorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy() helper.Kenneth Graunke3-99/+143
2017-08-30anv: use device->info instead of brw->is_*Lionel Landwerlin1-1/+1
2017-08-30anv: set right datatypes in anv_pipeline_bindingJuan A. Suarez Romero3-4/+4
2017-08-29blorp: Explicitly cast between different enumsMatt Turner1-5/+5
2017-08-29intel/isl: Mark functions used conditionally as UNUSEDMatt Turner1-1/+1
2017-08-29intel/isl: Explicitly cast between different enumsMatt Turner1-8/+9
2017-08-29intel/isl: Remove 'inline' keywordsMatt Turner3-4/+4
2017-08-29anv: Mark functions used conditionally as UNUSEDMatt Turner4-6/+6
2017-08-29anv: Explicitly cast between different enumsMatt Turner2-4/+4
2017-08-29anv: Remove 'inline' keywordsMatt Turner8-19/+19
2017-08-29anv: Use GNU C empty brace initializerMatt Turner2-11/+11
2017-08-29i965: Drop unnecessary conditionalMatt Turner1-4/+4
2017-08-29configure: Test for -Wno-initializer-overridesMatt Turner1-1/+1
2017-08-28anv: Add support for the SYNC_FD handle type for fencesJason Ekstrand4-11/+87
2017-08-28anv: Implement VK_KHR_external_fenceJason Ekstrand3-5/+161
2017-08-28anv: Use DRM sync objects to back fences whenever possibleJason Ekstrand4-9/+139
2017-08-28anv/gem: Add support for syncobj wait and resetJason Ekstrand3-0/+87
2017-08-28anv/gem: Add a flags parameter to syncobj_createJason Ekstrand4-5/+5
2017-08-28anv: Rename anv_fence_state to anv_bo_fence_stateJason Ekstrand3-18/+18
2017-08-28anv: Pull the guts of anv_fence into anv_fence_implJason Ekstrand3-49/+159
2017-08-28anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImageJason Ekstrand1-3/+6
2017-08-28anv: Rework fences to work more like BO semaphoresJason Ekstrand3-68/+51
2017-08-28anv/queue: Allow temporary import of SYNC_FD semaphoresJason Ekstrand1-3/+0
2017-08-28intel/compiler: Cast reg types explicitlyTopi Pohjolainen1-2/+2
2017-08-25i965: Do not store SRC after 0 on component control.Rafael Antognolli1-2/+2
2017-08-24anv,i965: Move CS shared lowering into anvJason Ekstrand2-2/+5
2017-08-23i965: Stop using wm_prog_data->binding_table.render_target_start.Kenneth Graunke1-2/+7
2017-08-23i965: Add a brw_wm_prog_data::has_render_target_reads field.Kenneth Graunke2-0/+3
2017-08-22anv: Check that in_fence fd is valid before closing it.Francisco Jerez1-1/+2
2017-08-22anv: Add error handling to setup_empty_execbuf().Francisco Jerez1-9/+13
2017-08-21i965: Mark functions staticMatt Turner3-20/+21
2017-08-21i965/vec4: Use 'class' src_reg, rather than 'struct' src_regMatt Turner1-1/+1
2017-08-21i965/vec4: Return float from spill_cost_for_type()Matt Turner1-1/+1
2017-08-21anv: Move clamp_int64() inside the IVB checkMatt Turner1-1/+1
2017-08-21i965: Optimize reading the destination typeMatt Turner1-1/+3
2017-08-21i965: Mark brw_hw_type_to_reg_type() as a pure functionMatt Turner1-1/+7
2017-08-21i965: Hide the register type hardware encodingsMatt Turner2-31/+31
2017-08-21i965: Stop using hardware register types directlyMatt Turner4-158/+113
2017-08-21i965: Add brw_hw_reg_type_to_letters() and use it in brw_disasm.cMatt Turner3-39/+45
2017-08-21i965: Move brw_reg_type_letters() as wellMatt Turner6-33/+37
2017-08-21i965: Switch to using the logical register typesMatt Turner2-21/+19
2017-08-21i965: Add functions to abstract access to register typesMatt Turner2-51/+79
2017-08-21i965: Rename brw_inst's functions that access the register typeMatt Turner7-99/+99
2017-08-21i965: Index brw_hw_reg_type_to_size()'s table by logical typeMatt Turner1-39/+19