summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-15i965: Removed the field etc_format from the struct intel_mipmap_treetest-etc2Eleni Maria Stea3-18/+1
2019-02-15i965: Enabled the OES_copy_image extension on Gen 7 GPUsEleni Maria Stea1-4/+12
2019-02-15i965: Fixed the CopyImageSubData for ETC2 on Gen < 8Eleni Maria Stea3-18/+6
2019-02-15i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees.Eleni Maria Stea3-69/+134
2019-02-15i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*Nanley Chery3-19/+19
2019-02-15swr/rast: Add translation support to streamoutAlok Hota12-37/+106
2019-02-15swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota13-135/+127
2019-02-15swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota5-25/+25
2019-02-15swr/rast: Refactor scratch space variable namesAlok Hota4-14/+14
2019-02-15swr/rast: FP consistency between POSH/RENDER pipesAlok Hota4-11/+33
2019-02-15swr/rast: Move knob defaults to generated cpp fileAlok Hota2-7/+14
2019-02-15swr/rast: Flip BitScanReverse index calculationAlok Hota1-2/+2
2019-02-15swr/rast: Correctly align 64-byte spills/fillsAlok Hota1-2/+2
2019-02-15swr/rast: Disable use of __forceinline by defaultAlok Hota1-1/+12
2019-02-15swr/rast: Convert system memory pointers to gfxptr_tAlok Hota6-3/+18
2019-02-15radv: Use correct num formats to detect whether we should be use 1.0 or 1.Bas Nieuwenhuizen1-1/+2
2019-02-15nir/algebraic: Simplify comparison with sequential integers starting with 0Ian Romanick1-0/+5
2019-02-15nir/algebraic: Convert some f2u to f2iIan Romanick1-0/+13
2019-02-15intel/compiler/test: Add unit test for mismatched signedness comparisonMatt Turner1-0/+32
2019-02-15intel/compiler: Avoid propagating inequality cmods if types are differentMatt Turner1-0/+7
2019-02-15intel/compiler/test: Set devinfo->gen = 7Matt Turner1-1/+1
2019-02-15gallium/auxiliary/vl: Add video compositor compute shader renderJames Zhu2-28/+83
2019-02-15gallium/auxiliary/vl: Add compute shader to support video compositor renderJames Zhu5-0/+469
2019-02-15gallium/auxiliary/vl: Rename csc_matrix and increase its size.James Zhu3-7/+7
2019-02-15gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor APIJames Zhu5-688/+821
2019-02-15gallium/auxiliary/vl: Move dirty define to header fileJames Zhu2-9/+8
2019-02-15nir: remove jump from two merging jump-ending blocksJuan A. Suarez Romero1-2/+19
2019-02-15nir: move ALU instruction before the jump instructionJuan A. Suarez Romero1-1/+1
2019-02-15mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*DataAndres Gomez1-4/+6
2019-02-15virgl: use virgl_transfer_inline_write even lessGurchetan Singh1-1/+1
2019-02-15virgl: use transfer queueGurchetan Singh5-18/+36
2019-02-15virgl: introduce transfer queueGurchetan Singh5-0/+390
2019-02-15virgl: add encoder functions for new protocolGurchetan Singh2-0/+28
2019-02-15virgl: make winsys modifications for encoded transfersGurchetan Singh5-6/+21
2019-02-15virgl: add extra checks in virgl_res_needs_flush_waitGurchetan Singh1-4/+9
2019-02-15virgl: pass virgl transfer to virgl_res_needs_flush_waitGurchetan Singh5-14/+22
2019-02-15virgl: keep track of number of computationsGurchetan Singh2-3/+3
2019-02-15virgl: limit command length to 16 bitsGurchetan Singh2-5/+8
2019-02-15virgl: use virgl_transfer in inline writeGurchetan Singh1-26/+40
2019-02-15virgl: add protocol for resource transfersGurchetan Singh2-0/+12
2019-02-15virgl: when creating / freeing transfers, pass slab pool directlyGurchetan Singh4-14/+14
2019-02-15virgl: unmap uploader at flush timeGurchetan Singh1-2/+3
2019-02-15virgl: make alignment smaller when uploading index user buffersGurchetan Singh1-1/+1
2019-02-15virgl: track level cleanliness rather than resource cleanlinessGurchetan Singh6-14/+20
2019-02-15virgl: don't mark unclean after a flushGurchetan Singh1-1/+0
2019-02-15virgl: use virgl_resource_dirty helperGurchetan Singh6-16/+19
2019-02-15virgl: add ability to do finer grain dirty trackingGurchetan Singh8-13/+15
2019-02-15panfrost: Improve logging and patch memory leaksAlyssa Rosenzweig2-49/+48
2019-02-15panfrost: Don't align framebuffer dimsAlyssa Rosenzweig1-2/+2
2019-02-15panfrost: Implement PIPE_QUERY_OCCLUSION_COUNTERAlyssa Rosenzweig1-1/+8