summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-01radv: use separate bindings for graphics and compute descriptorsSamuel Pitoiset3-53/+125
2018-02-01radv: store the bind point when creating descriptors with templatesSamuel Pitoiset2-0/+2
2018-02-01r600/eg: make sure we allow vpm bit on other CF ops.Dave Airlie1-0/+1
2018-02-01gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri7-19/+5
2018-02-01r600/sb: just add some missing debug bitsDave Airlie1-0/+15
2018-02-01r600: fix buffer resinfo opcode translation.Dave Airlie2-2/+2
2018-02-01st/glsl_to_nir: add more nir opts to st_nir_opts()Timothy Arceri1-16/+20
2018-01-31i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8Andres Gomez1-5/+27
2018-01-31i965: Make texture validation code use texture objects, not units.Kenneth Graunke2-16/+17
2018-01-31i965: Pass tObj into intel_update_max_level instead of intel_obj.Kenneth Graunke1-3/+3
2018-01-31i965: Delete more misleading comments.Kenneth Graunke1-3/+0
2018-01-31st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cppBrian Paul1-104/+169
2018-01-31st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cppBrian Paul1-5/+6
2018-01-31svga: use opcode local var to simplify some codeBrian Paul1-4/+2
2018-01-31svga: s/unsigned/VGPU10_OPCODE_TYPE/Brian Paul1-10/+11
2018-01-31radv: do not dump meta shader statsSamuel Pitoiset2-21/+18
2018-01-31ac/nir: fix emission of ffract for 64-bitSamuel Pitoiset1-7/+16
2018-01-31Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"Antia Puentes1-3/+0
2018-01-31winsys/radeon: Compute is_displayable in surf_drm_to_winsysMichel Dänzer1-0/+3
2018-01-31radv: remove predication on cache flushesMatthew Nicholls4-18/+13
2018-01-30mesa: fix broken glGet*(GL_POLYGON_MODE) queryBrian Paul2-3/+3
2018-01-31virgl: also remove dimension on indirect.Dave Airlie1-1/+0
2018-01-31radeonsi: remove DBG_PRECOMPILEMarek Olšák3-51/+0
2018-01-31radeonsi: print shader-db stats for main parts, not final binariesMarek Olšák3-13/+23
2018-01-31radeonsi: move max_simd_waves computation into a separate functionMarek Olšák2-12/+23
2018-01-31mesa: fix glGet MAX_VERTEX_ATTRIB queriesMarek Olšák1-3/+3
2018-01-30anv/cmd_buffer: Re-emit the pipeline at every subpassJason Ekstrand1-0/+11
2018-01-30nir: Distribute binary operations with constants into bcselIan Romanick1-0/+15
2018-01-30nir: Rearrange logic op-compounded integer comparesIan Romanick1-0/+35
2018-01-30nir: Rearrange and-compounded float comparesIan Romanick1-0/+8
2018-01-30nir: Separate a weird compare with zero to two compares with zeroIan Romanick1-0/+2
2018-01-30nir: Simplify min and max of b2fIan Romanick1-0/+5
2018-01-30nir: Undo possible damage caused by rearranging or-compounded float comparesIan Romanick1-0/+9
2018-01-30nir: Be more conservative about rearranging or-compounded comparesIan Romanick1-4/+9
2018-01-30nir: See through an fneg to apply existing optimizationsIan Romanick1-3/+6
2018-01-31st/glsl_to_nir: disable io lowering and array splitting of fs inputsTimothy Arceri1-4/+18
2018-01-31nir: add lower_all_io_to_temps flagTimothy Arceri4-0/+5
2018-01-31nir/st_glsl_to_nir: add param to disable splitting of inputsTimothy Arceri3-11/+16
2018-01-31st/glsl_to_nir: copy nir compiler options to contextTimothy Arceri2-8/+22
2018-01-31radeonsi/nir: add input support for arrays that have not been copied to temps...Timothy Arceri1-67/+79
2018-01-31ac/radeonsi: add lookup_interp_param and load_sample_position to the abiTimothy Arceri3-29/+44
2018-01-31radeonsi/nir: add prim_mask to the abiTimothy Arceri3-9/+10
2018-01-31radeonsi/nir: adjust load_sample_position() to be shared between backendsTimothy Arceri1-2/+3
2018-01-31radeonsi/nir: add si_nir_lookup_interp_param() helperTimothy Arceri3-0/+42
2018-01-31ac/nir_to_llvm: move some interp defines to the headerTimothy Arceri2-4/+5
2018-01-31radeonsi/nir: move the interpolation qualifier scanningTimothy Arceri1-16/+36
2018-01-31radeonsi/nir: add interpolate at intrinsics to scan_instruction()Timothy Arceri1-0/+30
2018-01-30radv: Merge raster state with PM4 generation.Bas Nieuwenhuizen2-75/+50
2018-01-30radv: Move gs state out of pipeline.Bas Nieuwenhuizen2-43/+43
2018-01-30radv: Split out cliprect rule generation.Bas Nieuwenhuizen2-25/+33