summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-183-0/+4
* nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.Andreas Baierl2019-07-181-0/+20
* 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
* etnaviv: fix alpha blending casesJonathan Marek2019-07-171-6/+9
* etnaviv: fix polygon offsetJonathan Marek2019-07-171-1/+1
* freedreno/a6xx: Drop the WFI in the program update stateobj.Eric Anholt2019-07-171-2/+0
* freedreno/a6xx: Drop the WFI in constant uploads.Eric Anholt2019-07-171-2/+0
* freedreno: Assert that we don't exceed constlen.Eric Anholt2019-07-171-10/+24
* freedreno: Fix more constlen overflows.Eric Anholt2019-07-171-2/+5
* freedreno: Drop stale comment about skipping uploads.Eric Anholt2019-07-171-1/+0
* virgl: Set meta data for textures from handle.Lepton Wu2019-07-171-0/+1
* iris: Enable fast clears on other miplevels and layers than 0.Rafael Antognolli2019-07-171-8/+48
* iris: Allow resolving clear color of CCS_D surfaces.Rafael Antognolli2019-07-171-6/+2
* iris: Make iris_has_color_unresolved non-staticKenneth Graunke2019-07-172-6/+10
* broadcom: Move v3d_get_device_info to commonAndreas Bergmeier2019-07-171-51/+2
* panfrost: Merge varyings_mem into transient buffersAlyssa Rosenzweig2019-07-173-15/+5
* softpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2019-07-172-15/+8
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* iris: Drop copy and pasted iris_timebase_scaleKenneth Graunke2019-07-163-12/+3
* u_format: Remove pointless comments.Eric Anholt2019-07-161-6/+0
* u_half_test: Turn it into an actual unit test.Eric Anholt2019-07-161-4/+5
* panfrost: Use 64-bit descriptors globallyTomeu Vizoso2019-07-163-32/+10
* panfrost: Implement opportunistic AFBCAlyssa Rosenzweig2019-07-165-1/+100
* panfrost/mfbd: Zero out framebuffer_strideAlyssa Rosenzweig2019-07-161-2/+3