summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Silence unused parameter warningIan Romanick2018-03-291-5/+3
* spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.buildIan Romanick2018-03-296-49/+100
* compiler: All leaf Makefile.am should use +=Ian Romanick2018-03-292-1/+2
* util: Include bitscan.h directlyIan Romanick2018-03-295-1/+5
* util: Optimize util_is_power_of_two_nonzeroIan Romanick2018-03-291-0/+17
* util: Use util_is_power_of_two_nonzero in u_vectorIan Romanick2018-03-291-2/+2
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-295-13/+19
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-2937-73/+79
* meson: use dep_libdrm version for pkg-configDylan Baker2018-03-292-2/+2
* meson: Use the same version for all libdrm checksDylan Baker2018-03-291-21/+45
* meson: group libdrm dependenciesDylan Baker2018-03-291-15/+14
* gl.h: remove stale comment, trailing whitespaceBrian Paul2018-03-291-2/+2
* glapi: add glBlendBarrier(), glPrimitiveBoundingBox() prototypesBrian Paul2018-03-291-0/+2
* st/mesa: silence unhandled switch case warningBrian Paul2018-03-291-1/+2
* mesa: Inherit texture view multi-sample information from the original texture...Henri Verbeet2018-03-293-14/+26
* radv: fix scanning output_usage_mask with structsSamuel Pitoiset2018-03-291-4/+52
* nvc0/ir: fix emiting NOTs with predicatesKarol Herbst2018-03-291-0/+2
* broadcom/vc4: Fix out-of-tree build with automake.Aaron Watry2018-03-281-0/+2
* broadcom/vc5: Start using nir_opt_move_load_ubo().Eric Anholt2018-03-281-0/+2
* broadcom/vc5: Fix setup of integer surface clear values.Eric Anholt2018-03-281-8/+8
* broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.Eric Anholt2018-03-281-12/+2
* broadcom/vc5: Work around scissor w/h==0 bug same as rasterizer discard.Eric Anholt2018-03-281-2/+15
* st: Don't try to finalize the texture in st_render_texture().Eric Anholt2018-03-281-4/+0
* drirc: whitelist glthread for Medieval II: TW, Carnivores: DHR, Far Cry 2Marek Olšák2018-03-281-0/+15
* radv: enable VK_AMD_shader_trinary_minmax extensionDaniel Schürmann2018-03-292-0/+2
* ac: add support for trinary_minmax instructionsDaniel Schürmann2018-03-291-0/+54
* spirv: add support for SPV_AMD_shader_trinary_minmaxDave Airlie2018-03-294-0/+58
* nir: add support for min/max/median of 3 srcsDave Airlie2018-03-291-0/+14
* radeonsi: simplify DCC format categoriesMarek Olšák2018-03-281-20/+9
* radeonsi: don't use the SPI barrier management bug workaroundMarek Olšák2018-03-281-0/+5
* radeonsi: use maximum OFFCHIP_BUFFERING on Vega12Marek Olšák2018-03-281-1/+8
* ac/nir: Add workaround for GFX9 buffer views.Bas Nieuwenhuizen2018-03-295-7/+70
* ac/surface: set AddrSurfInfoIn.format = ADDR_FMT_8 for stencil, add assertionsMarek Olšák2018-03-281-0/+8
* radv: enable VK_EXT_sampler_filter_minmaxSamuel Pitoiset2018-03-281-0/+1
* radv: add support for VK_EXT_sampler_filter_minmaxSamuel Pitoiset2018-03-282-1/+70
* radv: rename VEGA10 device nameSamuel Pitoiset2018-03-281-1/+1
* radv: add support for Vega12Samuel Pitoiset2018-03-283-1/+6
* build: Fix up nir_intrinsics.PloMatt Turner2018-03-281-0/+3
* autotools: Include intel/dev/meson.build in tarballDylan Baker2018-03-281-0/+1
* autotools: include meson_get_versionDylan Baker2018-03-281-1/+2
* docs: fix 18.0 release note versionEric Engestrom2018-03-281-4/+4
* radeonsi: add support for Vega12Marek Olšák2018-03-288-8/+41
* amd/addrlib: update to the latest version for Vega12Marek Olšák2018-03-2817-148/+439
* gbm: remove never-implemented functionEric Engestrom2018-03-282-3/+0
* android: Use new nir intrinsics python scriptsStefan Schake2018-03-281-0/+9
* broadcom/vc5: Fix padding of NPOT miplevels >= 2.Eric Anholt2018-03-271-3/+8
* ac/radeonsi: pass bindless bool to load_sampler_desc()Timothy Arceri2018-03-284-5/+14
* st/glsl_to_nir: set driver location for bindless images and samplersTimothy Arceri2018-03-281-1/+2
* radeonsi/nir: set uses_bindless_samplers for samplersTimothy Arceri2018-03-281-0/+3
* nir: add bindless to nir dataTimothy Arceri2018-03-282-0/+7