mesa: move _Used to gl_program
[mesa.git] / src / mesa / drivers /
2016-12-27 Chad Versacei965: Allow import/export of ARGB1555 images
2016-12-27 Chad Versacedri: Add __DRI_IMAGE_FORMAT_ARGB1555
2016-12-23 Jason Ekstrandi965/generator/tex: Handle an immediate sampler with...
2016-12-23 Jason Ekstrandi965: Use nir_opt_trivial_continues and nir_opt_if
2016-12-22 Timothy Arcerii965: make use of nir_lower_returns() for GL
2016-12-22 Timothy Arcerii965: disable loop unrolling in GLSL IR
2016-12-22 Timothy Arcerii965: use nir loop unrolling pass
2016-12-22 Timothy Arcerinir: pass compiler rather than devinfo to functions...
2016-12-22 Timothy Arcerii965: use nir_lower_indirect_derefs() for GLSL
2016-12-22 Timothy Arcerii965: allow sampler indirects on all gens
2016-12-21 Juan A. Suarez Romeroi965: allow unsourced enabled VAO
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Axel Davydriconf: Fix missing gettext
2016-12-20 Axel Davyst/nine: Add new driconf options to control DISCARD...
2016-12-20 Kenneth Graunkei965: Don't bail on vertex element processing if we...
2016-12-20 Timothy Arcerii965: keep gl_program shader info in sync after gather...
2016-12-15 Kenneth Graunkei965/vec4: Fix TCS output reads with non-zero component...
2016-12-15 Francisco Jerezi965/disasm: Decode dataport constant cache control...
2016-12-15 Francisco Jerezi965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtua...
2016-12-15 Francisco Jerezi965/fs: Drop useless access mode override from pull...
2016-12-15 Francisco Jerezi965/fs: Fetch one cacheline of pull constants at a...
2016-12-15 Francisco Jerezi965/fs: Expose arbitrary pull constant load sizes...
2016-12-15 Francisco Jerezi965: Factor out oword block read and write message...
2016-12-15 Francisco Jerezi965/fs: Switch to the constant cache for uniform pull...
2016-12-15 Francisco Jerezi965: Let the caller of brw_set_dp_write/read_message...
2016-12-15 Francisco Jerezi965/gen6+: Invalidate constant cache on brw_emit_mi_fl...
2016-12-13 Jason Ekstrandi965/miptree: Use intel_miptree_copy for maps
2016-12-13 Jason Ekstrandi965/blit: Fix the src dimension sanity check in miptre...
2016-12-13 Lionel Landwerlinmain: use new driver flag for conservative rasterizatio...
2016-12-13 Iago Toral Quirogai965: remove brw_lower_texture_gradients
2016-12-13 Iago Toral Quirogai965/nir: enable lowering of texture gradient for shado...
2016-12-13 Iago Toral Quirogai965/nir: enable lowering of texture gradient for cube...
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-12 Matt Turneri965/fs: Reject copy propagation into SEL if not min...
2016-12-12 Matt Turneri965/fs: Add unit tests for copy propagation pass.
2016-12-12 Matt Turneri965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
2016-12-12 Grazvydas Ignotasi965/blorp: fix release build unused variable warning
2016-12-12 Kenneth Graunkei965: Print out cycle estimates at the start of block...
2016-12-10 Chad Versacei965/mt: Disable HiZ when sharing depth buffer external...
2016-12-10 Chad Versacei965/mt: Disable aux surfaces after making miptree...
2016-12-09 Timothy Arcerii965: delay adding built-in uniforms to Parameters...
2016-12-07 Jordan Justeni965: Increase max texture to 16k for gen7+
2016-12-07 Lionel Landwerlini965: enable INTEL_conservative_rasterization on Gen9+
2016-12-07 Plamena Manolovai965: Add i965 plumbing for ARB_post_depth_coverage...
2016-12-07 Kenneth Graunkei965: Drop redundant key->outputs_written initialization.
2016-12-07 Kenneth Graunkei965: Initialize "separate" flag in VUE maps.
2016-12-06 Kenneth Graunkei965: Don't force SSO layout for VS->TCS.
2016-12-06 Kenneth Graunkei965: Unify shader interfaces explicitly.
2016-12-06 Matt Turneri965: Emit proper NOPs.
2016-12-06 Kenneth Graunkei965: Allocate at least some URB space even when max_ve...
2016-12-05 Jason EkstrandRevert "i965: use nir_lower_indirect_derefs() for GLSL"
2016-12-05 Jason Ekstrandi965: Delete the meta-base CopyImageSubData implementation
2016-12-05 Jason Ekstrandi965/copy_image: Re-implement the blitter path with...
2016-12-05 Jason Ekstrandi965/blit: Break the guts of intel_miptree_blit into...
2016-12-05 Timothy Arcerii965: use nir_lower_indirect_derefs() for GLSL
2016-12-05 Topi Pohjolaineni965: Release aux buffer when disabling ccs
2016-11-29 Matt Turneri965/sched: Schedule trivial blocks.
2016-11-29 Matt Turneri965/sched: Make 'time' a local variable.
2016-11-29 Matt Turneri965/cfg: Initialize bblock_t::cycle_count.
2016-11-29 Matt Turneri965/cfg: Initialize cfg_t::cycle_count.
2016-11-29 Ilia Mirkini965/gen7: expose larger gather offsets
2016-11-29 Ilia Mirkini965: support constant gather offsets larger than 4...
2016-11-29 Jason Ekstrandi965/fs: Refactor handling of constant tg4 offsets
2016-11-25 Ben Widawskyi965: Enable fast clears for multi-lod
2016-11-25 Topi Pohjolaineni965: Allow single-sampled miptree to be resolved and...
2016-11-25 Topi Pohjolaineni965/gen8: Relax asserts prohibiting arrayed/mipmapped...
2016-11-25 Topi Pohjolaineni965: Use ISL for CCS layouts
2016-11-25 Topi Pohjolaineni965: Resolve non-compressed fast clears prior layered...
2016-11-25 Topi Pohjolaineni965: Restrict fast color clear on first slice only
2016-11-25 Topi Pohjolaineni965: Track fast color clear state in level/layer granu...
2016-11-25 Topi Pohjolaineni965: Move fast clear state enumeration into resolve map
2016-11-25 Topi Pohjolaineni965: Refactor check if color resolve is needed
2016-11-25 Topi Pohjolaineni965: Add plumbing for fast clear layer/level details
2016-11-25 Topi Pohjolaineni965: Add interface for checking multiple slices if...
2016-11-25 Topi Pohjolaineni965: Provide slice details to renderbuffer fast clear...
2016-11-25 Topi Pohjolaineni965: Split per miptree and per slice/level fast clear...
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-11-25 Topi Pohjolaineni965: Add new interface for full color resolves
2016-11-25 Topi Pohjolaineni965: Refactor lossless compression state tracking
2016-11-24 Kenneth Graunkei965: Always reserve clip distance VUE slots in SSO...
2016-11-24 Kenneth Graunkei965: Use 3DSTATE_CLIP's User Clip Distance Enable...
2016-11-23 Jordan Justeni965/gen7: Only advertise 4 samples for RGBA32F on...
2016-11-23 Ben Widawskyi965: Restructure fast clear eligibility decision
2016-11-23 Topi Pohjolaineni965: Set initial msaa fast clear status explicitly
2016-11-23 Topi Pohjolaineni965: Declare read-only input to level/layer check...
2016-11-23 Topi Pohjolaineni965/fbo: Prepare layer multiplier for render buffer...
2016-11-23 Topi Pohjolaineni965: Add multi-slice getter for resolve maps
2016-11-23 Topi Pohjolaineni965/meta: Split conversion of color and setting it
2016-11-23 Topi Pohjolaineni965/miptree: Don't shrink textures when augmenting...
2016-11-22 Jason Ekstrandi965/fs: Implement load_layer_id for fragment shaders
2016-11-22 Jason Ekstrandi965/compiler: Disable trig workarounds on KBL+
2016-11-22 Kenneth Graunkei965: Use NIR-based clip/cull lowering for OpenGL as...
2016-11-22 Kenneth Graunkei965/vec4: Handle component qualifiers on non-generic...
2016-11-22 Kenneth Graunkei965/fs: Handle compact outputs.
2016-11-21 Jordan Justeni965/hsw: Set integer mode in sampling state for stenci...
2016-11-20 Brian Paulradeon: remove unneeded #include "util/simple_list.h"
2016-11-20 Brian Paulr200: remove unneeded #include "util/simple_list.h"
2016-11-20 Brian Pauli915: remove unneeded #include "util/simple_list.h"
2016-11-19 Kenneth Graunkei965: Store a clip_distance_mask field similar to cull_...
2016-11-19 Kenneth Graunkei965: Use shader_info for brw_vue_prog_data::cull_dista...
next