aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add PCI IDs for new Amberlake parts that are Coffeelake basedKenneth Graunke2018-10-151-2/+3
* intel: disable FS IR validation in release mode.Kenneth Graunke2018-10-151-0/+2
* nir: Copy propagation between blocksCaio Marcelo de Oliveira Filho2018-10-152-82/+351
* nir: Take call instruction into account in copy_prop_varsCaio Marcelo de Oliveira Filho2018-10-151-6/+12
* nir: Add tests for copy propagation of derefsCaio Marcelo de Oliveira Filho2018-10-151-0/+300
* nir: Remove handling of dead writes from copy_prop_varsCaio Marcelo de Oliveira Filho2018-10-151-76/+8
* intel/nir, freedreno/ir3: Use the separated dead write vars passCaio Marcelo de Oliveira Filho2018-10-152-0/+2
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-155-3/+227
* nir: Add tests for dead write eliminationCaio Marcelo de Oliveira Filho2018-10-151-0/+241
* nir: Add test file for vars related passesCaio Marcelo de Oliveira Filho2018-10-153-11/+224
* nir: Add nir_imm_ivec2 helperCaio Marcelo de Oliveira Filho2018-10-151-0/+12
* util: Add foreach_reverse for dynarrayCaio Marcelo de Oliveira Filho2018-10-151-0/+6
* v3d: Add support for hardware pack/unpack of half floats.Eric Anholt2018-10-152-0/+17
* nir: Expose nir_remove_unused_io_vars().Eric Anholt2018-10-152-8/+27
* nir: Be sure to fix deref modes after demoting shader i/o vars to global.Eric Anholt2018-10-151-0/+3
* gallium/ttn: Convert inputs and outputs to derefs of variables.Eric Anholt2018-10-154-69/+64
* gallium/ttn: Fix the type of gl_FragDepth.Eric Anholt2018-10-151-0/+1
* freedreno/a6xx: Enable blitterKristian H. Kristensen2018-10-155-0/+623
* freedreno/a6xx: Update headersKristian H. Kristensen2018-10-151-16/+30
* freedreno/a6xx: Remove unnecessary GRAS_2D_BLIT_INFO writeKristian H. Kristensen2018-10-151-2/+0
* anv: Don't advertise ASTC support on BSWJason Ekstrand2018-10-151-0/+8
* radv: do not force the flat qualifier for clip/cull distancesSamuel Pitoiset2018-10-151-2/+2
* radv: bump discreteQueuePriorities to 2Samuel Pitoiset2018-10-151-1/+1
* anv: Split dispatch tables into device and instanceJason Ekstrand2018-10-153-91/+230
* i965: Drop assert about number of uniforms in ARB handling.Kenneth Graunke2018-10-151-3/+2
* vulkan: Add the fuchsia headersJason Ekstrand2018-10-152-0/+62
* radv: Implement VK_EXT_pci_bus_info.Bas Nieuwenhuizen2018-10-153-0/+13
* gallium/u_transfer_helper: Add support for separate Z24/S8 as well.Kenneth Graunke2018-10-145-22/+60
* gallium/format: Add a helper to combine separate Z24 and S8 stencil.Kenneth Graunke2018-10-142-0/+22
* gallium/auxiliary: Add util_format_get_depth_only() helper.Kenneth Graunke2018-10-141-0/+21
* nir: Create sampler variables in prog_to_nir.Kenneth Graunke2018-10-141-2/+13
* nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.Kenneth Graunke2018-10-142-1/+23
* spirv: Update SPIR-V json and headers to Khronos masterJason Ekstrand2018-10-132-13/+604
* vulkan: Update the XML and headers to 1.1.88Samuel Pitoiset2018-10-132-35/+462
* r600/sb: Fix constant-logical-operand warning.Vinson Lee2018-10-121-1/+1
* i965/miptree: Use enum instead of boolean.Rafael Antognolli2018-10-122-3/+4
* radv: do not support blitting surfaces for R32G32B32 formatsSamuel Pitoiset2018-10-121-0/+7
* scons: Allow building with custom MSVC_USE_SCRIPT script.Jose Fonseca2018-10-122-0/+2
* radv: emit the GLC bit for SSBO loads/stores when neededSamuel Pitoiset2018-10-123-8/+22
* spirv/nir: handle memory access qualifiers for SSBO loads/storesSamuel Pitoiset2018-10-124-14/+77
* anv/android: we need git_sha1.h in include pathsTapani Pälli2018-10-121-0/+1
* anv: Clear WM_HZ_OP overrides in init_device_stateNanley Chery2018-10-111-0/+10
* i965/gen10+: Initialize new fields in STATE_BASE_ADDRESSJordan Justen2018-10-111-1/+6
* anv/gen9+: Initialize new fields in STATE_BASE_ADDRESSJordan Justen2018-10-111-0/+12
* nir: Add a bunch of b2[if] optimizationsJason Ekstrand2018-10-111-0/+17
* intel/vec4: Fix nir_op_b2[fi] with 64-bit resultJason Ekstrand2018-10-111-1/+6
* intel/fs: Fix nir_op_b2[fi] with 64-bit result on Gen8 LP and Gen9 LPJason Ekstrand2018-10-111-5/+5
* egl: Use correct shared libraries suffix on macOS.Vinson Lee2018-10-111-1/+6
* mesa: Fix pack_uint_Z_FLOAT32()Illia Iorin2018-10-112-18/+9
* intel: Introducing Whiskey Lake platformRodrigo Vivi2018-10-114-6/+8