summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-05-07radeonsi: add config entry for Counter-Strike Global OffensiveTimothy Arceri1-0/+3
2019-05-07draw: flush when setting stream-out targetsErik Faye-Lund1-0/+2
2019-05-06mesa: Makefile.sources: Add nir_lower_fb_read.c to Makefile.sources listJohn Stultz1-0/+1
2019-05-06mesa: Makefile.sources: Add ir3_nir_lower_load_barycentric_at_sample/offset t...John Stultz1-0/+2
2019-05-06mesa: android: freedreno: Fix build failure due to path changeJohn Stultz1-1/+1
2019-05-06mesa: android: freedreno: build libfreedreno_{drm,ir3} static libsAmit Pundir6-2/+131
2019-05-06radv: Implement cosited_even sampling.Bas Nieuwenhuizen2-2/+83
2019-05-06radv: Disable subsampled formats.Bas Nieuwenhuizen1-1/+2
2019-05-06util/drirc: add workarounds for bugs in Doom 3: BFGTimothy Arceri1-0/+5
2019-05-04freedreno: remove unused forward struct declaration19.1-branchpointRob Clark1-2/+0
2019-05-04panfrost/midgard: iabs cannot run on mulAlyssa Rosenzweig1-1/+1
2019-05-04panfrost/midgard: Lower mixed csel (NIR)Alyssa Rosenzweig2-12/+83
2019-05-04panfrost/midgard: Fix RA when temp_count = 0Alyssa Rosenzweig2-50/+70
2019-05-04panfrost/midgard: Fix integer selectionAlyssa Rosenzweig2-33/+10
2019-05-04panfrost: Support RGB565 FBOsAlyssa Rosenzweig4-29/+80
2019-05-04panfrost/midgard/disasm: Handle dest_override generalizedAlyssa Rosenzweig1-22/+68
2019-05-04panfrost/midgard/disasm: Stub out 64-bitAlyssa Rosenzweig1-5/+15
2019-05-04panfrost/midgard/disasm: Print 8-bit sourcesAlyssa Rosenzweig1-23/+43
2019-05-04panfrost/midgard/disasm: Support 8-bit destinationAlyssa Rosenzweig1-18/+21
2019-05-04panfrost/midgard: Rename ilzcnt8 -> iclzAlyssa Rosenzweig2-2/+2
2019-05-04panfrost/midgard: Fix crash on unknown opAlyssa Rosenzweig1-2/+6
2019-05-04panfrost/midgard/disasm: Fill in .int modAlyssa Rosenzweig1-1/+1
2019-05-04panfrost/midgard/disasm: Extend print_reg to 8-bitAlyssa Rosenzweig1-15/+34
2019-05-04panfrost/midgard/disasm: Catch mask errorsAlyssa Rosenzweig1-0/+11
2019-05-04panfrost/midgard: reg_mode_full -> reg_mode_32, etcAlyssa Rosenzweig3-16/+16
2019-05-04freedreno/a6xx: deduplicate a few linesRob Clark1-6/+0
2019-05-04freedreno: add ubwc_enabled helperRob Clark6-26/+28
2019-05-04freedreno: move UBWC color offset to fd_resource_offset()Rob Clark7-18/+42
2019-05-04freedreno/a6xx: buffer resources cannot be compressedRob Clark1-26/+5
2019-05-04freedreno: mark imported resources as validRob Clark1-0/+2
2019-05-04freedreno/a6xx: UBWC support for imagesRob Clark2-19/+57
2019-05-04freedreno/a6xx: UBWC fixesRob Clark2-11/+78
2019-05-04freedreno: update generated headersRob Clark8-32/+58
2019-05-04freedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixesRob Clark1-3/+3
2019-05-04freedreno/ir3: remove assertRob Clark1-1/+0
2019-05-04spirv/cl: support vload/vstoreKarol Herbst1-0/+55
2019-05-04nir: Add nir_op_vec helperKarol Herbst3-22/+14
2019-05-04nir: Add a nir_builder_alu variant which takes an array of componentsKarol Herbst1-14/+36
2019-05-04vtn: handle bitcast with pointer src/destKarol Herbst3-29/+45
2019-05-04mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.Mathias Fröhlich1-4/+1
2019-05-04mesa: Correct the is_vertex_position decision for dlists.Mathias Fröhlich3-14/+28
2019-05-04mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.Mathias Fröhlich1-0/+2
2019-05-04mesa: Remove the _glapi_table argument from _mesa_array_element.Mathias Fröhlich3-17/+11
2019-05-04mesa: Constify static const array in api_arrayelt.cMathias Fröhlich1-1/+1
2019-05-04mesa: Remove the now unused _NEW_ARRAY state change flag.Mathias Fröhlich6-23/+2
2019-05-04mesa: Rip out now unused gl_context::aelt_context.Mathias Fröhlich7-91/+0
2019-05-04mesa: Implement _mesa_array_element by walking enabled arrays.Mathias Fröhlich1-126/+58
2019-05-04mesa: Use glVertexAttrib*NV functions for fixed function attribs.Mathias Fröhlich1-157/+28
2019-05-04mesa: Factor out index function that will have multiple use.Mathias Fröhlich1-11/+18
2019-05-04nir: Add a SSA type gathering passJason Ekstrand4-0/+223