summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms.Kenneth Graunke2016-11-111-14/+19
* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand2016-11-111-0/+6
* anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand2016-11-111-8/+8
* anv: use correct .specVersion for extensionsEmil Velikov2016-11-101-4/+4
* anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2016-11-092-9/+150
* anv: Move relocation handling from EndCommandBuffer to QueueSubmitJason Ekstrand2016-11-094-72/+76
* anv/batch: Move last_ss_pool_bo_offset to the command bufferJason Ekstrand2016-11-092-15/+24
* anv: Add an anv_execbuf helper structJason Ekstrand2016-11-092-48/+62
* anv/batch_chain: Improve write_relocJason Ekstrand2016-11-091-5/+22
* anv: Initialize anv_bo::offset to -1Jason Ekstrand2016-11-091-1/+1
* anv/allocator: Simplify anv_scratch_poolJason Ekstrand2016-11-092-61/+55
* anv: Add a new bo_pool_init helperJason Ekstrand2016-11-094-20/+21
* anv: Don't presume to know what address is in a surface relocationJason Ekstrand2016-11-092-53/+15
* anv: Add a cmd_buffer_execbuf helperJason Ekstrand2016-11-093-2/+11
* anv/device: Add an execbuf wrapperJason Ekstrand2016-11-092-20/+35
* intel/blorp: Emit all the binding tablesJason Ekstrand2016-11-091-0/+5
* anv/pipeline: Properly cache prog_data::paramJason Ekstrand2016-11-093-14/+36
* anv/pipeline: Put actual pointers in anv_shader_binJason Ekstrand2016-11-095-50/+45
* intel/blorp: Pass a brw_stage_prog_data to upload_shaderJason Ekstrand2016-11-094-5/+7
* intel/blorp: Use wm_prog_data instead of hand-rolling our ownJason Ekstrand2016-11-095-66/+28
* anv: Better handle return codes from anv_physical_device_initJason Ekstrand2016-11-091-1/+1
* anv/device: Return DEVICE_LOST if execbuf2 failsJason Ekstrand2016-11-091-6/+4
* intel/blorp: Rework our usage of ralloc when compiling shadersJason Ekstrand2016-11-014-14/+14
* intel/blorp: Rename compile_nir_shader to compile_fsJason Ekstrand2016-11-014-14/+14
* intel/blorp: Fix a couple asserts around image copy rectanglesJason Ekstrand2016-11-011-2/+6
* anv: Replace "abi_versions" with correct "api_version".Matt Turner2016-10-272-2/+2
* anv: automake: cleanup the generated json file during make cleanEmil Velikov2016-10-241-1/+1
* anv: Suffix the intel_icd file with the host CPUJason Ekstrand2016-10-243-3/+9
* Revert Use absolute path in intel_icd.json and related patches.Emil Velikov2016-10-193-15/+2
* anv: move to using shared wsi codeDave Airlie2016-10-197-1928/+4
* anv/wsi: remove all anv references from WSI common codeDave Airlie2016-10-199-99/+98
* anv: move common wsi code to x11/wayland common files.Dave Airlie2016-10-1910-1656/+1851
* anv/wsi/wayland: add callback to get device format properties.Dave Airlie2016-10-193-7/+27
* anv/wsi/wl: stop using device in more placesDave Airlie2016-10-193-20/+28
* anv/wsi: split out surface creation to avoid instance APIDave Airlie2016-10-192-29/+64
* anv/wsi: move further away from passing anv displays aroundDave Airlie2016-10-194-39/+35
* anv/wsi: split image alloc/free out to separate fns.Dave Airlie2016-10-194-219/+180
* anv/wsi: switch to using VkDevice in swapchainDave Airlie2016-10-194-14/+14
* anv/wsi/x11: more refactoring to use generic handlesDave Airlie2016-10-191-27/+43
* anv/wsi/x11: start refactoring out the image allocation/free functionalityDave Airlie2016-10-191-22/+52
* anv/wsi: drop device from get formatDave Airlie2016-10-194-5/+5
* anv/wsi: remove device from get_support interfaceDave Airlie2016-10-194-5/+10
* anv/wsi/x11: abstract WSI interface from internals.Dave Airlie2016-10-191-9/+24
* anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie2016-10-193-15/+19
* anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie2016-10-194-24/+28
* anv/wsi/x11: push device out of x11 connection fns.Dave Airlie2016-10-191-11/+12
* anv/wsi: drop device from get capsDave Airlie2016-10-194-4/+1
* anv/wsi: drop get present modes device argDave Airlie2016-10-194-4/+1
* radv/anv/wsi: drop unneeded parameterDave Airlie2016-10-194-4/+1
* anv: drop pointless struct decl.Dave Airlie2016-10-191-2/+0