summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* swrast: add dri2ConfigQueryExtension to the correct extension listEmil Velikov2017-07-241-0/+1
* i965: Enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2017-07-226-59/+45
* i965: Weaken the texture view rules for formats slightlyJason Ekstrand2017-07-221-1/+18
* i965/surface_state: Get the aux usage from the miptree codeJason Ekstrand2017-07-221-95/+13
* i965/surface_state: Take an isl_aux_usage in emit_surface_stateJason Ekstrand2017-07-221-26/+47
* i965/miptree: Take an isl_format in prepare_textureJason Ekstrand2017-07-223-12/+13
* i965/miptree: Use miptree range helpers in has_color_unresolvedJason Ekstrand2017-07-221-43/+38
* i965/miptree: Allow for accessing a CCS_E image as CCS_DJason Ekstrand2017-07-221-9/+27
* i965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_DJason Ekstrand2017-07-221-5/+5
* intel/isl: Add an aux state for "partial clear"Jason Ekstrand2017-07-221-0/+12
* i965/miptree: Take an aux_usage in prepare/finishJason Ekstrand2017-07-224-60/+80
* i965/miptree: Refactor some things to use mt->aux_usageJason Ekstrand2017-07-221-37/+56
* i965/blorp: Use prepare/finish_depth for depth clearsJason Ekstrand2017-07-221-36/+21
* i965/blorp: Use render_aux_usage for color clearsJason Ekstrand2017-07-221-12/+6
* i965/blorp: Be more accurate about aux usage in blorp_copyJason Ekstrand2017-07-221-13/+42
* i965/blorp: Use texture/render_aux_usage for blitsJason Ekstrand2017-07-221-16/+16
* i965/blorp: Do prepare/finish manuallyJason Ekstrand2017-07-221-38/+92
* i965/miptree: Rework prepare/finish_render to be in terms of aux_usageJason Ekstrand2017-07-223-20/+59
* i965/miptree: Add a helper for getting the aux usage for texturingJason Ekstrand2017-07-222-20/+43
* i965/miptree: Partially resolve MCS for texture viewsJason Ekstrand2017-07-221-7/+7
* i965/miptree: Add support for partially resolving MCSJason Ekstrand2017-07-223-3/+67
* 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
* 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
* 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
* i965: Delete gen8_draw_upload.cKenneth Graunke2017-07-221-0/+0
* st/glsl_to_tgsi: don't optimize mul+add to mad if expression is preciseKarol Herbst2017-07-211-1/+1
* tgsi: populate preciseKarol Herbst2017-07-213-24/+24
* st/glsl_to_tgsi: handle precise modifierKarol Herbst2017-07-211-0/+13
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-202-1/+99
* 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