summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drirc: add allow_higher_compat_version for Worms WMDSamuel Pitoiset2017-02-151-0/+4
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-157-2/+25
* gallium/radeon: add a HUD query for monitoring the CS thread activityMarek Olšák2017-02-155-1/+29
* anv: wsi: report presentation error per image requestLionel Landwerlin2017-02-151-8/+15
* egl: remove duplicate 0 assignmentEric Engestrom2017-02-151-3/+0
* glx/glvnd: Fix GLXdispatchIndex sortingHans de Goede2017-02-151-4/+4
* radv: also fixup event emission to not get culled.Dave Airlie2017-02-151-0/+1
* anv: Use vk_foreach_struct for handling extension structsJason Ekstrand2017-02-143-27/+21
* util: Add helpers for iterating over Vulkan extension structsJason Ekstrand2017-02-142-1/+45
* radv: query cmds should mark a cmd buffer as having draws.Dave Airlie2017-02-151-0/+4
* glsl: Handle packed_type == ivec4[] in lower_packed_varyings().Kenneth Graunke2017-02-141-1/+2
* 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