aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt2018-05-1629-93/+93
* v3d: Switch the vc5 driver to using the finalized V3D UABI.Eric Anholt2018-05-1610-79/+79
* svga: fix incompatible bind flags at buffer validation timeCharmaine Lee2018-05-161-2/+7
* mesa: cast the GLenum16 to GLint to avoid compile warning on androidjenny.q.cao2018-05-161-1/+1
* etnaviv: Fix missing rnndb file in tarballsStuart Young2018-05-162-0/+2
* gallium/hud: add frametime graph (v2)Matthias Groß2018-05-153-1/+38
* eg/compute: Use reference counting to handle compute memory pool.Jan Vesely2018-05-152-12/+7
* gallivm: Use alloca_undef with array type instead of alloca_arrayRoland Scheidegger2018-05-161-28/+33
* radv: add generated files to .gitignore(s)Dieter Nützel2018-05-151-0/+1
* spirv: fix visiting inner loops with same break/continue blockSamuel Pitoiset2018-05-151-0/+13
* mesa/st: handle vert_attrib_mask in nir case tooRob Clark2018-05-151-7/+7
* cso: check count == 0 in cso_set_vertex_buffersMarek Olšák2018-05-151-0/+3
* vc5: use util_copy_framebuffer_stateRob Clark2018-05-151-12/+2
* vc4: use util_copy_framebuffer_stateRob Clark2018-05-151-12/+2
* freedreno/a5xx: remove fd5_shader_stateobjRob Clark2018-05-153-23/+10
* freedreno/a4xx: remove fd4_shader_stateobjRob Clark2018-05-153-23/+10
* freedreno/a3xx: remove fd3_shader_stateobjRob Clark2018-05-153-26/+13
* freedreno: fence should hold a ref to pipeRob Clark2018-05-153-5/+6
* freedreno: batch cache doesn't hold a ref to batchRob Clark2018-05-151-1/+1
* docs/meson: mark code/commands as <code>Eric Engestrom2018-05-151-10/+10
* docs/meson: replace plaintext url with a linkEric Engestrom2018-05-151-3/+3
* docs/meson: fix various html issuesEric Engestrom2018-05-151-2/+6
* docs/meson: fix various typosEric Engestrom2018-05-151-6/+6
* meson: fix copyright symbolEric Engestrom2018-05-151-1/+1
* autotools, meson: add tileset.hJuan A. Suarez Romero2018-05-152-1/+3
* st/xa: Bump minorThomas Hellstrom2018-05-152-2/+2
* virgl: enable vertex streams when glsl level is high enough.Dave Airlie2018-05-152-2/+3
* opencl: autotools: Fix linking order for OpenCL targetKai Wasserbäch2018-05-141-2/+1
* radv: reduce the number of parameters export by the GS copy shaderSamuel Pitoiset2018-05-141-4/+3
* radv: scan the geometry shader output usage maskSamuel Pitoiset2018-05-142-0/+9
* radv: run the shader info pass before emitting the GS copy shaderSamuel Pitoiset2018-05-141-0/+2
* radv: check that layout isn't NULL in radv_nir_shader_info_pass()Samuel Pitoiset2018-05-141-1/+1
* intel/blorp: Use linear formats for CCS_E clear colors in copiesJason Ekstrand2018-05-141-2/+2
* radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.Bas Nieuwenhuizen2018-05-141-0/+19
* radv: Fix up 2_10_10_10 alpha sign.Bas Nieuwenhuizen2018-05-144-13/+98
* radv: Add support for IMG_DATA_FORMAT_32_32_32.Bas Nieuwenhuizen2018-05-143-4/+11
* radv: Translate logic ops.Bas Nieuwenhuizen2018-05-142-30/+59
* radv: Fix multiview queries.Bas Nieuwenhuizen2018-05-141-19/+20
* meson: remove dependency antipatternEric Engestrom2018-05-141-1/+1
* radv: remove useless check in radv_create_shaders()Samuel Pitoiset2018-05-141-1/+1
* radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"Samuel Pitoiset2018-05-143-5/+8
* radv: move {load,store}_var intrinsics scanning in different functionsSamuel Pitoiset2018-05-141-47/+80
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-144-0/+16
* llvmpipe: Fix random number generation for unit testsRoland Scheidegger2018-05-142-2/+19
* radv: use compute path for multi-layer images.Dave Airlie2018-05-141-0/+2
* radv: resolve all layers in compute resolve path.Dave Airlie2018-05-141-6/+42
* radv/resolve: do fmask decompress on all layers.Dave Airlie2018-05-141-1/+1
* nvc0: fix setting of subpixel precision during conservative rasterizationRhys Perry2018-05-132-2/+2
* anv,nir: add generated files to .gitignore(s)Rhys Perry2018-05-122-0/+3
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-1211-95/+45