summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-18anv: fix format mapping for depth/stencil formatsLionel Landwerlin1-0/+3
2019-07-18radv: put back VGT_FLUSH at ring init on gfx10Dave Airlie1-4/+2
2019-07-18softpipe: Clamp border colors when neededGert Wollny2-14/+31
2019-07-18softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny1-1/+1
2019-07-18softpipe: Correct repeat-mirror evaluationGert Wollny1-5/+19
2019-07-18softpipe: Also mark textures as dirty when updating the framebuffer stateGert Wollny1-1/+1
2019-07-17etnaviv: set DITHER_MODEJonathan Marek1-0/+1
2019-07-17etnaviv: update headers from rnndbJonathan Marek1-1/+4
2019-07-17etnaviv: fix blend color on newer GPUsJonathan Marek4-19/+21
2019-07-17etnaviv: fix alpha blending casesJonathan Marek1-6/+9
2019-07-17etnaviv: fix polygon offsetJonathan Marek1-1/+1
2019-07-18radv: dont store disasm string unless keep_shader_info flag setTimothy Arceri1-11/+13
2019-07-18radv/gfx10: set the pgm rsrc3/4 regs using index sh reg setDave Airlie3-18/+37
2019-07-18radv: use correct register setter for ngg hw addrDave Airlie1-1/+1
2019-07-17freedreno/a6xx: Drop the WFI in the program update stateobj.Eric Anholt1-2/+0
2019-07-17freedreno/a6xx: Drop the WFI in constant uploads.Eric Anholt1-2/+0
2019-07-17freedreno: Assert that we don't exceed constlen.Eric Anholt1-10/+24
2019-07-17freedreno: Fix more constlen overflows.Eric Anholt1-2/+5
2019-07-17freedreno: Drop stale comment about skipping uploads.Eric Anholt1-1/+0
2019-07-17virgl: Set meta data for textures from handle.Lepton Wu1-0/+1
2019-07-18radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen1-1/+1
2019-07-17anv: report timestampComputeAndGraphics trueLionel Landwerlin1-1/+1
2019-07-17iris: Enable fast clears on other miplevels and layers than 0.Rafael Antognolli1-8/+48
2019-07-17iris: Allow resolving clear color of CCS_D surfaces.Rafael Antognolli1-6/+2
2019-07-17iris: Make iris_has_color_unresolved non-staticKenneth Graunke2-6/+10
2019-07-17broadcom: Move v3d_get_device_info to commonAndreas Bergmeier4-52/+88
2019-07-17nir/large_constants: Use dominance information to find more constantsCaio Marcelo de Oliveira Filho1-6/+30
2019-07-17intel/fs: Use a strided MOV instead of a conversion for load_* destinationsJason Ekstrand1-5/+3
2019-07-17nir/algebraic: Optimize comparisons and up-castsJason Ekstrand1-0/+67
2019-07-17nir/algebraic: Optimize comparing unpacked valuesJason Ekstrand1-0/+8
2019-07-17nir/algebraic: Print out the list of transforms in the C fileJason Ekstrand1-0/+7
2019-07-17intel/fs: Properly stride NULL replacement regs in DCEJason Ekstrand1-1/+2
2019-07-17nir: Fix nir_lower_alu_to_scalar's instr filtering.Eric Anholt1-1/+1
2019-07-17panfrost: Merge varyings_mem into transient buffersAlyssa Rosenzweig3-15/+5
2019-07-17vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin1-0/+21
2019-07-17radv: add an option for disabling NGG on GFX10Samuel Pitoiset4-1/+8
2019-07-17softpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2-15/+8
2019-07-17spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro2-1/+12
2019-07-17spirv_extensions: add spirv_supported_extensions on gl_constantsAlejandro Piñeiro2-1/+21
2019-07-17spirv_extensions: define spirv_extensions_supportedAlejandro Piñeiro2-0/+43
2019-07-17spirv_extensions: add list of extensions and to_string methodAlejandro Piñeiro2-0/+37
2019-07-17spirv_extensions: add GL_ARB_spirv_extensions boilerplateAlejandro Piñeiro12-0/+137
2019-07-17radv/gfx10: implement VK_EXT_post_depth_coverageSamuel Pitoiset5-0/+5
2019-07-17radv/gfx10: disable the TC compat zrange workaroundSamuel Pitoiset4-4/+13
2019-07-17radv/gfx10: fallback to the legacy path if tess and extreme geometrySamuel Pitoiset2-1/+13
2019-07-17radv/gfx10: always build the GS copy shader but uses it on-demandSamuel Pitoiset3-7/+24
2019-07-17softpipe: Remove unused static functionGert Wollny1-9/+0
2019-07-16spirv: Bail when we see CounterBuffer decorationCaio Marcelo de Oliveira Filho1-1/+1
2019-07-16iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke3-12/+3
2019-07-16nir/regs_to_ssa: Handle regs in phi sources properlyJason Ekstrand1-2/+32