summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behaviorMarek Olšák2019-07-194-19/+73
* radeonsi/gfx10: deduplicate code for esvert_lds_sizeMarek Olšák2019-07-191-6/+16
* radeonsi/gfx10: simplify a streamout loop in gfx10_emit_ngg_epilogueMarek Olšák2019-07-191-7/+6
* radeonsi/gfx10: don't use MALLOC for outputsMarek Olšák2019-07-191-9/+2
* radeonsi/gfx10: clean up ESGS ring size computationMarek Olšák2019-07-192-24/+11
* radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GSMarek Olšák2019-07-192-8/+2
* radeonsi/gfx10: don't compile the GS copy shader if it's 100% not neededMarek Olšák2019-07-192-8/+12
* radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGGMarek Olšák2019-07-193-27/+27
* radeonsi/gfx10: update a tunable max_es_verts_base for NGGMarek Olšák2019-07-193-7/+12
* radeonsi/gfx10: implement ARB_post_depth_coverageMarek Olšák2019-07-192-1/+6
* radeonsi: fix leaked compute shader NIRMarek Olšák2019-07-191-0/+1
* radeonsi: save the enable_nir option in the shader cache correctlyMarek Olšák2019-07-191-5/+6
* radeonsi/gfx10: enable SDMAMarek Olšák2019-07-191-2/+0
* radeon/vcn: adding engine type for new fw interfaceBoyuan Zhang2019-07-193-2/+5
* radeonsi: use the correct buffer size in si_vid_clear_bufferMarek Olšák2019-07-191-1/+1
* util: use standard name for vsnprintf()Eric Engestrom2019-07-191-1/+1
* util: use standard name for snprintf()Eric Engestrom2019-07-1915-34/+34
* util: use standard name for sprintf()Eric Engestrom2019-07-193-3/+3
* lima/ppir: handle all node types in ppir_node_replace_childErico Nunes2019-07-191-2/+30
* lima/ppir: branch regalloc fixesErico Nunes2019-07-191-0/+33
* iris: change last_vue_stage() to look at uncompiled shadersTimothy Arceri2019-07-191-3/+3
* panfrost: Set rt_countAlyssa Rosenzweig2019-07-182-8/+11
* panfrost: Trace invisible BOsAlyssa Rosenzweig2019-07-181-1/+5
* panfrost: Zero polygon list body size for clearsAlyssa Rosenzweig2019-07-181-0/+4
* panfrost/mfbd: Unify depth-only with masked FBO pathAlyssa Rosenzweig2019-07-181-22/+24
* panfrost: Simplify set_framebuffer_stateAlyssa Rosenzweig2019-07-181-35/+9
* panfrost: Check for NULL surface in placesAlyssa Rosenzweig2019-07-185-5/+14
* panfrost: Expose 4 render targetsAlyssa Rosenzweig2019-07-181-2/+2
* panfrost: Shrink tiler heapAlyssa Rosenzweig2019-07-181-1/+1
* vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions().Eric Anholt2019-07-181-32/+13
* panfrost: Handle Z24 texturesAlyssa Rosenzweig2019-07-181-1/+1
* panfrost/ci: Update expectationsAlyssa Rosenzweig2019-07-181-14/+0
* panfrost: Make scissor test more robustAlyssa Rosenzweig2019-07-181-8/+15
* panfrost: Use correct NO_DITHER field on MFBDAlyssa Rosenzweig2019-07-182-1/+6
* panfrost: Implement Z32F(_S8) supportAlyssa Rosenzweig2019-07-182-0/+16
* panfrost: Copy stencil front to back if back disabledAlyssa Rosenzweig2019-07-181-5/+14
* swr/rast: Refactor memory API between rasterizer core and swrJan Zielinski2019-07-1830-185/+370
* lima/ppir: Add gl_PointCoord handlingAndreas Baierl2019-07-186-5/+34
* lima/gp: Fix problem with complex movesConnor Abbott2019-07-183-9/+125
* lima/gpir: Rework the schedulerConnor Abbott2019-07-189-560/+1187
* lima/gp: Mark more add-only nodes as maybe-two-slotConnor Abbott2019-07-181-0/+8
* lima/gpir: Fix some bugs in instruction handlingConnor Abbott2019-07-181-0/+12
* lima: Reintroduce the standalone compilerConnor Abbott2019-07-186-2/+351
* softpipe: Clamp border colors when neededGert Wollny2019-07-182-14/+31
* softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny2019-07-181-1/+1
* softpipe: Correct repeat-mirror evaluationGert Wollny2019-07-181-5/+19
* softpipe: Also mark textures as dirty when updating the framebuffer stateGert Wollny2019-07-181-1/+1
* etnaviv: set DITHER_MODEJonathan Marek2019-07-171-0/+1
* etnaviv: update headers from rnndbJonathan Marek2019-07-171-1/+4
* etnaviv: fix blend color on newer GPUsJonathan Marek2019-07-174-19/+21