summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-24r600/compute: bail if we can't build the compute shader.r600-cts-waDave Airlie1-0/+5
2018-07-24r600/sb: don't crash out in finalise, just exit clean to unopt versionDave Airlie2-7/+21
2018-07-23radeonsi: fix pk2h breakageMarek Olšák1-2/+5
2018-07-23radeonsi: reduce LDS stalls by 40% for tessellationMarek Olšák4-6/+14
2018-07-23radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard5-2/+22
2018-07-23intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand8-9/+45
2018-07-23radv: enable VK_KHR_16bit_storage extension / 16bit storage featuresDaniel Schürmann3-4/+8
2018-07-23ac: add support for 16bit load_push_constantDaniel Schürmann1-0/+20
2018-07-23radv: add support for 16bit input/outputDaniel Schürmann2-18/+80
2018-07-23nir: add 16bit type information to glsl typesDaniel Schürmann3-0/+28
2018-07-23ac: add support for 16bit buffer loadsDaniel Schürmann1-40/+55
2018-07-23ac: add support for 16bit UBO loadsDaniel Schürmann3-3/+51
2018-07-23ac: add support for 16bit ssbo storesDaniel Schürmann1-60/+84
2018-07-23ac: add 16bit conversion operationsDaniel Schürmann2-9/+31
2018-07-23r600: enable tess_input_info for TESDave Airlie1-14/+6
2018-07-24docs/features: fix virgl gles3.1 entriesDave Airlie1-2/+2
2018-07-23draw: force draw pipeline if there's more than 65535 verticesRoland Scheidegger3-0/+21
2018-07-24docs/features: note ARB_copy_image is working on virglDave Airlie1-1/+1
2018-07-24Revert "virgl: remove unused stride-arguments"Dave Airlie5-5/+33
2018-07-24docs/features: note ssbo and atomic counters done for virglDave Airlie1-5/+5
2018-07-24virgl: add initial shader_storage_buffer_object support. (v2)Dave Airlie9-0/+98
2018-07-23nir: Add a couple trivial abs optimizationsJason Ekstrand1-0/+2
2018-07-23glsl: remove delegating constructors to allow build with C++98Caio Marcelo de Oliveira Filho1-6/+8
2018-07-23v3d: Implement a small immediates optimization, based on VC4's.Eric Anholt8-19/+143
2018-07-23v3d: Return an invalid src number if asked for a missing implicit uniform.Eric Anholt2-3/+3
2018-07-23v3d: Skip emitting texture config parameter 2 if it's just the defaults.Eric Anholt1-1/+5
2018-07-23v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.Eric Anholt1-1/+1
2018-07-23v3d: Switch to using the new SFU instructions on V3D 4.x.Eric Anholt8-24/+118
2018-07-23v3d: Add QPU pack/unpack for the new SFU instructions.Eric Anholt4-0/+32
2018-07-23v3d: Fix the name of the "flpop" operation.Eric Anholt6-6/+7
2018-07-23v3d: Print the instruction we're testing in the QPU disasm/pack round-trip.Eric Anholt1-2/+3
2018-07-23v3d: Drop unused vir_SAT() operation.Eric Anholt1-8/+0
2018-07-23v3d: Rotate through registers to improve post-RA scheduling options.Eric Anholt1-0/+45
2018-07-23v3d: Allow reading from physical regs written in the previous instruction.Eric Anholt1-24/+0
2018-07-23anv: remove unnecessary runtime copy of static stringEric Engestrom1-2/+1
2018-07-23anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BITAlex Smith1-0/+9
2018-07-23virgl: remove unused stride-argumentsErik Faye-Lund5-33/+5
2018-07-23radv: print a big warning when RADV_TRACE_FILE is setSamuel Pitoiset1-0/+4
2018-07-23radv: fix a memleak for merged shaders on GFX9Samuel Pitoiset1-1/+1
2018-07-23intel/blorp: Fix blits to R8G8B8_UNORM_SRGB sRGB harderJason Ekstrand1-3/+11
2018-07-22anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAVJason Ekstrand1-31/+22
2018-07-22anv: Properly handle GetImageSubresourceLayout on complex imagesJason Ekstrand1-7/+16
2018-07-23radeonsi/nir: make use of nir_lower_load_const_to_scalar()Timothy Arceri1-0/+2
2018-07-22anv/gen9: expose VK_EXT_post_depth_coverageIlia Mirkin3-2/+10
2018-07-22spirv: add support for SPV_KHR_post_depth_coverageIlia Mirkin2-0/+10
2018-07-21android: util/disk_cache: fix building errors in gallium driversMauro Rossi1-0/+1
2018-07-21Android: fix a missing nir_intrinsics.h errorChih-Wei Huang2-0/+3
2018-07-20nir: Fix end of function without return warning/error.Bas Nieuwenhuizen1-0/+2
2018-07-20st: Sweep NIR after linking phase to free held memoryDanylo Piliaiev1-0/+2
2018-07-20st/dri: Don't require a dri_format for image creation.Eric Anholt2-13/+1