summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-17i965/miptree: Fix handling of uninitialized MCS buffersNanley Chery1-7/+7
2018-05-17radv: only declare the ESGS rings for pre GFX9 chipsSamuel Pitoiset1-4/+10
2018-05-17radv: allow to print GPU info with RADV_DEBUG=infoSamuel Pitoiset2-0/+5
2018-05-17radv: do not emit unnecessary ES output storesSamuel Pitoiset1-3/+23
2018-05-17radv: do not emit unnecessary GS output storesSamuel Pitoiset1-0/+7
2018-05-17radv: only pass the global BO list at submit time if enabledSamuel Pitoiset1-2/+6
2018-05-17radv: remove the radv_finishme() when compiling shadersSamuel Pitoiset1-4/+0
2018-05-17radv: remove radv_device::llvm_supports_spillSamuel Pitoiset3-7/+1
2018-05-17mesa: add glUniform*ui{v} support to display listsTimothy Arceri1-33/+17
2018-05-16radeonsi: create .gitignoreDieter Nützel1-0/+2
2018-05-17ac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer.store intrinsicDave Airlie1-32/+60
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 Anholt2-2/+2
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 Anholt51-128/+128
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt29-93/+93
2018-05-16v3d: Switch the vc5 driver to using the finalized V3D UABI.Eric Anholt10-79/+79
2018-05-16svga: fix incompatible bind flags at buffer validation timeCharmaine Lee1-2/+7
2018-05-16mesa: cast the GLenum16 to GLint to avoid compile warning on androidjenny.q.cao1-1/+1
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-15radv: add generated files to .gitignore(s)Dieter Nützel1-0/+1
2018-05-15spirv: fix visiting inner loops with same break/continue blockSamuel Pitoiset1-0/+13
2018-05-15mesa/st: handle vert_attrib_mask in nir case tooRob Clark1-7/+7
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 Clark3-5/+6
2018-05-15freedreno: batch cache doesn't hold a ref to batchRob Clark1-1/+1
2018-05-15docs/meson: mark code/commands as <code>Eric Engestrom1-10/+10
2018-05-15docs/meson: replace plaintext url with a linkEric Engestrom1-3/+3
2018-05-15docs/meson: fix various html issuesEric Engestrom1-2/+6
2018-05-15docs/meson: fix various typosEric Engestrom1-6/+6
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 Hellstrom2-2/+2
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-14radv: reduce the number of parameters export by the GS copy shaderSamuel Pitoiset1-4/+3
2018-05-14radv: scan the geometry shader output usage maskSamuel Pitoiset2-0/+9
2018-05-14radv: run the shader info pass before emitting the GS copy shaderSamuel Pitoiset1-0/+2
2018-05-14radv: check that layout isn't NULL in radv_nir_shader_info_pass()Samuel Pitoiset1-1/+1
2018-05-14intel/blorp: Use linear formats for CCS_E clear colors in copiesJason Ekstrand1-2/+2
2018-05-14radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.Bas Nieuwenhuizen1-0/+19
2018-05-14radv: Fix up 2_10_10_10 alpha sign.Bas Nieuwenhuizen4-13/+98