summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2018-05-01CHROMIUM: dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace7-11/+17
2018-05-01CHROMIUM: dri: Define DRI_MutableRenderBuffer extensionsChad Versace3-0/+7
2018-02-16UPSTREAM: i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand1-0/+15
2017-11-22CHROMIUM: i965: disable hiz on braswellStéphane Marchesin1-1/+3
2017-11-22CHROMIUM: i965: Clamp scissor state instead of truncating on gen6.Corbin Simpson1-8/+16
2017-11-22CHROMIUM: i965: Fix corner cases of brw depth stencil workaroundHaixia Shi1-4/+4
2017-11-22CHROMIUM: i965: Return NULL if we don't have a miptreeStéphane Marchesin1-0/+2
2017-11-22CHROMIUM: i965: Disable hardware contexts for gen6Stéphane Marchesin1-1/+1
2017-11-18i965: Revert Gen8 aspect of VF PIPE_CONTROL workaround.Kenneth Graunke1-1/+5
2017-11-17i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DWAnuj Phogat2-5/+17
2017-11-17i965: Program DWord Length in MI_FLUSH_DWAnuj Phogat3-3/+3
2017-11-17i965: Upload invariant state once at the start of the batch on Gen4-5.Kenneth Graunke4-13/+3
2017-11-17i965: Implement another VF cache invalidate workaround on Gen8+.Kenneth Graunke1-8/+33
2017-11-17i965: Add stencil buffers to cache set regardless of stencil texturingJason Ekstrand1-3/+1
2017-11-17i965: Use PTE MOCS for all external buffersJason Ekstrand2-10/+18
2017-11-17intel/blorp: Make the MOCS setting part of blorp_addressJason Ekstrand2-15/+26
2017-11-13i965: Make L3 configuration atom listen for TCS/TES program updates.Kenneth Graunke1-0/+2
2017-11-13i965: disable NIR linking on HSW and belowTimothy Arceri1-1/+4
2017-11-10i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTEKenneth Graunke1-0/+1
2017-11-10intel/nir: Break the linking code into a helper in brw_nir.cJason Ekstrand1-34/+4
2017-11-03i965: Fix ARB_indirect_parameters logic.Plamena Manolova1-31/+16
2017-11-03i965: Check CCS_E compatibility for texture view renderingNanley Chery1-2/+27
2017-10-27i965: unref push_const_bo in intelDestroyContextTapani Pälli1-0/+6
2017-10-27i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand5-27/+39
2017-10-27i965/blorp: Use more temporary isl_format variablesJason Ekstrand1-8/+7
2017-10-27i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptreesJason Ekstrand1-1/+2
2017-10-27i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2-25/+1
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand2-4/+6
2017-10-20i965: Report supported context priorities to EGL/DRIChris Wilson1-0/+13
2017-10-20i965: Pass the EGL/DRI context priority through to the kernelChris Wilson3-0/+46
2017-10-20i965: Record the presence of the kernel schedulerChris Wilson1-0/+11
2017-10-20egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson12-23/+38
2017-10-19i965: Don't disable aux buffers for non-overlapping miplevels.Kenneth Graunke1-3/+7
2017-10-19i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke3-20/+10
2017-10-19i965: Only resolve texture levels/layers that are accessed.Kenneth Graunke1-2/+16
2017-10-19i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke3-21/+13
2017-10-19i965/sbe: fix active components for SSO programs with over 16 inputsIago Toral Quiroga1-8/+2
2017-10-19i965: Do not log a perf warning when mapping an idle boChris Wilson1-2/+3
2017-10-18i965: Use a union to bitcast a floatMatt Turner1-1/+2
2017-10-16meson: Don't try to install dri drivers unless one is builtDylan Baker1-1/+1
2017-10-16Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"Kenneth Graunke1-5/+20
2017-10-16i965: Only put external handles into the handle htChris Wilson1-11/+25
2017-10-16i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand3-17/+8
2017-10-13i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke5-12/+12
2017-10-13i965: Delete dead brw_context fields.Kenneth Graunke2-4/+0
2017-10-13i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner1-2/+2
2017-10-13meson: Build i915Ville Syrjälä2-0/+100
2017-10-12intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand1-6/+4
2017-10-12intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand1-2/+0
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand7-84/+51