aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Move program key debugging to the compiler.Kenneth Graunke2019-04-1613-283/+275
* winsys/amdgpu: don't set GTT with GDS & OA placements on APUsMarek Olšák2019-04-161-9/+11
* nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák2019-04-164-2/+48
* st/va/enc: Add support for frame_cropping_flag of VAEncSequenceParameterBuffe...suresh guttula2019-04-161-0/+8
* radeon/vce:Add support for frame_cropping_flag of VAEncSequenceParameterBuffe...suresh guttula2019-04-161-2/+9
* vl: Add cropping flags for H264suresh guttula2019-04-161-0/+5
* compiler/glsl: handle case where we have multiple users for typesTapani Pälli2019-04-168-11/+66
* intel/compiler: Do not reswizzle dst if instruction writes to flag registerDanylo Piliaiev2019-04-161-0/+6
* radv: sort the shader capabilities alphabeticallySamuel Pitoiset2019-04-161-3/+3
* iris: Make shader_perf_log print to stderr if INTEL_DEBUG=perf is setKenneth Graunke2019-04-151-4/+11
* radv: enable shaderInt8 on SI and CIKSamuel Pitoiset2019-04-162-4/+3
* virgl: fix fence fd version checkChia-I Wu2019-04-151-2/+2
* virgl: introduce virgl_drm_fenceChia-I Wu2019-04-152-45/+115
* virgl: hide fence internals from the driverChia-I Wu2019-04-154-41/+44
* virgl: handle fence_server_sync in winsysChia-I Wu2019-04-156-20/+28
* gallivm: fix bogus assert in get_indirect_indexRoland Scheidegger2019-04-161-1/+1
* glsl/linker: always validate explicit locations for first and last interfacesAndres Gomez2019-04-153-20/+17
* vc4: fix buildRhys Perry2019-04-151-1/+0
* iris: Fix FLUSH_EXPLICIT handling with staging buffers.Kenneth Graunke2019-04-151-23/+41
* iris: Preserve all PIPE_TRANSFER flags in xfer->usageKenneth Graunke2019-04-152-13/+12
* iris: Actually mark blorp_copy_buffer destinations as written.Kenneth Graunke2019-04-151-0/+1
* drirc: add Spectacle, Falkon to a-sync blacklistgrmat2019-04-151-0/+6
* drirc: add Waterfox to adaptive-sync blacklist davidbepo2019-04-151-0/+3
* drirc: add Budgie WM to adaptive-sync blacklistEl Christianito2019-04-151-0/+3
* Delete autotoolsDylan Baker2019-04-15135-9126/+0
* radeonsi: enable GL_EXT_shader_image_load_formattedMarek Olšák2019-04-151-0/+1
* st/mesa: add support for EXT_shader_image_load_formattedRhys Perry2019-04-151-0/+1
* mesa, glsl: add support for EXT_shader_image_load_formattedRhys Perry2019-04-155-0/+15
* gallium: add support for formatted image loadsRhys Perry2019-04-158-0/+8
* radv: set ACCESS_NON_READABLE on stores for copy/fill/clear meta shadersSamuel Pitoiset2019-04-152-0/+3
* radv: Use local buffers for the global bo list.Bas Nieuwenhuizen2019-04-153-2/+8
* ac: Move has_local_buffers disable to radeonsi.Bas Nieuwenhuizen2019-04-152-3/+5
* radv: Add bolist RADV_PERFTEST flag.Bas Nieuwenhuizen2019-04-152-0/+3
* ac: fix incorrect bindless atomic code in visit_image_atomicMarek Olšák2019-04-151-3/+3
* nir,ac/nir: fix cube_face_coordRhys Perry2019-04-152-8/+24
* anv: Update to use the new features struct namesJason Ekstrand2019-04-151-6/+6
* vulkan: Update the XML and headers to 1.1.106Jason Ekstrand2019-04-151-18/+64
* nir: fix packing components with arraysTimothy Arceri2019-04-151-1/+2
* radv: enable VK_KHR_shader_float16_int8Samuel Pitoiset2019-04-152-1/+2
* spirv: add SpvCapabilityFloat16 supportSamuel Pitoiset2019-04-152-1/+5
* intel: Emit 3DSTATE_VF_STATISTICS dynamicallyKenneth Graunke2019-04-146-11/+35
* nir/validate: Require unused bits of nir_const_value to be zeroJason Ekstrand2019-04-142-20/+41
* nir/load_const_to_scalar: Get rid of a bit size switch statementJason Ekstrand2019-04-141-19/+1
* spirv: Drop some unneeded bit size switch statementsJason Ekstrand2019-04-141-62/+4
* nir/constant_folding: Get rid of a bit size switch statementJason Ekstrand2019-04-141-19/+1
* nir: make nir_const_value scalarKarol Herbst2019-04-1443-416/+470
* spirv: reduce array size in vtn_handle_constantKarol Herbst2019-04-141-1/+1
* nir/loop_analyze: use nir_const_value.b for boolean results, not u32Karol Herbst2019-04-141-1/+1
* nir/print: Use nir_src_as_int for array indicesJason Ekstrand2019-04-141-3/+2
* nir/builder: Add a nir_imm_zero helperJason Ekstrand2019-04-144-17/+18