summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/clear: Quantize the depth clear value based on the formatJason Ekstrand2017-08-211-2/+12
* i965: enable STD430 packing by default on IVB+Timothy Arceri2017-08-221-0/+16
* i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand2017-08-204-19/+18
* i965/tex: Change the flags type on create_for_teximageJason Ekstrand2017-08-201-1/+1
* i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand2017-08-191-1/+1
* i965: Use ISL for emitting null surface states.Kenneth Graunke2017-08-197-351/+49
* i965: Remove tabs in intel_batchbuffer.c.Kenneth Graunke2017-08-181-7/+7
* i965/miptree: Return NONE from texture_aux_usage when fully resolvedJason Ekstrand2017-08-181-1/+14
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-183-5/+11
* i965: Mark all EGLimages as non-coherent.Kenneth Graunke2017-08-181-5/+3
* i965: Fix missing newlines in perf_debug messages.Kenneth Graunke2017-08-172-3/+3
* i965: Alphabetize TCS image dirty bitsKenneth Graunke2017-08-161-1/+1
* i965: Always allow CPU readback of the scanout on LLC platformsChris Wilson2017-08-161-1/+15
* i965: make sure check_and_emit_atom gets inlinedTapani Pälli2017-08-161-1/+1
* i965: Advertise the CCS modifierBen Widawsky2017-08-141-4/+40
* i965/miptree: More conservatively resolve external imagesJason Ekstrand2017-08-143-1/+47
* i965: Pretend that CCS modified images are two planesBen Widawsky2017-08-141-21/+34
* i965/screen: Support import and export of surfaces with CCSJason Ekstrand2017-08-141-8/+71
* i965/miptree: Allocate mcs_buf for an image's CCSBen Widawsky2017-08-141-4/+91
* i965: Support images with aux buffersBen Widawsky2017-08-141-0/+6
* i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)Jason Ekstrand2017-08-141-8/+0
* i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...Scott D Phillips2017-08-141-1/+2
* i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41Kenneth Graunke2017-08-121-0/+2
* i965: Clean up intel_batchbuffer_init().Kenneth Graunke2017-08-123-12/+11
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-106-10/+8
* dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHODThomas Hellstrom2017-08-102-6/+2
* i965/bufmgr: Set bo->idle after waiting.Kenneth Graunke2017-08-081-0/+2
* i965: Don't use ggtt_bo for Gen8+ streamout offset buffer.Kenneth Graunke2017-08-081-1/+1
* i965: Simplify *_bo() helpers.Kenneth Graunke2017-08-081-47/+25
* i965: Get rid of KSP_roKenneth Graunke2017-08-081-15/+4
* i965: Only call create_for_planar_image for multiple planesJason Ekstrand2017-08-081-1/+4
* i965/miptree: Set supports_fast_clear = false in make_shareableJason Ekstrand2017-08-071-0/+1
* i965/miptree: Rework create flagsJason Ekstrand2017-08-078-38/+52
* i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand2017-08-076-24/+8
* i965/miptree: Delete an unused function declarationJason Ekstrand2017-08-071-5/+0
* i965/miptree: Call alloc_aux in create_for_boJason Ekstrand2017-08-071-6/+7
* i965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUTJason Ekstrand2017-08-073-7/+15
* i965/miptree: Delete some unused layout flagsJason Ekstrand2017-08-072-10/+2
* i965/miptree: Refactor is_mcs_supportedJason Ekstrand2017-08-071-4/+9
* i965/miptree Remove layout_flags parameter form is_mcs_supportedJason Ekstrand2017-08-071-9/+2
* mesa: add support for memory object creation/import/deleteAndres Rodriguez2017-08-061-0/+4
* i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson2017-08-0423-291/+127
* i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUTKenneth Graunke2017-08-041-2/+2
* i965: Use a C99 initializer for new validation list entries.Kenneth Graunke2017-08-041-10/+7
* i965: Simplify some bo != batch->bo special cases.Kenneth Graunke2017-08-041-27/+19
* i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke2017-08-044-10/+33
* i965: Move add_exec_bo()Chris Wilson2017-08-041-53/+53
* i965: Ignore reloc read/write domainsChris Wilson2017-08-041-11/+7
* i965: Use I915_EXEC_NO_RELOCChris Wilson2017-08-041-7/+33
* i965: Initialize flags to 0 and |= in new flags.Kenneth Graunke2017-08-041-3/+3