summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Tighten up finish_mcs_writeJason Ekstrand2017-07-221-7/+8
* i965/miptree: Make aux_state work in terms of logical layersJason Ekstrand2017-07-221-6/+13
* i965/miptree: Remove some unneeded restrictionsJason Ekstrand2017-07-222-11/+4
* 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
* 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
* i965: Support the mesa_no_error driconf option.Kenneth Graunke2017-07-222-0/+4
* i965: Delete gen8_draw_upload.cKenneth Graunke2017-07-221-0/+0
* i965/miptree: Clean-up unusedTopi Pohjolainen2017-07-2214-1646/+96
* i965/miptree: Switch remaining surfaces to islTopi Pohjolainen2017-07-222-93/+41
* i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()Topi Pohjolainen2017-07-223-11/+8
* i965/miptree: Relax size alignment for linear surfacesTopi Pohjolainen2017-07-221-1/+6
* i965/miptree: Store compression flag also for isl basedTopi Pohjolainen2017-07-221-0/+1
* i965/miptree: Check tex image allocation failuresTopi Pohjolainen2017-07-221-0/+2
* i965/miptree/gen4: Prepare x-tiled fallback for isl basedTopi Pohjolainen2017-07-221-6/+20
* i965/miptree: Prepare non-tiled fallback for isl basedTopi Pohjolainen2017-07-221-0/+36
* i965/miptree: Prepare has_color_unresolved() for isl basedTopi Pohjolainen2017-07-221-1/+5
* i965: Enable ARB_shader_ballot on Gen8+Matt Turner2017-07-201-0/+1
* i965: Enable ARB_shader_group_voteMatt Turner2017-07-201-0/+1
* i965: Rename batch->exec_objects to validation_listChris Wilson2017-07-202-12/+14
* Revert "i965: Call intel_prepare_render() from intel_update_state()"Kenneth Graunke2017-07-201-2/+0
* i965: Represent depth surfaces with islTopi Pohjolainen2017-07-203-48/+94
* i965: Drop redundant check for non-tiled depth bufferTopi Pohjolainen2017-07-202-4/+2
* i965/miptree: Prepare 3D surfaces with physical 2D layoutTopi Pohjolainen2017-07-201-17/+22
* i965/miptree: Prepare aux state map for isl basedTopi Pohjolainen2017-07-201-3/+18
* i965/miptree: Represent y-tiled stencil copies with islTopi Pohjolainen2017-07-201-5/+4
* i965/miptree: Represent w-tiled stencil surfaces with islTopi Pohjolainen2017-07-203-20/+36
* i965/miptree: Prepare compressed offsets for isl basedTopi Pohjolainen2017-07-201-1/+1
* i965/miptree: Add support for imported bo offsets for isl basedTopi Pohjolainen2017-07-201-0/+13
* i965/fbo: Add support for isl-based miptrees in rb wrapperTopi Pohjolainen2017-07-201-0/+4
* i965: Prepare image setup from miptree for isl basedTopi Pohjolainen2017-07-201-2/+9
* i965: Prepare tex, img and rt state emission for isl based miptreesTopi Pohjolainen2017-07-201-5/+16
* i965: Refactor miptree to isl converter and adjustmentTopi Pohjolainen2017-07-201-46/+57
* i965: Prepare tex (sub)image for isl basedTopi Pohjolainen2017-07-202-5/+23
* i965/wm: Prepare image surfaces for isl basedTopi Pohjolainen2017-07-201-0/+6
* i965/wm: Fix number of layers in 3D imagesTopi Pohjolainen2017-07-201-3/+13
* i965/miptree: Prepare intel_miptree_copy() for isl basedTopi Pohjolainen2017-07-201-4/+16
* i965: Prepare blit engine for isl based miptreesTopi Pohjolainen2017-07-201-5/+11
* i965/miptree: Store chars-per-pixel even for isl basedTopi Pohjolainen2017-07-201-0/+1
* i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen2017-07-2013-66/+48
* i965/miptree: Take interleaving into account in stencil pitchTopi Pohjolainen2017-07-203-58/+20
* i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen2017-07-2015-133/+128