summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* broadcom/vc5: Don't forget to get the BO offset when opening a dmabuf.Eric Anholt2018-01-271-0/+12
* broadcom/vc5: Enable the driver on V3D 4.2.Eric Anholt2018-01-271-1/+6
* broadcom/vc5: Enable CLIF dumping of V3D 4.2.Eric Anholt2018-01-273-1/+10
* broadcom/vc5: Update the compiler for V3D 4.2.Eric Anholt2018-01-271-2/+6
* broadcom/vc5: Update QPU instruction pack/unpack for v4.2.Eric Anholt2018-01-274-5/+9
* broadcom/vc5: Add XML for V3D 4.2.Eric Anholt2018-01-276-0/+1065
* broadcom/vc5: Fix a race between XML codegen build and CLIF build.Eric Anholt2018-01-271-1/+4
* Android: Attempt to fix broadcom build after vc5 changes.Eric Anholt2018-01-271-0/+5
* ac: rename and move si_const_array into common codeMarek Olšák2018-01-276-31/+25
* ac: move address space definitions to common codeMarek Olšák2018-01-273-14/+7
* ac: don't use byval LLVM qualifier in shadersMarek Olšák2018-01-277-24/+8
* gallium/radeon: set number of pb_cache buckets = number of heapsMarek Olšák2018-01-275-53/+25
* pb_cache: let drivers choose the number of bucketsMarek Olšák2018-01-277-11/+28
* pb_cache: call os_time_get outside of the loopMarek Olšák2018-01-271-6/+6
* gallium/radeon: simplify radeon_flags_from_heapMarek Olšák2018-01-271-14/+8
* st/shader_cache: restore num_tgsi_tokens when loading from cacheTimothy Arceri2018-01-271-9/+16
* winsys/amdgpu: fix assertion failure with UVD and VCE ringsMarek Olšák2018-01-261-2/+1
* mesa: remove MESA_FUNCTIONBrian Paul2018-01-262-4/+2
* mesa: change gl_link_status enums to uppercaseBrian Paul2018-01-2618-35/+35
* mesa: change gl_compile_status enums to uppercaseBrian Paul2018-01-267-17/+17
* mesa: minor comment reformatting, whitespace fixes in mtypes.hBrian Paul2018-01-261-43/+54
* i965/gen10: Use CS Stall instead of WriteImmediate.cros-mesa-18.1_pre1-r4-vanillachadv/cros-mesa-18.1_pre1-r4-vanillaRafael Antognolli2018-01-261-6/+4
* anv/gen10: Emit CS stall and mark push constants dirty.Rafael Antognolli2018-01-262-7/+12
* i965/gen10: Re-enable push constants.Rafael Antognolli2018-01-261-9/+0
* anv/gen10: Ignore push constant packets during context restore.Rafael Antognolli2018-01-262-0/+48
* i965/gen10: Ignore push constant packets during context restore.Rafael Antognolli2018-01-263-0/+54
* mesa: silence MinGW 'may be unused uninitialized' warning in get.cBrian Paul2018-01-261-1/+1
* mesa: Fix function pointers initialization in status trackerEleni Maria Stea2018-01-261-2/+2
* anv/pipeline: remove the pipeline layout field from anv_pipelineIago Toral Quiroga2018-01-263-4/+0
* anv/cmd_buffer: add the pipeline layout to the pipeline stateIago Toral Quiroga2018-01-263-5/+12
* anv/pipeline: don't take the layout from the pipeline to compile shadersIago Toral Quiroga2018-01-264-25/+39
* anv/descriptor_set: add reference counting for descriptor set layoutsIago Toral Quiroga2018-01-263-11/+41
* ac/nir: set amdgpu.uniform and invariant.load for SSBOsSamuel Pitoiset2018-01-261-1/+7
* ac/nir: set amdgpu.uniform and invariant.load for UBOsSamuel Pitoiset2018-01-261-1/+7
* ac/nir: set the noalias attribute on input pointersSamuel Pitoiset2018-01-261-0/+1
* ac: only load used channels when sampling buffer viewsSamuel Pitoiset2018-01-261-1/+4
* ac: pass the number of channels to ac_build_buffer_load_format()Samuel Pitoiset2018-01-265-16/+9
* ac: add ac_build_buffer_load_common() helperSamuel Pitoiset2018-01-261-21/+40
* radv: fix RADV_DEBUG=syncshaders on GFX9Samuel Pitoiset2018-01-261-1/+10
* radv: fix a GPU hang with RADV_DEBUG=syncshadersSamuel Pitoiset2018-01-261-8/+7
* ac/shader: scan if fragment shaders write memorySamuel Pitoiset2018-01-265-16/+39
* ac/nir: only canonicalize 32-bit float min/max outputs on pre-GFX9Samuel Pitoiset2018-01-261-2/+8
* anv/pipeline: Don't look at blend state unless we have an attachmentJason Ekstrand2018-01-261-3/+3
* anv_icd.py: improve reproducible buildsMaxin B. John2018-01-261-1/+1
* nouveau: Remove no-op nvgl_logicop_func functionIan Romanick2018-01-263-43/+2
* i915: Silence unused parameter warningsIan Romanick2018-01-261-10/+11
* i915: Make intelEmitCopyBlit staticIan Romanick2018-01-263-167/+149
* i965: Make intelEmitCopyBlit staticIan Romanick2018-01-262-215/+199
* i915: Use enum color_logic_ops for blitsIan Romanick2018-01-2610-40/+22
* i965: Use enum color_logic_ops for blitsIan Romanick2018-01-268-37/+20