summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: align const size to vec4Rob Clark2019-03-281-4/+5
* freedreno/ir3: reads/writes to unrelated arrays are not dependentRob Clark2019-03-281-1/+30
* freedreno/ir3: sched fixRob Clark2019-03-281-1/+1
* freedreno/a6xx: small cleanupRob Clark2019-03-281-2/+2
* iris: Fix blits with S8_UINT destinationKenneth Graunke2019-03-281-4/+2
* st/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENCIL_INDEXKenneth Graunke2019-03-281-0/+1
* freedreno/ir3: Add workaround for VS samgqKristian H. Kristensen2019-03-286-4/+29
* freedreno/ir3: Don't access beyond available regsKristian H. Kristensen2019-03-281-4/+7
* util/disk_cache: close fd in the fallback pathEric Engestrom2019-03-281-4/+3
* radv: skip updating depth/color metadata for conditional renderingSamuel Pitoiset2019-03-281-3/+3
* st/nir: Free the GLSL IR after linking.Kenneth Graunke2019-03-281-0/+4
* radv: enable VK_AMD_gpu_shader_int16Samuel Pitoiset2019-03-281-0/+1
* radv: do not lower frexp_exp and frexp_sigSamuel Pitoiset2019-03-281-1/+0
* ac: add ac_build_frex_exp() helper ans 16-bit/32-bit supportSamuel Pitoiset2019-03-283-3/+33
* ac: add ac_build_frexp_mant() helper and 16-bit/32-bit supportSamuel Pitoiset2019-03-283-2/+31
* iris: Actually advertise some modifiersKenneth Graunke2019-03-271-0/+39
* intel/genxml: Media instructions and structures for gen11Toni Lönnberg2019-03-281-24/+3450
* intel/genxml: Media instructions and structures for gen10Toni Lönnberg2019-03-281-24/+3284
* intel/genxml: Media instructions and structures for gen9Toni Lönnberg2019-03-281-24/+3090
* intel/genxml: Media instructions and structures for gen8Toni Lönnberg2019-03-281-0/+1572
* intel/genxml: Media instructions and structures for gen7.5Toni Lönnberg2019-03-281-1/+1291
* intel/genxml: Media instructions and structures for gen7Toni Lönnberg2019-03-281-1/+1347
* intel/genxml: Media instructions and structures for gen6Toni Lönnberg2019-03-281-1/+1003
* intel/genxml: Only handle instructions meant for render engine when generatingToni Lönnberg2019-03-282-7/+59
* softpipe: add indirect store buffer/image unitDave Airlie2019-03-281-2/+34
* softpipe/draw: fix vertex id in soft paths.Dave Airlie2019-03-285-11/+19
* freedreno/ir3: Push UBOs to constant fileKristian H. Kristensen2019-03-275-16/+145
* freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMSKristian H. Kristensen2019-03-278-13/+120
* st/glsl_to_nir: Calculate num_uniforms from NumParameterValuesKristian H. Kristensen2019-03-271-5/+5
* intel: Add Elkhart Lake device infoAnuj Phogat2019-03-271-0/+60
* radeon/vcn: add H.264 constrained baseline supportLeo Liu2019-03-271-0/+1
* egl/android: chose node type based on swrast and preprocessor flagsGurchetan Singh2019-03-271-3/+9
* egl/android: use software rendering when appropriateGurchetan Singh2019-03-271-5/+6
* egl/android: use swrast option in droid_load_driverGurchetan Singh2019-03-271-0/+18
* egl/android: plumb swrast optionGurchetan Singh2019-03-271-9/+9
* egl/android: refactor droid_load_driver a bitGurchetan Singh2019-03-271-24/+20
* egl/android: droid_open_device_drm_gralloc --> droid_open_deviceGurchetan Singh2019-03-271-7/+4
* egl/android: move droid_open_device_drm_gralloc down a bitGurchetan Singh2019-03-271-27/+24
* egl/android: move droid_image_loader_extension down a bitGurchetan Singh2019-03-271-10/+8
* Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"Jason Ekstrand2019-03-272-4/+0
* panfrost: Wait for last job to finish in force_flush_fragmentTomeu Vizoso2019-03-271-0/+8
* panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...Tomeu Vizoso2019-03-271-3/+9
* panfrost: Also tell the kernel about the checksum_slabTomeu Vizoso2019-03-271-4/+9
* panfrost: Set the GEM handle for AFBC buffersTomeu Vizoso2019-03-271-0/+1
* panfrost: Fix sscanf format optionsTomeu Vizoso2019-03-271-2/+2
* virgl: Fake MSAA when max samples is 1Alexandros Frantzis2019-03-271-1/+4
* ac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3Samuel Pitoiset2019-03-273-8/+36
* spirv: propagate the access flag for store and load derefsSamuel Pitoiset2019-03-273-24/+32
* nir: add nir_{load,store}_deref_with_access() helpersSamuel Pitoiset2019-03-271-3/+21
* spirv: make use of the select control support in nirTimothy Arceri2019-03-271-0/+18