summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-184-0/+6
* nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.Andreas Baierl2019-07-181-0/+20
* nir: Add gl_PointCoord system valueAndreas Baierl2019-07-183-0/+6
* glsl: Optionally declare gl_PointCoord as a system valueAndreas Baierl2019-07-185-3/+15
* lima/gp: Fix problem with complex movesConnor Abbott2019-07-183-9/+125
* lima/gpir: Rework the schedulerConnor Abbott2019-07-189-560/+1187
* lima/gp: Mark more add-only nodes as maybe-two-slotConnor Abbott2019-07-181-0/+8
* lima/gpir: Fix some bugs in instruction handlingConnor Abbott2019-07-181-0/+12
* lima: Reintroduce the standalone compilerConnor Abbott2019-07-187-3/+352
* nir/lower_viewport: Check variable mode firstConnor Abbott2019-07-181-1/+2
* radv/gfx10: set BREAK_WAVE_AT_EOI if TES or GS enable the primitive IDSamuel Pitoiset2019-07-181-0/+8
* radv/gfx10: move emitting VGT_PRIMITIVEID_EN into the NGG pathSamuel Pitoiset2019-07-181-6/+11
* radv/gfx10: do not always execute a barrier before the second shaderSamuel Pitoiset2019-07-181-1/+30
* radv: fix VGT_GS_MODE if VS uses the primitive IDSamuel Pitoiset2019-07-181-5/+5
* v3d: emit correct lowering for logic operations with MSAA render targetsIago Toral Quiroga2019-07-181-5/+54
* v3d: handle nir_intrinsic_store_tlb_sample_color_v3dIago Toral Quiroga2019-07-181-20/+44
* nir: add a V3D-specific intrinsic for per-sample color writesIago Toral Quiroga2019-07-181-0/+9
* v3d: implement per-sample tlb color writesIago Toral Quiroga2019-07-181-30/+44
* v3d: refactor the tlb color write codeIago Toral Quiroga2019-07-181-49/+39
* v3d: move tlb color write emission to a helper functionIago Toral Quiroga2019-07-181-95/+99
* v3d: implement per-sample tlb color readsIago Toral Quiroga2019-07-181-39/+52
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* radv: put back VGT_FLUSH at ring init on gfx10Dave Airlie2019-07-181-4/+2
* softpipe: Clamp border colors when neededGert Wollny2019-07-182-14/+31
* softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny2019-07-181-1/+1
* softpipe: Correct repeat-mirror evaluationGert Wollny2019-07-181-5/+19
* softpipe: Also mark textures as dirty when updating the framebuffer stateGert Wollny2019-07-181-1/+1
* etnaviv: set DITHER_MODEJonathan Marek2019-07-171-0/+1
* etnaviv: update headers from rnndbJonathan Marek2019-07-171-1/+4
* etnaviv: fix blend color on newer GPUsJonathan Marek2019-07-174-19/+21
* etnaviv: fix alpha blending casesJonathan Marek2019-07-171-6/+9
* etnaviv: fix polygon offsetJonathan Marek2019-07-171-1/+1
* radv: dont store disasm string unless keep_shader_info flag setTimothy Arceri2019-07-181-11/+13
* radv/gfx10: set the pgm rsrc3/4 regs using index sh reg setDave Airlie2019-07-183-18/+37
* radv: use correct register setter for ngg hw addrDave Airlie2019-07-181-1/+1
* freedreno/a6xx: Drop the WFI in the program update stateobj.Eric Anholt2019-07-171-2/+0
* freedreno/a6xx: Drop the WFI in constant uploads.Eric Anholt2019-07-171-2/+0
* freedreno: Assert that we don't exceed constlen.Eric Anholt2019-07-171-10/+24
* freedreno: Fix more constlen overflows.Eric Anholt2019-07-171-2/+5
* freedreno: Drop stale comment about skipping uploads.Eric Anholt2019-07-171-1/+0
* virgl: Set meta data for textures from handle.Lepton Wu2019-07-171-0/+1
* radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen2019-07-181-1/+1
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-171-1/+1
* iris: Enable fast clears on other miplevels and layers than 0.Rafael Antognolli2019-07-171-8/+48
* iris: Allow resolving clear color of CCS_D surfaces.Rafael Antognolli2019-07-171-6/+2
* iris: Make iris_has_color_unresolved non-staticKenneth Graunke2019-07-172-6/+10
* broadcom: Move v3d_get_device_info to commonAndreas Bergmeier2019-07-174-52/+88
* nir/large_constants: Use dominance information to find more constantsCaio Marcelo de Oliveira Filho2019-07-171-6/+30
* intel/fs: Use a strided MOV instead of a conversion for load_* destinationsJason Ekstrand2019-07-171-5/+3
* nir/algebraic: Optimize comparisons and up-castsJason Ekstrand2019-07-171-0/+67