summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-24swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov1-0/+1
2017-07-22i965: Enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand6-59/+45
2017-07-22i965: Weaken the texture view rules for formats slightlyJason Ekstrand1-1/+18
2017-07-22i965/surface_state: Get the aux usage from the miptree codeJason Ekstrand1-95/+13
2017-07-22i965/surface_state: Take an isl_aux_usage in emit_surface_stateJason Ekstrand1-26/+47
2017-07-22i965/miptree: Take an isl_format in prepare_textureJason Ekstrand3-12/+13
2017-07-22i965/miptree: Use miptree range helpers in has_color_unresolvedJason Ekstrand1-43/+38
2017-07-22i965/miptree: Allow for accessing a CCS_E image as CCS_DJason Ekstrand1-9/+27
2017-07-22i965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_DJason Ekstrand1-5/+5
2017-07-22intel/isl: Add an aux state for "partial clear"Jason Ekstrand1-0/+12
2017-07-22i965/miptree: Take an aux_usage in prepare/finishJason Ekstrand4-60/+80
2017-07-22i965/miptree: Refactor some things to use mt->aux_usageJason Ekstrand1-37/+56
2017-07-22i965/blorp: Use prepare/finish_depth for depth clearsJason Ekstrand1-36/+21
2017-07-22i965/blorp: Use render_aux_usage for color clearsJason Ekstrand1-12/+6
2017-07-22i965/blorp: Be more accurate about aux usage in blorp_copyJason Ekstrand1-13/+42
2017-07-22i965/blorp: Use texture/render_aux_usage for blitsJason Ekstrand1-16/+16
2017-07-22i965/blorp: Do prepare/finish manuallyJason Ekstrand1-38/+92
2017-07-22i965/miptree: Rework prepare/finish_render to be in terms of aux_usageJason Ekstrand3-20/+59
2017-07-22i965/miptree: Add a helper for getting the aux usage for texturingJason Ekstrand2-20/+43
2017-07-22i965/miptree: Partially resolve MCS for texture viewsJason Ekstrand1-7/+7
2017-07-22i965/miptree: Add support for partially resolving MCSJason Ekstrand3-3/+67
2017-07-22i965/miptree: Tighten up finish_mcs_writeJason Ekstrand1-7/+8
2017-07-22i965/miptree: Make aux_state work in terms of logical layersJason Ekstrand1-6/+13
2017-07-22i965/miptree: Remove some unneeded restrictionsJason Ekstrand2-11/+4
2017-07-22i965/miptree: Stop setting FOR_SCANOUT for renderbuffersJason Ekstrand1-2/+1
2017-07-22i965/blorp: Do flushes around depth resolvesJason Ekstrand1-78/+72
2017-07-22i965/blorp: Use the renderbuffer format for clearsJason Ekstrand1-1/+9
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-22i965: Support the mesa_no_error driconf option.Kenneth Graunke2-0/+4
2017-07-22i965: Delete gen8_draw_upload.cKenneth Graunke1-0/+0
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-22i965/miptree/gen4: Prepare x-tiled fallback for isl basedTopi Pohjolainen1-6/+20
2017-07-22i965/miptree: Prepare non-tiled fallback for isl basedTopi Pohjolainen1-0/+36
2017-07-22i965/miptree: Prepare has_color_unresolved() for isl basedTopi Pohjolainen1-1/+5
2017-07-20i965: Enable ARB_shader_ballot on Gen8+Matt Turner1-0/+1
2017-07-20i965: Enable ARB_shader_group_voteMatt Turner1-0/+1
2017-07-20i965: Rename batch->exec_objects to validation_listChris Wilson2-12/+14
2017-07-20Revert "i965: Call intel_prepare_render() from intel_update_state()"Kenneth Graunke1-2/+0