summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Switch to the constant cache for uniform pull constants.Francisco Jerez2016-12-144-91/+36
* i965: Let the caller of brw_set_dp_write/read_message control the target cache.Francisco Jerez2016-12-143-42/+43
* i965/gen6+: Invalidate constant cache on brw_emit_mi_flush().Francisco Jerez2016-12-141-0/+1
* i965/miptree: Use intel_miptree_copy for mapsJason Ekstrand2016-12-131-12/+8
* i965/blit: Fix the src dimension sanity check in miptree_copyJason Ekstrand2016-12-131-2/+10
* main: use new driver flag for conservative rasterization stateLionel Landwerlin2016-12-134-6/+11
* i965: remove brw_lower_texture_gradientsIago Toral Quiroga2016-12-135-358/+1
* i965/nir: enable lowering of texture gradient for shadow samplersIago Toral Quiroga2016-12-131-0/+3
* i965/nir: enable lowering of texture gradient for cube mapsIago Toral Quiroga2016-12-131-0/+1
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-127-24/+24
* i965/fs: Reject copy propagation into SEL if not min/max.Matt Turner2016-12-122-1/+12
* i965/fs: Add unit tests for copy propagation pass.Matt Turner2016-12-122-0/+211
* i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.Matt Turner2016-12-123-15/+16
* i965/blorp: fix release build unused variable warningGrazvydas Ignotas2016-12-121-3/+1
* i965: Print out cycle estimates at the start of block annotations.Kenneth Graunke2016-12-111-1/+1
* i965/mt: Disable HiZ when sharing depth buffer externally (v2)Chad Versace2016-12-101-7/+22
* i965/mt: Disable aux surfaces after making miptree shareableChad Versace2016-12-101-0/+2
* i965: delay adding built-in uniforms to Parameters listTimothy Arceri2016-12-091-23/+19
* i965: Increase max texture to 16k for gen7+Jordan Justen2016-12-071-3/+10
* i965: enable INTEL_conservative_rasterization on Gen9+Lionel Landwerlin2016-12-076-5/+18
* i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+).Plamena Manolova2016-12-074-3/+13
* i965: Drop redundant key->outputs_written initialization.Kenneth Graunke2016-12-061-2/+0
* i965: Initialize "separate" flag in VUE maps.Kenneth Graunke2016-12-061-0/+3
* i965: Don't force SSO layout for VS->TCS.Kenneth Graunke2016-12-062-4/+3
* i965: Unify shader interfaces explicitly.Kenneth Graunke2016-12-061-0/+29
* i965: Emit proper NOPs.Matt Turner2016-12-061-4/+2
* i965: Allocate at least some URB space even when max_vertices = 0.Kenneth Graunke2016-12-051-1/+7
* Revert "i965: use nir_lower_indirect_derefs() for GLSL"Jason Ekstrand2016-12-052-10/+13
* i965: Delete the meta-base CopyImageSubData implementationJason Ekstrand2016-12-051-10/+0
* i965/copy_image: Re-implement the blitter path with emit_miptree_blitJason Ekstrand2016-12-053-97/+80
* i965/blit: Break the guts of intel_miptree_blit into a helperJason Ekstrand2016-12-051-67/+84
* i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri2016-12-052-13/+10
* i965: Release aux buffer when disabling ccsTopi Pohjolainen2016-12-051-0/+3
* i965/sched: Schedule trivial blocks.Matt Turner2016-11-291-3/+0
* i965/sched: Make 'time' a local variable.Matt Turner2016-11-291-3/+1
* i965/cfg: Initialize bblock_t::cycle_count.Matt Turner2016-11-291-1/+1
* i965/cfg: Initialize cfg_t::cycle_count.Matt Turner2016-11-292-1/+2
* i965/gen7: expose larger gather offsetsIlia Mirkin2016-11-291-2/+7
* i965: support constant gather offsets larger than 4 bitsIlia Mirkin2016-11-294-12/+24
* i965/fs: Refactor handling of constant tg4 offsetsJason Ekstrand2016-11-293-34/+29
* i965: Enable fast clears for multi-lodBen Widawsky2016-11-251-15/+0
* i965: Allow single-sampled miptree to be resolved and sharedTopi Pohjolainen2016-11-251-1/+1
* i965/gen8: Relax asserts prohibiting arrayed/mipmapped fast clearsTopi Pohjolainen2016-11-253-14/+18
* i965: Use ISL for CCS layoutsTopi Pohjolainen2016-11-252-104/+38
* i965: Resolve non-compressed fast clears prior layered renderingTopi Pohjolainen2016-11-251-0/+13
* i965: Restrict fast color clear on first slice onlyTopi Pohjolainen2016-11-251-0/+8
* i965: Track fast color clear state in level/layer granularityTopi Pohjolainen2016-11-253-30/+68
* i965: Move fast clear state enumeration into resolve mapTopi Pohjolainen2016-11-253-65/+68
* i965: Refactor check if color resolve is neededTopi Pohjolainen2016-11-251-15/+28
* i965: Add plumbing for fast clear layer/level detailsTopi Pohjolainen2016-11-252-19/+34