summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-2611-83/+18
* st/mesa: Use the translated color logic op from the contextIan Romanick2018-01-261-47/+1
* i965: Use the translated color logic op from the contextIan Romanick2018-01-263-44/+1
* mesa: Also track a remapped version of the color logic opIan Romanick2018-01-262-0/+58
* radeonsi: Export signalled sync file instead of -1.Bas Nieuwenhuizen2018-01-263-0/+29
* i965/fs: Reset the register file to VGRF in lower_integer_multiplicationJason Ekstrand2018-01-251-5/+10
* vulkan: Update the XML and headers to 1.0.68Jason Ekstrand2018-01-252-15/+130
* radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie2018-01-261-1/+2
* configure.ac: add missing llvm dependencies to .pc filesChuck Atkins2018-01-251-0/+12
* swr/rast: Optimize DumpToFile output sizeGeorge Kyriazis2018-01-251-2/+1
* swr/rast: Updated copyright datesGeorge Kyriazis2018-01-253-3/+3
* swr/rast: Move memory-related JIT functionsGeorge Kyriazis2018-01-257-818/+894
* swr/rast: Add extra (optional) parameter in GATHERPSGeorge Kyriazis2018-01-254-5/+10
* swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis2018-01-253-34/+169
* swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRastGeorge Kyriazis2018-01-251-33/+33
* mesa: whitespace fixes in attrib.cBrian Paul2018-01-251-78/+77
* mesa: whitespace fixes in varray.hBrian Paul2018-01-251-26/+29
* mesa: include mtypes.h in varray.hBrian Paul2018-01-251-3/+1
* mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in commentsBrian Paul2018-01-253-3/+3
* mesa: simplify _mesa_delete_list() a bit, add some assertionsBrian Paul2018-01-251-28/+11
* st/mesa: expand glDrawPixels cache to handle multiple imagesBrian Paul2018-01-253-68/+153