summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-01osx: ld doesn't support --build-idJon Turney2-1/+14
2018-02-01configure: Default to gbm=no on osxJon Turney1-2/+2
2018-02-01mesa: remove usage of alloca in externalobjects.c v4Andres Rodriguez1-12/+48
2018-02-01radv: do not insert shaders in cache when it's disabledSamuel Pitoiset1-5/+24
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-31docs/features: mark EXT_semaphore(_fd) as DONE v2Andres Rodriguez2-3/+4
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-31meson: dedup gallium-xa logicEric Engestrom1-15/+10
2018-01-31meson: dedup gallium-va logicEric Engestrom1-20/+18
2018-01-31meson: dedup gallium-omx logicEric Engestrom1-19/+19
2018-01-31meson: dedup gallium-xvmc logicEric Engestrom1-20/+18
2018-01-31meson: dedup gallium-vdpau logicEric Engestrom1-22/+19
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