summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2018-05-21v3d: Include v3d_drm.h path.Vinson Lee1-0/+1
2018-05-21virgl: set texture buffer offset alignment to disable ARB_texture_buffer_range.Dave Airlie1-1/+1
2018-05-19r600/compute: Mark several functions as staticAaron Watry2-30/+29
2018-05-19r600/compute: Remove unused compute_memory_pool functionsAaron Watry2-103/+0
2018-05-19draw: get rid of special logic to not emit null trisRoland Scheidegger1-38/+0
2018-05-18radeonsi: skip ES output stores for undefined output componentsMarek Olšák1-0/+3
2018-05-18llvmpipe: fix check for a no-op shaderBrian Paul1-2/+4
2018-05-17tgsi: fix incorrect tgsi_shader_info::num_tokens computationBrian Paul1-2/+1
2018-05-17amd: remove support for LLVM 4.0Marek Olšák4-13/+3
2018-05-17swr/rast: Added FEClipRectangles eventAlok Hota2-0/+4
2018-05-17swr/rast: Whitespace and tab-to-spaces changesAlok Hota5-17/+18
2018-05-17swr/rast: fix VCVTPD2PS generation for AVX512Alok Hota1-2/+10
2018-05-17swr/rast: Rectlist support for GSAlok Hota6-1/+102
2018-05-17swr/rast: Remove unneeded virtual from methodsAlok Hota1-2/+2
2018-05-17broadcom/vc4: Native fence fd supportStefan Schake6-11/+107
2018-05-17broadcom/vc4: Store job fence in syncobjStefan Schake3-4/+35
2018-05-17broadcom/vc4: Detect syncobj supportStefan Schake2-0/+7
2018-05-17v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt5-5/+26
2018-05-17v3d: Enable NaN propagation in the VS and CS as well.Eric Anholt1-1/+3
2018-05-16radeonsi: create .gitignoreDieter Nützel1-0/+2
2018-05-16v3d: Fix wiring filters to NEAREST for 32-bit texture returns.Eric Anholt1-1/+1
2018-05-16v3d: Enable the driver by default.Eric Anholt1-1/+1
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt29-1533/+1533
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt48-125/+125
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt24-72/+72
2018-05-16v3d: Switch the vc5 driver to using the finalized V3D UABI.Eric Anholt9-234/+39
2018-05-16svga: fix incompatible bind flags at buffer validation timeCharmaine Lee1-2/+7
2018-05-16etnaviv: Fix missing rnndb file in tarballsStuart Young2-0/+2
2018-05-15gallium/hud: add frametime graph (v2)Matthias Groß3-1/+38
2018-05-15eg/compute: Use reference counting to handle compute memory pool.Jan Vesely2-12/+7
2018-05-16gallivm: Use alloca_undef with array type instead of alloca_arrayRoland Scheidegger1-28/+33
2018-05-15cso: check count == 0 in cso_set_vertex_buffersMarek Olšák1-0/+3
2018-05-15vc5: use util_copy_framebuffer_stateRob Clark1-12/+2
2018-05-15vc4: use util_copy_framebuffer_stateRob Clark1-12/+2
2018-05-15freedreno/a5xx: remove fd5_shader_stateobjRob Clark3-23/+10
2018-05-15freedreno/a4xx: remove fd4_shader_stateobjRob Clark3-23/+10
2018-05-15freedreno/a3xx: remove fd3_shader_stateobjRob Clark3-26/+13
2018-05-15freedreno: fence should hold a ref to pipeRob Clark1-3/+4
2018-05-15freedreno: batch cache doesn't hold a ref to batchRob Clark1-1/+1
2018-05-15meson: fix copyright symbolEric Engestrom1-1/+1
2018-05-15autotools, meson: add tileset.hJuan A. Suarez Romero2-1/+3
2018-05-15st/xa: Bump minorThomas Hellstrom1-1/+1
2018-05-15virgl: enable vertex streams when glsl level is high enough.Dave Airlie2-2/+3
2018-05-14opencl: autotools: Fix linking order for OpenCL targetKai Wasserbäch1-2/+1
2018-05-14llvmpipe: Fix random number generation for unit testsRoland Scheidegger2-2/+19
2018-05-13nvc0: fix setting of subpixel precision during conservative rasterizationRhys Perry2-2/+2
2018-05-12gallium: remove aux_vertex_buffer_slot codeMarek Olšák6-67/+38
2018-05-11radeon/vce: add firmware support for ver 53 and upBoyuan Zhang1-2/+2
2018-05-11etnaviv: remove pipe_fence_handle::ctxRob Clark1-2/+0
2018-05-11swr/rast: Thread locked tiles improvementGeorge Kyriazis7-24/+152