aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove exec="dynamic" from Draw functions that are not really dynamicMarek Olšák2020-04-2712-137/+173
* mesa: reset primitive restart state in glClientAttribDefaultEXTMarek Olšák2020-04-271-0/+9
* mesa: replace _NEW_EVAL with vbo_exec_update_eval_mapsMarek Olšák2020-04-279-34/+52
* ac: reassociate FP expressions for inexact instructions for radeonsiMarek Olšák2020-04-271-0/+9
* ac: generate FMA for inexact instructions for radeonsiMarek Olšák2020-04-273-0/+40
* ac: update and document fast math flags used by radeonsiMarek Olšák2020-04-273-4/+14
* ac: force enable -structurizecfg-skip-uniform-regions for LLVM 11Marek Olšák2020-04-271-0/+4
* st/mesa: Treat vertex inputs absent in inputMapping as zero in mesa_to_tgsiDanylo Piliaiev2020-04-271-2/+6
* gitlab-ci: add lists of expected failures for RADV CISamuel Pitoiset2020-04-274-0/+56
* radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2Samuel Pitoiset2020-04-271-10/+44
* gallivm: fix stencil borderDave Airlie2020-04-273-8/+12
* llvmpipe: clamp color storage for integer types.Dave Airlie2020-04-271-0/+5
* llvmpipe: enable stencil only formats. (v2)Dave Airlie2020-04-273-6/+11
* llvmpipe/setup: add point size clampingDave Airlie2020-04-275-4/+9
* llvmpipe: fix d32 unorm depth conversions.Dave Airlie2020-04-271-1/+4
* draw/tess: fix TES patch vertices in.Dave Airlie2020-04-273-5/+11
* llvmpipe: fix ssbo alignmentDave Airlie2020-04-271-1/+1
* llvmpipe: bump max images to 16Dave Airlie2020-04-271-1/+1
* util/indirect: handle stride less than number of parameters.Dave Airlie2020-04-271-1/+3
* gallivm/nir: add helper invocation supportDave Airlie2020-04-274-4/+13
* gallivm/nir: fix image store conversionsDave Airlie2020-04-271-7/+13
* tu: Don't invert point coordsConnor Abbott2020-04-251-1/+2
* ir3: Remove VARYING_SLOT_PNTC remapping hackConnor Abbott2020-04-251-12/+0
* st/nir: Fix assigning PointCoord location with !PIPE_CAP_TEXCOORDConnor Abbott2020-04-251-0/+2
* freedreno/a6xx: Implement PrimID passthroughConnor Abbott2020-04-252-3/+9
* tu: Implement PrimID passthroughConnor Abbott2020-04-252-5/+14
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-256-48/+67
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-253-3/+16
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-253-5/+6
* freedreno/ir3: Print @tex write mask using 0x%xKristian H. Kristensen2020-04-251-1/+1
* freedreno/ir3: Reset lex line number when we start parsingKristian H. Kristensen2020-04-251-0/+2
* freedreno/ir3: Parse, but ignore @in, @out and @tex headersKristian H. Kristensen2020-04-252-0/+21
* freedreno/ir3: Move ir3 assembler to backend compilerKristian H. Kristensen2020-04-256-24/+21
* freedreno/computerator: Decouple ir3 assemblerKristian H. Kristensen2020-04-254-23/+36
* Revert "meson,ci: Disable sparse_array tests on windows"Andres Gomez2020-04-241-4/+1
* gitlab-ci: install winehq-stable to get 5.0 instead of 4.0Andres Gomez2020-04-243-5/+37
* etnaviv: Fix depth stencil ops on GC880/GC2000Marek Vasut2020-04-241-2/+2
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-244-22/+33
* aco: lower 8/16-bit integer arithmeticRhys Perry2020-04-241-0/+31
* aco: improve sub-dword emit_split_vector() with sgprsRhys Perry2020-04-241-6/+7
* aco: clobber scc in s_bfe_u32 in get_alu_src()Rhys Perry2020-04-241-1/+2
* aco: handle undef p_create_vector operands in the optimizerRhys Perry2020-04-241-0/+4
* aco: vectorize global loads/storesRhys Perry2020-04-241-2/+10
* aco: allow 8/16-bit shared loadsRhys Perry2020-04-241-2/+0
* aco: add and use get_buffer_store_op() helperRhys Perry2020-04-241-78/+33
* aco: refactor visit_store_scratch() to use new helpersRhys Perry2020-04-241-32/+15
* aco: refactor visit_store_global() to use new helpersRhys Perry2020-04-241-30/+29
* aco: refactor visit_store_ssbo() to use new helpersRhys Perry2020-04-241-64/+13
* aco: refactor store_vmem_mubuf() to use new helpersRhys Perry2020-04-241-58/+9
* aco: refactor store_lds() to use new helpersRhys Perry2020-04-241-91/+90