summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-27Revert "i965: Make CCS stride match kernel's expectations"modv11Ben Widawsky1-4/+1
2017-03-27i965: Disable Yf_CCS for nowBen Widawsky1-3/+1
2017-03-27i965: Handle compression modifierBen Widawsky1-0/+14
2017-03-27i965: Remove scanout restriction from lossless compressionBen Widawsky1-2/+1
2017-03-27i965/miptree: Remove dead code assertionBen Widawsky1-8/+0
2017-03-27i965: Use partial resolves for CCS buffers being scanned outBen Widawsky2-2/+10
2017-03-27i965: Add new resolve hints full and partialBen Widawsky2-2/+5
2017-03-27i965: Plumb resolve hints from miptrees to blorpBen Widawsky3-4/+6
2017-03-27i965: Change resolve flags to enumBen Widawsky4-21/+25
2017-03-27i965: Make CCS stride match kernel's expectationsBen Widawsky1-1/+4
2017-03-27i965: Pretend that CCS modified images are two planesBen Widawsky1-15/+30
2017-03-27i965/miptree: Allocate mt earlier in update winsysBen Widawsky4-28/+29
2017-03-27i965/miptree: Add a return for updating of winsysBen Widawsky3-10/+14
2017-03-27i965: Add logic for allocating BO with CCSBen Widawsky1-4/+30
2017-03-27i965: Allocate tile aligned heightBen Widawsky1-1/+4
2017-03-27i965: Restructure CCS disablingBen Widawsky3-9/+23
2017-03-27i965/miptree: Allocate mcs_buf for an image's CCS_EBen Widawsky1-11/+80
2017-03-27i965/miptree: Add a helper function for image creationBen Widawsky4-19/+50
2017-03-27i965: Support images with offset aux buffersBen Widawsky2-0/+8
2017-03-27i965: Separate image allocation with modifiersBen Widawsky1-17/+51
2017-03-27dri: Add an image creation with modifiersBen Widawsky1-0/+1
2017-03-28radv: flush DB cache before and after HTILE decompress.Bas Nieuwenhuizen1-0/+6
2017-03-27i965: Delete tile resource mode codeAnuj Phogat5-267/+35
2017-03-27i965: Delete fast copy blit codeAnuj Phogat2-185/+48
2017-03-27i965: Require Kernel 3.6 for Gen4-5 platforms.Kenneth Graunke2-3/+3
2017-03-28glsl: fix spelling of embedded in commentTimothy Arceri1-1/+1
2017-03-28glsl: fix lower jumps for returns when loop is inside an ifTimothy Arceri1-5/+12
2017-03-28radv: don't emit no color formats. (v3)Dave Airlie1-2/+19
2017-03-27mesa/tests: Link main-test with CLOCK_LIB.Vinson Lee1-1/+2
2017-03-27i965/fs: Don't emit SEL instructions for type-converting MOVs.Matt Turner1-0/+2
2017-03-27anv/blorp: Fix a crash in CmdClearColorImageXu Randy1-2/+2
2017-03-27mesa: simplify code around 'variable_data' in marshal.cBrian Paul1-12/+7
2017-03-27st/mesa: move duplicated st_ws_framebuffer() function into header fileBrian Paul3-28/+18
2017-03-27glsl: Interface Block instances don't need linking validationAndres Gomez1-5/+9
2017-03-27glsl: UBOs and SSBOs must match the binding qualifier tooAndres Gomez1-0/+3
2017-03-27glsl: on UBO/SSBOs link error reset the number of active blocks to 0Andres Gomez1-0/+6
2017-03-27anv: enable sampling from fast-cleared images on SKLSamuel Iglesias Gonsálvez1-2/+2
2017-03-27glsl, st/shader_cache: check the whole sha1 for zeroGrazvydas Ignotas2-2/+4
2017-03-27glsl/shader_cache: restore evicted shader keysGrazvydas Ignotas1-0/+17
2017-03-26st/nine: Use atomics for available_texture_memAxel Davy1-2/+2
2017-03-26st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy3-5/+17
2017-03-26st/nine: Fix user vertex data uploader with csmtAxel Davy2-8/+8
2017-03-26scons: Fix dependencies of marshal_generated.[ch].Jose Fonseca1-2/+2
2017-03-25glsl: Link tests with CLOCK_LIB.Vinson Lee1-3/+6
2017-03-25mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri3-1/+84
2017-03-25util/disk_cache: don't deadlock on premature EOFGrazvydas Ignotas1-17/+26
2017-03-24genxml: Add 3DSTATE_DEPTH_BUFFER to gen5.xmlChad Versace1-0/+56
2017-03-25tests/cache_test: mark arguments constGrazvydas Ignotas1-4/+4
2017-03-24freedreno: free compiler when screen is destroyedRob Clark3-6/+2
2017-03-24genxml: Whitespace fixesJason Ekstrand5-39/+39