summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-26i965/gen10: Use CS Stall instead of WriteImmediate.cros-mesa-18.1_pre1-r4-vanillachadv/cros-mesa-18.1_pre1-r4-vanillaRafael Antognolli1-6/+4
2018-01-26anv/gen10: Emit CS stall and mark push constants dirty.Rafael Antognolli2-7/+12
2018-01-26i965/gen10: Re-enable push constants.Rafael Antognolli1-9/+0
2018-01-26anv/gen10: Ignore push constant packets during context restore.Rafael Antognolli2-0/+48
2018-01-26i965/gen10: Ignore push constant packets during context restore.Rafael Antognolli3-0/+54
2018-01-26mesa: silence MinGW 'may be unused uninitialized' warning in get.cBrian Paul1-1/+1
2018-01-26mesa: Fix function pointers initialization in status trackerEleni Maria Stea1-2/+2
2018-01-26anv/pipeline: remove the pipeline layout field from anv_pipelineIago Toral Quiroga3-4/+0
2018-01-26anv/cmd_buffer: add the pipeline layout to the pipeline stateIago Toral Quiroga3-5/+12
2018-01-26anv/pipeline: don't take the layout from the pipeline to compile shadersIago Toral Quiroga4-25/+39
2018-01-26anv/descriptor_set: add reference counting for descriptor set layoutsIago Toral Quiroga3-11/+41
2018-01-26ac/nir: set amdgpu.uniform and invariant.load for SSBOsSamuel Pitoiset1-1/+7
2018-01-26ac/nir: set amdgpu.uniform and invariant.load for UBOsSamuel Pitoiset1-1/+7
2018-01-26ac/nir: set the noalias attribute on input pointersSamuel Pitoiset1-0/+1
2018-01-26ac: only load used channels when sampling buffer viewsSamuel Pitoiset1-1/+4
2018-01-26ac: pass the number of channels to ac_build_buffer_load_format()Samuel Pitoiset5-16/+9
2018-01-26ac: add ac_build_buffer_load_common() helperSamuel Pitoiset1-21/+40
2018-01-26radv: fix RADV_DEBUG=syncshaders on GFX9Samuel Pitoiset1-1/+10
2018-01-26radv: fix a GPU hang with RADV_DEBUG=syncshadersSamuel Pitoiset1-8/+7
2018-01-26ac/shader: scan if fragment shaders write memorySamuel Pitoiset5-16/+39
2018-01-26ac/nir: only canonicalize 32-bit float min/max outputs on pre-GFX9Samuel Pitoiset1-2/+8
2018-01-26anv/pipeline: Don't look at blend state unless we have an attachmentJason Ekstrand1-3/+3
2018-01-26anv_icd.py: improve reproducible buildsMaxin B. John1-1/+1
2018-01-26nouveau: Remove no-op nvgl_logicop_func functionIan Romanick3-43/+2
2018-01-26i915: Silence unused parameter warningsIan Romanick1-10/+11
2018-01-26i915: Make intelEmitCopyBlit staticIan Romanick3-167/+149
2018-01-26i965: Make intelEmitCopyBlit staticIan Romanick2-215/+199
2018-01-26i915: Use enum color_logic_ops for blitsIan Romanick10-40/+22
2018-01-26i965: Use enum color_logic_ops for blitsIan Romanick8-37/+20
2018-01-26mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick11-83/+18
2018-01-26st/mesa: Use the translated color logic op from the contextIan Romanick1-47/+1
2018-01-26i965: Use the translated color logic op from the contextIan Romanick3-44/+1
2018-01-26mesa: Also track a remapped version of the color logic opIan Romanick2-0/+58
2018-01-26radeonsi: Export signalled sync file instead of -1.Bas Nieuwenhuizen3-0/+29
2018-01-25i965/fs: Reset the register file to VGRF in lower_integer_multiplicationJason Ekstrand1-5/+10
2018-01-25vulkan: Update the XML and headers to 1.0.68Jason Ekstrand2-15/+130
2018-01-26radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie1-1/+2
2018-01-25configure.ac: add missing llvm dependencies to .pc filesChuck Atkins1-0/+12
2018-01-25swr/rast: Optimize DumpToFile output sizeGeorge Kyriazis1-2/+1
2018-01-25swr/rast: Updated copyright datesGeorge Kyriazis3-3/+3
2018-01-25swr/rast: Move memory-related JIT functionsGeorge Kyriazis7-818/+894
2018-01-25swr/rast: Add extra (optional) parameter in GATHERPSGeorge Kyriazis4-5/+10
2018-01-25swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis3-34/+169
2018-01-25swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRastGeorge Kyriazis1-33/+33
2018-01-25mesa: whitespace fixes in attrib.cBrian Paul1-78/+77
2018-01-25mesa: whitespace fixes in varray.hBrian Paul1-26/+29
2018-01-25mesa: include mtypes.h in varray.hBrian Paul1-3/+1
2018-01-25mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in commentsBrian Paul3-3/+3
2018-01-25mesa: simplify _mesa_delete_list() a bit, add some assertionsBrian Paul1-28/+11
2018-01-25st/mesa: expand glDrawPixels cache to handle multiple imagesBrian Paul3-68/+153