summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Revert Use absolute path in intel_icd.json and related patches.Emil Velikov3-15/+2
2016-10-19anv: move to using shared wsi codeDave Airlie7-1928/+4
2016-10-19anv/wsi: remove all anv references from WSI common codeDave Airlie9-99/+98
2016-10-19anv: move common wsi code to x11/wayland common files.Dave Airlie10-1656/+1851
2016-10-19anv/wsi/wayland: add callback to get device format properties.Dave Airlie3-7/+27
2016-10-19anv/wsi/wl: stop using device in more placesDave Airlie3-20/+28
2016-10-19anv/wsi: split out surface creation to avoid instance APIDave Airlie2-29/+64
2016-10-19anv/wsi: move further away from passing anv displays aroundDave Airlie4-39/+35
2016-10-19anv/wsi: split image alloc/free out to separate fns.Dave Airlie4-219/+180
2016-10-19anv/wsi: switch to using VkDevice in swapchainDave Airlie4-14/+14
2016-10-19anv/wsi/x11: more refactoring to use generic handlesDave Airlie1-27/+43
2016-10-19anv/wsi/x11: start refactoring out the image allocation/free functionalityDave Airlie1-22/+52
2016-10-19anv/wsi: drop device from get formatDave Airlie4-5/+5
2016-10-19anv/wsi: remove device from get_support interfaceDave Airlie4-5/+10
2016-10-19anv/wsi/x11: abstract WSI interface from internals.Dave Airlie1-9/+24
2016-10-19anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie3-15/+19
2016-10-19anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie4-24/+28
2016-10-19anv/wsi/x11: push device out of x11 connection fns.Dave Airlie1-11/+12
2016-10-19anv/wsi: drop device from get capsDave Airlie4-4/+1
2016-10-19anv/wsi: drop get present modes device argDave Airlie4-4/+1
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie4-4/+1
2016-10-19anv: drop pointless struct decl.Dave Airlie1-2/+0
2016-10-19anv: move to using vk_alloc helpers.Dave Airlie18-147/+103
2016-10-19anv: drop local MIN/MAX macros.Dave Airlie2-5/+2
2016-10-19anv: port to using new u_vector shared helper.Dave Airlie5-154/+35
2016-10-18intel: genxml: add SAMPLER_BORDER_COLOR_STATE structuresLionel Landwerlin5-0/+90
2016-10-18genxml: add generated headers to EXTRA_DISTJonathan Gray1-0/+4
2016-10-18genxml: avoid using a GNU make pattern ruleJonathan Gray1-1/+4
2016-10-17anv: Get rid of anv_cmd_buffer_emit_state_base_addressJason Ekstrand3-21/+1
2016-10-17anv/cmd_buffer: Move descriptor flushing into genX_cmd_buffer.cJason Ekstrand4-359/+327
2016-10-17anv/cmd_buffer: Expose ensure_push_constant_*Jason Ekstrand2-6/+9
2016-10-17anv/cmd_buffer: Unify flush_compute_state across gensJason Ekstrand5-177/+93
2016-10-17anv/cmd_buffer: Move Begin/End/Execute to genX_cmd_buffer.cJason Ekstrand4-95/+107
2016-10-17anv/cmd_buffer: Move state base address re-emit into ExecuteCommandsJason Ekstrand2-6/+9
2016-10-17anv: replace , with ; in anv_batch_emit()Lionel Landwerlin2-12/+12
2016-10-17intel: aubinator: use different colors to signal batch start/endLionel Landwerlin1-5/+10
2016-10-15intel/genxml: Make some PIPE_CONTROL fields booleansJason Ekstrand5-26/+11
2016-10-15intel/genxml: Make "Predication enable" a booleanJason Ekstrand2-2/+2
2016-10-15intel/genxml; Make "Use Global GTT a booleanJason Ekstrand5-59/+32
2016-10-15intel/genxml; Make "Tiled Surface" a booleanJason Ekstrand3-4/+4
2016-10-15intel/genxml: Make "SO Buffer Enable" fields booleanJason Ekstrand2-8/+8
2016-10-15intel/genxml: Make "Stencil Buffer Enable" a booleanJason Ekstrand3-3/+3
2016-10-15intel/genxml: Make a couple of STREAMOUT fields booleansJason Ekstrand4-8/+8
2016-10-15intel/genxml: Make "Include Vertex Handles" and "Include Primitive ID" booleansJason Ekstrand4-12/+12
2016-10-15intel/genxml: Make "Vector Mask Enable" a booleanJason Ekstrand3-9/+9
2016-10-15intel/genxml: Make "Single Program Flow" a booleanJason Ekstrand5-17/+17
2016-10-14anv/pipeline: Remove a meta hack from emit_ds_stateJason Ekstrand1-4/+1
2016-10-14anv/image: Create views directly in VkCreate*ViewJason Ekstrand2-66/+34
2016-10-14anv/image: Get rid of the usage hacks for metaJason Ekstrand2-97/+28
2016-10-14anv: Move Create*Pipelines into genX_cmd_buffer.cJason Ekstrand4-122/+61