aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon/ac/llvm: add support for sendmsg emissionDave Airlie2017-02-142-0/+25
* radv: disable gfx init on CIK for nowDave Airlie2017-02-141-1/+2
* tgsi: fix memory leak in tgsi sanity checkDave Airlie2017-02-141-3/+5
* radv/ac: use common interp code for new intrinsicsDave Airlie2017-02-141-20/+41
* radv: use indirect buffer for initial gfx state.Dave Airlie2017-02-134-1/+62
* radv: start splitting init config upDave Airlie2017-02-131-8/+20
* radv: don't pass physical device to si_init_ fns.Dave Airlie2017-02-133-11/+9
* radv: detect command buffers that do no work and drop them (v2)Dave Airlie2017-02-135-8/+27
* anv/blorp: Don't sanitize the swizzle for blorp_clearJason Ekstrand2017-02-131-2/+1
* intel/blorp: Swizzle clear colors on the CPUJason Ekstrand2017-02-131-18/+30
* st/xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-131-6/+0
* xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-132-26/+0
* glx: remove always true XDAMAGE_1_1_INTERFACE guardEmil Velikov2017-02-131-4/+0
* glx: remove DRI2DriverPrimeShift compile guardsEmil Velikov2017-02-131-2/+0
* vl: remove DRI2DriverPrimeShift compile guardsEmil Velikov2017-02-131-2/+0
* glx: remove always true ifdef guardsEmil Velikov2017-02-131-4/+0
* winsys/intel: remove unused winsys - ilo was its only userEmil Velikov2017-02-135-744/+0
* util/disk_cache: correctly use stat(3)Timothy Arceri2017-02-131-4/+4
* glsl: Drop resize-to-MaxPatchVertices hack.Kenneth Graunke2017-02-124-43/+0
* mesa: Ignore per-vertex array size in SSO pipeline validation.Kenneth Graunke2017-02-121-42/+56
* glsl: Update a comment about link errors for TCS && !TES.Kenneth Graunke2017-02-121-1/+9
* mesa: Do a draw time check for TES && !TCS in ES 3.x.Kenneth Graunke2017-02-121-0/+14
* mesa: Do (TCS && !TES) draw time validation in ES as well.Kenneth Graunke2017-02-121-19/+26
* i965/sampler_state: Set the "Base Mip Level" field on Sandy BridgeJason Ekstrand2017-02-122-1/+20
* i965/sampler_state: Pass texObj into update_sampler_stateJason Ekstrand2017-02-121-6/+4
* i965/sampler_state: Clamp min/max LOD to 14 on gen7+Jason Ekstrand2017-02-121-2/+5
* st/mesa: don't pass compare mode for stencil-sampled texturesIlia Mirkin2017-02-121-1/+1
* nv50,nvc0: use alternate samplers for stencilIlia Mirkin2017-02-121-3/+3
* radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.Bas Nieuwenhuizen2017-02-131-9/+36