summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2017-03-15i965: move brw_define.h ifndef guard to the topEmil Velikov1-3/+3
2017-03-15i965/fs: emit MOV_INDIRECT with the source with the right register typeSamuel Iglesias Gonsálvez1-1/+1
2017-03-15i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handlesSamuel Iglesias Gonsálvez1-3/+3
2017-03-15i965/fs: fix indirect load DF uniforms on BSW/BXTSamuel Iglesias Gonsálvez1-21/+20
2017-03-15i965/fs: detect different bit size accesses to uniforms to push them in prope...Samuel Iglesias Gonsálvez1-16/+34
2017-03-15i965/fs: mark last DF uniform array element as 64 bit live oneSamuel Iglesias Gonsálvez1-0/+3
2017-03-15intel/blorp: Explicitly flush all allocated stateJason Ekstrand1-0/+8
2017-03-15i965/fs: fix uninitialized memory accessLionel Landwerlin1-3/+2
2017-03-15i965/fs: Remove the inline pack_double_2x32 optimizationJason Ekstrand1-29/+0
2017-03-14i965: Use a better guardband calculation.Jason Ekstrand4-82/+126
2017-03-14i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke3-57/+30
2017-03-14dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle1-0/+12
2017-03-14i965: Support the force_glsl_version driconf option.Kenneth Graunke2-0/+4
2017-03-14i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke1-6/+4
2017-03-14i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.Kenneth Graunke1-1/+1
2017-03-14i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke1-0/+12
2017-02-16i965/sampler_state: Set the "Base Mip Level" field on Sandy BridgeJason Ekstrand2-1/+20
2017-02-16i965/sampler_state: Pass texObj into update_sampler_stateJason Ekstrand1-6/+4
2017-02-14i965/mt: Disable HiZ when sharing depth buffer externally (v2)Chad Versace1-7/+22
2017-02-10i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen1-1/+6
2017-02-10i965: Make depth clear flushing more explicitTopi Pohjolainen2-8/+57
2017-02-09dri/swrast: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09radeon, r200: automake: include builddir prior to srcdirEmil Velikov2-2/+2
2017-02-09i915: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09i965: automake: include builddir prior to srcdirEmil Velikov1-3/+3
2017-02-09i965: automake: correctly set MKDIR_GENEmil Velikov1-0/+1
2017-02-09i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.Kenneth Graunke1-0/+43
2017-02-08i965/blorp: Use the correct ISL format for combined depth/stencilJason Ekstrand1-0/+2
2017-01-24i965: Properly flush in hsw_pause_transform_feedback().Kenneth Graunke1-0/+3
2017-01-24i965: Make BLORP disable the NP Z PMA stall fix.Kenneth Graunke1-0/+4
2017-01-24i965: Fix texturing in the vec4 TCS and GS backends.Kenneth Graunke1-2/+12
2017-01-24i965: Fix last slot calculationsKenneth Graunke1-3/+13
2017-01-24dri: Add __DRI_IMAGE_FORMAT_ARGB1555Chad Versace1-0/+4
2017-01-24i965/generator/tex: Handle an immediate sampler with an indirect textureJason Ekstrand2-4/+12
2017-01-24i965: Don't bail on vertex element processing if we need draw params.Kenneth Graunke1-17/+17
2016-12-24i965/fs: Reject copy propagation into SEL if not min/max.Matt Turner2-1/+12
2016-12-24i965/fs: Add unit tests for copy propagation pass.Matt Turner2-0/+211
2016-12-16i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.Matt Turner3-15/+16
2016-12-14i965/mt: Disable aux surfaces after making miptree shareableChad Versace1-0/+2
2016-12-14i965: Allocate at least some URB space even when max_vertices = 0.Kenneth Graunke1-1/+7
2016-11-24i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2-18/+9
2016-11-24i965: Fix GS push inputs with enhanced layouts.Kenneth Graunke1-1/+1
2016-11-24i965: Fix compute shader crash.Kenneth Graunke1-1/+1
2016-11-24i965/gs: Allow primitive id to be a system valueJason Ekstrand1-1/+2
2016-11-09i965: Fix GPU hang related to multiple render targets and alpha testingAnuj Phogat1-0/+6
2016-11-09intel/blorp: Pass a brw_stage_prog_data to upload_shaderJason Ekstrand1-1/+2
2016-11-01i965/fs/generator: Don't use the address immediate for MOV_INDIRECTJason Ekstrand1-28/+27
2016-10-27i965: Drop nir_inputs from fs_visitor.Kenneth Graunke1-1/+0
2016-10-27i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.Kenneth Graunke5-62/+12
2016-10-27i965: Make split_virtual_grfs() call compact_virtual_grfs().Kenneth Graunke1-0/+6