summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't try to disable render aux buffers for computeTopi Pohjolainen2018-01-241-2/+4
* radeon: remove left over dead codeEric Engestrom2018-01-231-6/+0
* i965: Drop render_target_start from binding table struct.Kenneth Graunke2018-01-221-6/+4
* i965: make brw_context::num_samples unsigned intEmil Velikov2018-01-221-1/+1
* i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContextChris Wilson2018-01-221-1/+3
* i965: Set tiling on BOs imported with modifiersJason Ekstrand2018-01-211-1/+10
* i965/bufmgr: Add a create_from_prime_tiled functionJason Ekstrand2018-01-212-8/+35
* i965/miptree: Use the tiling from the modifier instead of the BOJason Ekstrand2018-01-211-4/+5
* i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand2018-01-216-10/+24
* i965: Delete completely bogus commentKenneth Graunke2018-01-201-5/+0
* autotools: include meson build files in tarballDylan Baker2018-01-1910-7/+17
* i965: Avoid problems from referencing orphaned BOs after growing.Kenneth Graunke2018-01-192-24/+105
* i965: Rename 'aux' to 'prog_data' in program cache.Kenneth Graunke2018-01-191-15/+16
* i965: Bind null render targets for shadow sampling + color.Kenneth Graunke2018-01-181-1/+32
* i965/screen: Allow drirc to set 'allow_rgb10_configs' again.Mario Kleiner2018-01-181-1/+6
* i965: Pass brw_growing_bo to grow_buffer().Kenneth Graunke2018-01-171-11/+9
* i965: Make a helper for recreating growing buffers.Kenneth Graunke2018-01-171-13/+17
* i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.Kenneth Graunke2018-01-172-21/+20
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* i915: No longer rely on compatability define in intel_bufmgr.hRhys Kidd2018-01-171-1/+1
* i965: Enable CCS_E sampling of sRGB textures as UNORMJason Ekstrand2018-01-161-3/+2
* i965/draw: Do resolves properly for textures used by TXFJason Ekstrand2018-01-161-0/+41
* i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usageJason Ekstrand2018-01-161-13/+15
* Re-enable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2018-01-162-42/+25
* i965: Track format and aux usage in the render cacheJason Ekstrand2018-01-165-27/+92
* i965: Call brw_cache_flush_for_render in predraw_resolve_framebufferJason Ekstrand2018-01-161-0/+2
* i965/gen6-7/sol: Bump primitive counter BO size.Francisco Jerez2018-01-161-2/+3
* i965/gen6-7/sol: Keep independent counters for the current and previous begin...Francisco Jerez2018-01-163-27/+36
* i965/gen6-7/sol: Restructure primitive counter into a separate type.Francisco Jerez2018-01-163-39/+58
* radeon: remove unneeded semicolonsGrazvydas Ignotas2018-01-173-3/+3
* osmesa: don't check SmoothFlag twiceGrazvydas Ignotas2018-01-171-1/+0
* Revert "i965: Enable flush control"Adam Jackson2018-01-152-21/+1
* meson: Use dependencies for nirDylan Baker2018-01-112-7/+7
* meson: don't use intermediate variables that are immediately discardedDylan Baker2018-01-111-2/+1
* meson: Use consistent styleDylan Baker2018-01-112-13/+21
* dri_util: remove ALLOW_RGB10_CONFIGS option (v2)Marek Olšák2018-01-102-5/+2
* i965/nir: lower TES PatchVerticesIn to a constant when a TCS is presentIago Toral Quiroga2018-01-101-4/+22
* glsl: remove Lower{TCS,TES}PatchVerticesInIago Toral Quiroga2018-01-101-2/+0
* i965: lower gl_PatchVerticesIn to a uniformIago Toral Quiroga2018-01-101-0/+8
* i965/nir: add a helper to lower gl_PatchVerticesIn to a uniformIago Toral Quiroga2018-01-101-0/+25
* intel: Apply Geminilake "Barrier Mode" workaround.Kenneth Graunke2018-01-092-0/+20
* i965: Torch public intel_batchbuffer_emit_dword/float helpers.Kenneth Graunke2018-01-062-15/+2
* i965: Require space for MI_BATCHBUFFER_END.Kenneth Graunke2018-01-061-2/+5
* i965: Shut up a few unused variable warnings.Kenneth Graunke2018-01-061-2/+2
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-061-1/+0
* i965/screen: Honor 'allow_rgb10_configs' option. (v2)Mario Kleiner2018-01-031-0/+19
* dri/common: Add option to allow exposure of 10 bpc color configs. (v2)Mario Kleiner2018-01-031-4/+8
* i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3)Mario Kleiner2018-01-031-1/+11
* i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3.Mario Kleiner2018-01-031-0/+6
* i965: Support accelerated blit for depth 30 formats. (v2)Mario Kleiner2018-01-031-1/+19