summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965/miptree: Stop setting FOR_SCANOUT for renderbuffersJason Ekstrand2017-07-221-2/+1
* i965/blorp: Do flushes around depth resolvesJason Ekstrand2017-07-221-78/+72
* i965/blorp: Use the renderbuffer format for clearsJason Ekstrand2017-07-221-1/+9
* anv: Predicate fast-clear resolvesNanley Chery2017-07-223-16/+120
* intel/blorp: Allow BLORP calls to be predicatedNanley Chery2017-07-222-0/+6
* anv/cmd_buffer: Skip some input attachment transitionsNanley Chery2017-07-221-5/+26
* anv: Stop resolving CCS implicitlyNanley Chery2017-07-223-169/+5
* anv: Transition more color buffer layoutsNanley Chery2017-07-222-28/+169
* anv/cmd_buffer: Warn about not enabling CCS_ENanley Chery2017-07-221-5/+7
* anv/cmd_buffer: Move aux_usage assignment upNanley Chery2017-07-221-32/+30
* anv/cmd_buffer: Always enable CCS_D in render passesNanley Chery2017-07-222-11/+20
* anv/cmd_buffer: Disable CCS on gen7 color attachments upfrontNanley Chery2017-07-221-11/+5
* anv/cmd_buffer: Ensure fast-clear values are currentNanley Chery2017-07-221-0/+114
* anv/gpu_memcpy: Add a lighter-weight GPU memcpy functionNanley Chery2017-07-222-0/+45
* anv/cmd_buffer: Restrict fast clears in the GENERAL layoutNanley Chery2017-07-223-0/+40
* anv/cmd_buffer: Don't partially fast clear image layersNanley Chery2017-07-221-8/+23
* anv/cmd_buffer: Initialize the clear values bufferNanley Chery2017-07-221-1/+78
* anv/image: Append CCS/MCS with a fast-clear state bufferNanley Chery2017-07-222-0/+90
* anv/image: Disable CCS if the image doesn't support renderingNanley Chery2017-07-221-0/+15
* intel/isl: Add surface state clear value informationNanley Chery2017-07-222-0/+13
* anv: Transition MCS buffers from the undefined layoutNanley Chery2017-07-223-18/+35
* intel/isl: Tighten up restrictions for CCS on gen7Jason Ekstrand2017-07-221-7/+23
* i965/bufmgr: Add comments about GTT coherency issues.Chris Wilson2017-07-221-0/+22
* i965: Drop non-LLC lunacy in the program cache code.Kenneth Graunke2017-07-223-70/+21
* i965: Set MAP_PERSISTENT on program cache buffers.Kenneth Graunke2017-07-221-4/+8
* i965: Correctly set MAP_WRITE when creating the LLC program cache map.Kenneth Graunke2017-07-221-1/+1
* i965/bufmgr: Use write-combine mappings where availableMatt Turner2017-07-221-3/+88
* i965/bufmgr: Skip wait ioctl when not busy.Kenneth Graunke2017-07-221-0/+4
* i965/bufmgr: Explicitly wait instead of using I915_GEM_SET_DOMAIN.Kenneth Graunke2017-07-221-17/+6
* i965/bufmgr: Allocate BO pages outside of the kernel's locking.Kenneth Graunke2017-07-221-0/+13
* glsl: rework misleading block layout codeTimothy Arceri2017-07-231-4/+4
* glsl: remove placeholder commentTimothy Arceri2017-07-231-4/+0
* st/mesa: use proper resource target type in st_AllocTextureStorage()Brian Paul2017-07-221-1/+4
* mesa: remove pointless assignments in init_teximage_fields_ms()Brian Paul2017-07-221-3/+0
* svga: Limit number of immediates in shaderNeha Bhende2017-07-221-3/+5
* svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee2017-07-221-9/+6
* svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende2017-07-223-3/+35
* svga: only support 4x, 8x, 16x msaaBrian Paul2017-07-221-0/+5
* mesa: include texture size in error messagesBrian Paul2017-07-221-4/+5
* i965: Support the mesa_no_error driconf option.Kenneth Graunke2017-07-222-0/+4
* anv/blorp: Assert isl_surf_init success in do_buffer_copyJason Ekstrand2017-07-221-13/+15
* anv/blorp: Explicitly set row_pitch in do_buffer_copyJason Ekstrand2017-07-221-1/+1
* i965: Delete gen8_draw_upload.cKenneth Graunke2017-07-221-0/+0
* nv50/ir: disable mul+add to mad for precise instructionsKarol Herbst2017-07-211-2/+3
* nv50/ir/tgsi: handle precise for most ALU instructionsKarol Herbst2017-07-211-0/+2
* nv50/ir: add precise field to InstructionKarol Herbst2017-07-212-0/+3
* st/glsl_to_tgsi: don't optimize mul+add to mad if expression is preciseKarol Herbst2017-07-211-1/+1
* gallium/docs: add precise instruction modifierKarol Herbst2017-07-211-1/+10
* tgsi/text: parse _PRECISE modifierKarol Herbst2017-07-211-3/+14
* tgsi: populate preciseKarol Herbst2017-07-218-30/+51