aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace GLenum target with gl_shader_stage in NewProgramMarek Olšák2020-04-2714-87/+59
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-2712-11/+1084
* mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer referenceMarek Olšák2020-04-276-17/+28
* mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthreadMarek Olšák2020-04-276-17/+21
* mesa: add Const.BufferCreateMapUnsynchronizedThreadSafe & MESA_MAP_THREAD_SAFEMarek Olšák2020-04-274-0/+14
* gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthreadMarek Olšák2020-04-275-5/+23
* glthread: sort variables in marshal structures to pack them optimallyMarek Olšák2020-04-271-1/+39
* glthread: use GLenum16 in batch buffers to save spaceMarek Olšák2020-04-271-1/+4
* glthread: reduce dereferences of the next batchMarek Olšák2020-04-273-4/+9
* glthread: use 32-bit align instead of 64-bit ALIGNMarek Olšák2020-04-271-1/+1
* 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