aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix GL_ARB_spirv_extensions nameIlia Mirkin2017-08-061-1/+1
* mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPESAndres Rodriguez2017-08-063-0/+47
* mesa: hook up UUID queries for driver and deviceAndres Rodriguez2017-08-065-0/+73
* mesa: implement glGetUnsignedByte{v|i_v}Andres Rodriguez2017-08-061-0/+174
* mesa/st: expose EXT_memory_object and EXT_memory_object_fdAndres Rodriguez2017-08-063-0/+6
* mesa: hook up (Named)BufferStorageMem apiTimothy Arceri2017-08-061-20/+65
* mesa/st: implement memory objects as a backend for buffer objectsAndres Rodriguez2017-08-062-17/+61
* mesa/st: implement memory objects as a backend for texture storageDave Airlie2017-08-062-12/+106
* mesa/st: factor out st_AllocTextureStorage into a helperAndres Rodriguez2017-08-061-7/+19
* mesa: hook up memory object multisamples tex(ture)storage apiAndres Rodriguez2017-08-063-28/+103
* mesa: hook up memoryobject tex(ture)storage apiAndres Rodriguez2017-08-064-32/+191
* mesa/st: start adding memory object supportDave Airlie2017-08-064-0/+93
* mesa: add support for memory object parametersAndres Rodriguez2017-08-062-1/+53
* mesa: add support for memory object creation/import/deleteAndres Rodriguez2017-08-066-2/+233
* mapi: add EXT_external_objects and EXT_external_objects_fdAndres Rodriguez2017-08-068-1/+552
* 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
* i965: Make add_exec_bo return the validation list index.Kenneth Graunke2017-08-041-4/+5
* i965: Track last location of bo used for the batchChris Wilson2017-08-043-2/+27
* i965: Always use the pre-computed offset for the relocation entryChris Wilson2017-08-042-42/+36
* i965: Make brw_emit_reloc assert that the target BO is non-NULL.Kenneth Graunke2017-08-041-0/+2
* i965: Prefer using streaming reads from WC mmapsChris Wilson2017-08-041-3/+15
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-033-5/+7
* st/mesa: minor clean-ups in st_atom_msaa.cBrian Paul2017-08-031-16/+18
* mesa: init more msaa fieldsBrian Paul2017-08-031-0/+2
* mesa: only check errors when the state change in glLogicOp()Samuel Pitoiset2017-08-031-27/+29
* mesa: only check errors when the state change in glBlendEquationSeparateiARB()Samuel Pitoiset2017-08-031-20/+22
* i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE definesKenneth Graunke2017-08-031-3/+0
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-033-0/+27
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-022-3/+3
* i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2017-08-022-0/+16
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-034-4/+0
* i965: simplify intel_image_format_lookup()Emil Velikov2017-08-021-7/+3
* i965: annotate struct intel_image_format as constEmil Velikov2017-08-023-10/+10