summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | android: intel/genxml: generate aubinator xml headers (v2)Mauro Rossi2016-11-011-10/+35
|/
* 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
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-1918-147/+103
* anv: drop local MIN/MAX macros.Dave Airlie2016-10-192-5/+2
* anv: port to using new u_vector shared helper.Dave Airlie2016-10-195-154/+35
* intel: genxml: add SAMPLER_BORDER_COLOR_STATE structuresLionel Landwerlin2016-10-185-0/+90
* genxml: add generated headers to EXTRA_DISTJonathan Gray2016-10-181-0/+4
* genxml: avoid using a GNU make pattern ruleJonathan Gray2016-10-181-1/+4
* anv: Get rid of anv_cmd_buffer_emit_state_base_addressJason Ekstrand2016-10-173-21/+1
* anv/cmd_buffer: Move descriptor flushing into genX_cmd_buffer.cJason Ekstrand2016-10-174-359/+327
* anv/cmd_buffer: Expose ensure_push_constant_*Jason Ekstrand2016-10-172-6/+9
* anv/cmd_buffer: Unify flush_compute_state across gensJason Ekstrand2016-10-175-177/+93
* anv/cmd_buffer: Move Begin/End/Execute to genX_cmd_buffer.cJason Ekstrand2016-10-174-95/+107
* anv/cmd_buffer: Move state base address re-emit into ExecuteCommandsJason Ekstrand2016-10-172-6/+9
* anv: replace , with ; in anv_batch_emit()Lionel Landwerlin2016-10-172-12/+12
* intel: aubinator: use different colors to signal batch start/endLionel Landwerlin2016-10-171-5/+10
* intel/genxml: Make some PIPE_CONTROL fields booleansJason Ekstrand2016-10-155-26/+11
* intel/genxml: Make "Predication enable" a booleanJason Ekstrand2016-10-152-2/+2
* intel/genxml; Make "Use Global GTT a booleanJason Ekstrand2016-10-155-59/+32
* intel/genxml; Make "Tiled Surface" a booleanJason Ekstrand2016-10-153-4/+4