summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2017-01-098-56/+97
|\
| * anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand2016-12-151-0/+1
| * anv/device: Implicitly unmap memory objects in FreeMemoryJason Ekstrand2016-12-151-0/+9
| * anv/device: Return the right error for failed mapsJason Ekstrand2016-12-152-6/+9
| * genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleModeJason Ekstrand2016-12-141-1/+1
| * anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculationJason Ekstrand2016-12-141-3/+6
| * anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand2016-12-143-17/+18
| * radv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-12-141-1/+1
| * anv: Update the teardown in reverse order of the anv_CreateDeviceGwan-gyeong Mun2016-12-141-9/+14
| * anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2016-12-142-8/+23
| * anv: don't leak memory if anv_init_wsi() failsEmil Velikov2016-12-141-2/+4
| * anv: don't double-close the same fdEmil Velikov2016-12-141-2/+1
| * anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirtyJason Ekstrand2016-12-141-10/+13
* | Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-2519-54/+394
|\ \ | |/
| * anv/format: handle unsupported formats properlyIago Toral Quiroga2016-11-241-0/+3
| * anv: fix enumeration of propertiesEmil Velikov2016-11-241-6/+8
| * anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand2016-11-241-1/+13
| * anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand2016-11-241-5/+15
| * anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun2016-11-241-1/+1
| * anv: Implement a depth stall restriction on gen7Jason Ekstrand2016-11-243-0/+35
| * anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand2016-11-241-9/+11
| * anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand2016-11-241-1/+5
| * anv: Handle null in all destructorsJason Ekstrand2016-11-249-1/+65
| * i965/glk: Add basic Geminilake supportBen Widawsky2016-11-241-0/+46
| * isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_saJordan Justen2016-11-241-1/+1
| * intel: Set min_ds_entries on Broxton.Kenneth Graunke2016-11-241-0/+2
| * anv: fix multi level clears with VK_REMAINING_MIP_LEVELSLionel Landwerlin2016-11-241-2/+2
| * anv: Rework fencesJason Ekstrand2016-11-233-26/+150
| * anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand2016-11-231-3/+10
| * anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand2016-11-231-0/+29
* | Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-1617-411/+572
|\ \ | |/
| * 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