summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965: Drop unnecessary bo->align field.Kenneth Graunke2018-03-273-10/+0
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-2714-26/+25
* i965: Drop alignment parameter from bo_alloc_internal().Kenneth Graunke2018-03-271-7/+6
* i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().Kenneth Graunke2018-03-271-2/+2
* i965: Drop PIPE_CONTROL_NO_WRITE from various calls.Kenneth Graunke2018-03-274-11/+4
* nir/intrinsics: Don't report negative dest_componentsJason Ekstrand2018-03-271-1/+1
* intel/fs: Don't emit a des copy for image ops with has_dest == falseJason Ekstrand2018-03-271-3/+6
* nvc0/ir: fix INTERP_* with indirect inputsIlia Mirkin2018-03-271-3/+4
* nir: fix crash in loop unroll corner caseTimothy Arceri2018-03-281-5/+12
* st/glsl_to_nir: correctly handle arrays packed across multiple varsTimothy Arceri2018-03-281-1/+23