st/nine: Fix specular enable for alpha
[mesa.git] / src / mesa /
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 Jonathan Graymesa: don't attempt to unlock an unlocked debug state...
2016-12-20 Timothy Arcerii965: keep gl_program shader info in sync after gather...
2016-12-19 Ian Romanickmesa: Silence numerous "unused parameter" warnings...
2016-12-19 Ian Romanickmesa: Fix all the whitespace errors in dlist.c
2016-12-19 Ian Romanickglsl: Track the linearized array index for each UBO...
2016-12-19 Kenneth Graunkeglsl: Fix program interface queries relating to interfa...
2016-12-19 Kenneth Graunkemesa/get: Convert stencil values to TYPE_UINT.
2016-12-19 Kenneth Graunkemesa/get: Add TYPE_UINT for casting through a GLuint.
2016-12-19 Kenneth Graunkemesa/get: Make GetFloat/GetDouble of TYPE_INT_N not...
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: add INTEL_conservative_rasterization enum query...
2016-12-13 Lionel Landwerlinextensions: update INTEL_conservative_rasterization...
2016-12-13 Lionel Landwerlinmain: don't error when enabling conservative rasterizat...
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 Nicolai Hähnlest/glsl_to_tgsi: plumb the GS output stream qualifier...
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-12 Kenneth Graunkemesa: Return LINEAR encoding for winsys FBO depth/stencil.
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 Marek Olšákst/mesa: round lod_bias to a multiple of 1/256
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 Lionel Landwerlinmesa: add support for GL_INTEL_conservative_rasterization
2016-12-07 Plamena Manolovai965: Add i965 plumbing for ARB_post_depth_coverage...
2016-12-07 Plamena Manolovamesa: Add GL and GLSL plumbing for ARB_post_depth_cover...
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-06 Roland Scheideggermain: allow NEAREST_MIPMAP_NEAREST for stencil texturing
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-12-02 Timothy ArceriRevert "st/mesa: get Version from gl_program rather...
2016-12-02 Timothy Arcerist/mesa: get Version from gl_program rather than gl_sha...
2016-12-02 Timothy Arcerist/mesa/glsl: move Version to gl_shader_program_data
2016-12-01 Ilia Mirkinmesa: only verify that enabled arrays have backing...
2016-11-30 Timothy Arcerimesa: reset linked_stages bitmask when re-linking
2016-11-30 Nicolai Hähnlest/mesa: skip lower_output_reads when possible
2016-11-30 Nicolai Hähnlest/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly...
2016-11-30 Timothy Arcerimesa: optimise interleaved sso validation
2016-11-30 Timothy Arcerimesa/glsl: add bitmask to track stages a program was...
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-29 Timothy Arcerimesa: fix active subroutine uniforms properly
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 Eduardo Lima Mitevmesa/getteximage: Add validation of target to glGetText...
2016-11-24 Eduardo Lima Mitevmain/texobj: Check that texture id > 0 before looking...
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
next