aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Implement the Skylake stencil PMA optimizationJason Ekstrand2017-02-143-6/+158
* genxml: Add the CACHE_MODE_0 register on gen9Jason Ekstrand2017-02-141-0/+28
* anv/pipeline: Be smarter about depth/stencil stateJason Ekstrand2017-02-141-34/+141
* anv/pipeline: Make a copy of VkPipelineDepthStencilStateCreateinfoJason Ekstrand2017-02-141-16/+18
* anv: Add support for the PMA fix on BroadwellJason Ekstrand2017-02-149-2/+221
* genxml: Add the CACHE_MODE_1 register on gen8Jason Ekstrand2017-02-141-0/+21
* anv: Disable stencil writes when both write masks are zeroJason Ekstrand2017-02-144-2/+17
* anv/entrypoints: Only generate entrypoints for supported featuresJason Ekstrand2017-02-141-3/+41
* anv: fix Get*MemoryRequirements for !LLCConnor Abbott2017-02-141-6/+8
* radeonsi: implement uploading zero-stride vertex attribsMarek Olšák2017-02-141-8/+23
* gallium/radeon: include SDMA in the GPU load queryMarek Olšák2017-02-142-1/+12
* gallium/hud: add monitoring of API thread busy statusMarek Olšák2017-02-143-0/+64
* gallium/u_queue: add util_queue_get_thread_time_nanoMarek Olšák2017-02-142-0/+12
* gallium/os: add per-thread time clock queriesMarek Olšák2017-02-141-0/+31
* st/mesa: tell u_vbuf that GL core doesn't have user VBOsMarek Olšák2017-02-141-1/+8
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-1410-18/+24
* vdpau: skip vlVdpOutputSurfacePutBitsNative with a zero-area rectangleMarek Olšák2017-02-141-0/+7
* gallium/radeon: add an assertion to texture_transfer_map for app bugsMarek Olšák2017-02-141-0/+1
* radeonsi: implement legacy GL_DOUBLE vertex formatsMarek Olšák2017-02-143-21/+117
* radeonsi: clean up si_get_paramMarek Olšák2017-02-141-19/+11
* gallium/hud: don't use user vertex buffersMarek Olšák2017-02-141-7/+19
* gallium/hud: call u_upload_alloc only onceMarek Olšák2017-02-141-8/+29
* gallium/u_upload_mgr: remove deprecated function u_upload_bufferMarek Olšák2017-02-142-51/+0
* gallium/radeon: remove the internal u_upload_mgr pointerMarek Olšák2017-02-147-26/+33
* st/mesa: use the common uploader (v2)Marek Olšák2017-02-147-44/+25
* gallium/vl: use the common uploaderMarek Olšák2017-02-143-17/+2
* gallium/vbuf: use the common uploaderMarek Olšák2017-02-141-10/+4
* gallium/blitter: use the common uploaderMarek Olšák2017-02-141-9/+3
* gallium/primconvert: use the common uploaderMarek Olšák2017-02-141-10/+2
* gallium/hud: use the common uploaderMarek Olšák2017-02-141-9/+2
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-1418-6/+131
* gallium/u_upload_mgr: add a helper that creates the default uploaderMarek Olšák2017-02-142-0/+16
* gallium: add common uploaders into pipe_context (v2)Marek Olšák2017-02-142-0/+34
* radv: fixup IA_MULTI_VGT_PARAM handling.Dave Airlie2017-02-144-31/+105
* radv: fix warning since using common gs emit codeDave Airlie2017-02-141-1/+0
* radv: adopt some init config workarounds from radeonsi.Dave Airlie2017-02-151-2/+9
* radv: re-enable init gfx state on CIK.Dave Airlie2017-02-151-2/+1
* radv: align the initial state command buffer.Dave Airlie2017-02-151-0/+7
* radv: fix cik macroModeIndex.Dave Airlie2017-02-151-0/+14
* radv: change base aligmment for allocated memory.Dave Airlie2017-02-151-1/+1
* anv: Add support for shaderStorageImageWriteWithoutFormatAlex Smith2017-02-146-23/+65
* spirv: Add support for SpvCapabilityStorageImageWriteWithoutFormatAlex Smith2017-02-143-2/+9
* nir/spirv: do not require a format with images that are not sampledIago Toral Quiroga2017-02-141-2/+0
* anv/apply_pipeline_layout: Set image.write_only to falseJason Ekstrand2017-02-141-0/+12
* intel/isl: Add format metadata for typed reads/writesJason Ekstrand2017-02-142-251/+291
* anv/cmd_buffer: Return a VkResult from verify_cmd_parserJason Ekstrand2017-02-141-7/+7
* nvc0: disable linked tsc mode in compute launch descriptorIlia Mirkin2017-02-132-2/+6
* mesa: Add EXT_frag_depth bits and enable it on all driversAnuj Phogat2017-02-134-0/+7
* radeonsi: use common sendmsg emission function.Dave Airlie2017-02-141-26/+6
* radv/ac: use sendmsg emission interface.Dave Airlie2017-02-141-26/+4