summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* autotools: include meson build files in tarballDylan Baker2018-01-198-5/+15
* 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
* 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
* 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
* 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
* i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.Mario Kleiner2018-01-031-2/+10
* i965: Drop support for the legacy SNORM -> Float equation.Kenneth Graunke2018-01-021-1/+0
* intel/compiler/gen10: Disable push constants.Rafael Antognolli2017-12-191-0/+7
* i965: Allow old begin/end queryobj for gen4/5 with HW contextsChris Wilson2017-12-151-6/+0
* i965: enable EXT_disjoint_timer_query extensionTapani Pälli2017-12-151-0/+2
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-141-5/+5
* i965: Don't allocate an MCS for 16x MSAA and width > 8192.Kenneth Graunke2017-12-141-0/+4
* i965: compute scratch space size correctly for Gen9+Kevin Rogovin2017-12-121-1/+5
* i965: Program MEDIA_VFE_STATE in a more readable fashion.Kevin Rogovin2017-12-121-6/+13
* i915: add missing 0 definesEric Engestrom2017-12-121-0/+2
* i965: Add ARB_get_program_binary support using nir_serializationJordan Justen2017-12-086-6/+99
* i965: Fix memory leak when serializing nirJordan Justen2017-12-081-0/+1
* i965: Add brw_program_serialize_nirJordan Justen2017-12-083-6/+14