summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-0/+5
* driconf: Fix missing gettextAxel Davy2016-12-201-1/+1
* st/nine: Add new driconf options to control DISCARD behaviourAxel Davy2016-12-201-0/+10
* i965: Don't bail on vertex element processing if we need draw params.Kenneth Graunke2016-12-201-17/+17
* i965: keep gl_program shader info in sync after gather infoTimothy Arceri2016-12-202-2/+11
* i965/vec4: Fix TCS output reads with non-zero component qualifiers.Kenneth Graunke2016-12-141-5/+5
* i965/disasm: Decode dataport constant cache control fields.Francisco Jerez2016-12-141-0/+1
* i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.Francisco Jerez2016-12-144-33/+0
* i965/fs: Drop useless access mode override from pull constant generator code.Francisco Jerez2016-12-141-2/+0
* i965/fs: Fetch one cacheline of pull constants at a time.Francisco Jerez2016-12-142-19/+18
* i965/fs: Expose arbitrary pull constant load sizes to the IR.Francisco Jerez2016-12-144-27/+26
* i965: Factor out oword block read and write message control calculation.Francisco Jerez2016-12-142-12/+8
* 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-053-327/+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