summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-22anv/cmd_buffer: Don't partially fast clear image layersNanley Chery1-8/+23
2017-07-22anv/cmd_buffer: Initialize the clear values bufferNanley Chery1-1/+78
2017-07-22anv/image: Append CCS/MCS with a fast-clear state bufferNanley Chery2-0/+90
2017-07-22anv/image: Disable CCS if the image doesn't support renderingNanley Chery1-0/+15
2017-07-22intel/isl: Add surface state clear value informationNanley Chery2-0/+13
2017-07-22anv: Transition MCS buffers from the undefined layoutNanley Chery3-18/+35
2017-07-22intel/isl: Tighten up restrictions for CCS on gen7Jason Ekstrand1-7/+23
2017-07-22i965/bufmgr: Add comments about GTT coherency issues.Chris Wilson1-0/+22
2017-07-22i965: Drop non-LLC lunacy in the program cache code.Kenneth Graunke3-70/+21
2017-07-22i965: Set MAP_PERSISTENT on program cache buffers.Kenneth Graunke1-4/+8
2017-07-22i965: Correctly set MAP_WRITE when creating the LLC program cache map.Kenneth Graunke1-1/+1
2017-07-22i965/bufmgr: Use write-combine mappings where availableMatt Turner1-3/+88
2017-07-22i965/bufmgr: Skip wait ioctl when not busy.Kenneth Graunke1-0/+4
2017-07-22i965/bufmgr: Explicitly wait instead of using I915_GEM_SET_DOMAIN.Kenneth Graunke1-17/+6
2017-07-22i965/bufmgr: Allocate BO pages outside of the kernel's locking.Kenneth Graunke1-0/+13
2017-07-23glsl: rework misleading block layout codeTimothy Arceri1-4/+4
2017-07-23glsl: remove placeholder commentTimothy Arceri1-4/+0
2017-07-22st/mesa: use proper resource target type in st_AllocTextureStorage()Brian Paul1-1/+4
2017-07-22mesa: remove pointless assignments in init_teximage_fields_ms()Brian Paul1-3/+0
2017-07-22svga: Limit number of immediates in shaderNeha Bhende1-3/+5
2017-07-22svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee1-9/+6
2017-07-22svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende3-3/+35
2017-07-22svga: only support 4x, 8x, 16x msaaBrian Paul1-0/+5
2017-07-22mesa: include texture size in error messagesBrian Paul1-4/+5
2017-07-22i965: Support the mesa_no_error driconf option.Kenneth Graunke2-0/+4
2017-07-22anv/blorp: Assert isl_surf_init success in do_buffer_copyJason Ekstrand1-13/+15
2017-07-22anv/blorp: Explicitly set row_pitch in do_buffer_copyJason Ekstrand1-1/+1
2017-07-22i965: Delete gen8_draw_upload.cKenneth Graunke1-0/+0
2017-07-21nv50/ir: disable mul+add to mad for precise instructionsKarol Herbst1-2/+3
2017-07-21nv50/ir/tgsi: handle precise for most ALU instructionsKarol Herbst1-0/+2
2017-07-21nv50/ir: add precise field to InstructionKarol Herbst2-0/+3
2017-07-21st/glsl_to_tgsi: don't optimize mul+add to mad if expression is preciseKarol Herbst1-1/+1
2017-07-21gallium/docs: add precise instruction modifierKarol Herbst1-1/+10
2017-07-21tgsi/text: parse _PRECISE modifierKarol Herbst1-3/+14
2017-07-21tgsi: populate preciseKarol Herbst8-30/+51
2017-07-21st/glsl_to_tgsi: handle precise modifierKarol Herbst1-0/+13
2017-07-21tgsi/dump: print _PRECISE modifier on InstructionsKarol Herbst1-0/+4
2017-07-21tgsi: add precise flag to tgsi_instructionKarol Herbst2-1/+3
2017-07-21i965: Set lower_vote_trivial in vector_nir_options_gen6 too.Kenneth Graunke1-0/+1
2017-07-22radv: reset non-syncobj semaphore context after wait.Dave Airlie1-0/+2
2017-07-20st/mesa: add destroy_drawable interfaceCharmaine Lee7-3/+123
2017-07-21radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.pyDylan Baker2-275/+287
2017-07-22i965/miptree: Clean-up unusedTopi Pohjolainen14-1646/+96
2017-07-22i965/miptree: Switch remaining surfaces to islTopi Pohjolainen2-93/+41
2017-07-22i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()Topi Pohjolainen3-11/+8
2017-07-22i965/miptree: Relax size alignment for linear surfacesTopi Pohjolainen1-1/+6
2017-07-22i965/miptree: Store compression flag also for isl basedTopi Pohjolainen1-0/+1
2017-07-22i965/miptree: Check tex image allocation failuresTopi Pohjolainen1-0/+2
2017-07-22main/teximage: Even on failure use valid format for init()Topi Pohjolainen1-1/+1
2017-07-22intel/isl/gen7: Don't allow multisampled surfaces with valign2Topi Pohjolainen1-19/+23