mesa.git
2015-10-29 Kenneth Graunkedocs: Mark GL_ARB_fragment_layer_viewport as done on...
2015-10-29 Kenneth Graunkei965: Implement ARB_fragment_layer_viewport.
2015-10-29 Kenneth Graunkei965: Make calculate_attr_overrides return the URB...
2015-10-29 Kenneth Graunkeglsl: Mark gl_ViewportIndex and gl_Layer varyings as...
2015-10-29 Kenneth Graunkei965/fs: Properly check for PAD in fragment shaders...
2015-10-29 Kenneth Graunkei965: Update stale comment about unused VUE map slots.
2015-10-29 Ilia Mirkinnv50/ir: adapt to new method for passing in cull/clip...
2015-10-29 Ilia Mirkinnvc0: share shaders between contexts and build immediately
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-10-29 Kenneth Graunkenir: Copy "patch" flag from ir_variable to nir_variable.
2015-10-29 Kenneth Graunkenir: Add intrinsics for tessellation shader system...
2015-10-29 Kenneth Graunkei965: Fix missing BRW_NEW_*_PROG_DATA flagging caused...
2015-10-29 Laurent Carlierclover: fix building fix clang-3.8
2015-10-29 Ilia Mirkinnv50: add ARB_copy_image support
2015-10-29 Ilia Mirkinnvc0: add ARB_copy_image support
2015-10-28 Julien Isorcenvc0: fix crash when nv50_miptree_from_handle fails
2015-10-28 Brian Paulvbo: replace assertion with conditional in vbo_compute_...
2015-10-28 Brian Paulmesa: minor formatting fix in get_tex_rgba_compressed()
2015-10-28 Marek Olšákst/mesa: implement ARB_copy_image
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-28 Marek Olšákradeonsi: allow copying between compatible compressed...
2015-10-28 Marek Olšákmesa: set TargetIndex in VDPAURegister*SurfaceNV (v2)
2015-10-28 Emil Velikovi965: remove unneeded src_reg copy in emit_shader_time_...
2015-10-28 Emil Velikovi965: remove cache_aux_free_func array
2015-10-28 Samuel Iglesias... main: fix GL_MAX_NUM_ACTIVE_VARIABLES value for shader...
2015-10-27 Boyuan Zhangst/vdpau: disable RefPicList for Vdpau HEVC
2015-10-27 Boyuan Zhangst/va: add VAAPI HEVC decode support
2015-10-27 Boyuan Zhangradeon/uvd: implement and add flag for VAAPI HEVC decode
2015-10-27 Boyuan Zhangvl: add RefPicList defines for VAAPI HEVC decode
2015-10-27 Marta Lofstedtmesa: Draw indirect is not allowed if the default VAO...
2015-10-27 Marek Olšákwinsys/amdgpu: remove the dcc_enable surface flag
2015-10-27 Marek Olšákradeonsi: add debug flags that disable DCC and DCC...
2015-10-27 Marek Olšákradeonsi: properly check if DCC is enabled and allocated
2015-10-27 Marek Olšákradeonsi: simplify DCC handling in si_initialize_color_...
2015-10-27 Marta Lofstedtmesa: Draw indirect is not allowed when xfb is active...
2015-10-27 Marta Lofstedtmesa: Draw Indirect return wrong error code on unalinged
2015-10-27 Samuel Iglesias... main: Remove interface block array index for doing...
2015-10-26 Eric Anholtvc4: Add support for copy propagation with unpack flags...
2015-10-26 Eric Anholtvc4: Rewrite the pack instructions as a MOV with a...
2015-10-26 Eric Anholtvc4: Move dst pack setup out to a helper function with...
2015-10-26 Eric Anholtvc4: Switch the unpack ops to being unpack flags on...
2015-10-26 Eric Anholtvc4: Drop some confused code about pack/unpack handling.
2015-10-26 Eric Anholtvc4: Reduce MOV special-casing in QIR-to-QPU.
2015-10-26 Eric Anholtvc4: Fix up the test for whether the unpack can be...
2015-10-26 Eric Anholtvc4: Don't try to follow MOVs across a pack.
2015-10-26 Eric Anholtvc4: Only copy propagate raw MOVs.
2015-10-26 Eric Anholtvc4: If a QIR source has an unpack set, print it.
2015-10-26 Kenneth Graunkeglsl: Convert TES gl_PatchVerticesIn into a constant...
2015-10-26 Ian Romanicki965: Add missing close-parenthesis in error messages
2015-10-26 Ian Romanicki965: Fix is-renderable check in intel_image_target_ren...
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-26 Roland Scheideggergallivm: disable f16c when not using AVX
2015-10-26 Julien Isorcest/va: pass picture desc to begin and decode
2015-10-26 Tapani Pällimesa: add additional checks for uniform location query
2015-10-25 Emil Velikovdocs: add news item and link release notes for 11.0.4
2015-10-25 Emil Velikovdocs: add sha256 checksums for 11.0.4
2015-10-25 Emil Velikovdocs: add release notes for 11.0.4
2015-10-25 Kenneth Graunkei965: Make brw_varying_to_offset take a const pointer...
2015-10-25 Eric Anholtvc4: Fix names of the 16-bit unpacks
2015-10-25 Eric Anholtvc4: Don't try to register coalesce into the VPM across...
2015-10-25 Eric Anholtvc4: Take advantage of the 8888 pack function in pack_u...
2015-10-25 Eric Anholtvc4: Fix the test for skipping raw MOVs.
2015-10-24 Ben Widawskyi965: Remove unused devinfo revision
2015-10-24 Fabio Pedrettidocs/index.html: fix typo
2015-10-24 Rob Clarkfreedreno: remove unnecessary null checks
2015-10-24 Bas Nieuwenhuizenradeonsi: Implement DCC fast clear.
2015-10-24 Roland Scheideggergallivm: fix tex offsets with mirror repeat linear
2015-10-24 Roland Scheideggergallivm: fix sampling with texture offsets in SoA path
2015-10-24 Roland Scheideggersoftpipe: fix using non-zero layer in non-array view...
2015-10-24 Roland Scheideggerllvmpipe: fix using non-zero layer in non-array view...
2015-10-23 Alex Deucherradeonsi: add Stoney to si_init_gs_info()
2015-10-23 Bas Nieuwenhuizenradeonsi: Enable DCC.
2015-10-23 Bas Nieuwenhuizenradeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.
2015-10-23 Bas Nieuwenhuizenradeonsi: Disable operations that do not work with...
2015-10-23 Bas Nieuwenhuizenradeonsi: Allocate buffers for DCC.
2015-10-23 Marek Olšákradeonsi: only apply the SNORM blit workaround to ...
2015-10-23 Marek Olšákutil/format: add helper util_format_is_snorm8
2015-10-23 Marek Olšákradeonsi: add another requirement for PARTIAL_ES_WAVE
2015-10-23 Marek Olšákradeonsi: merge two ifs setting WD_SWITCH_ON_EOP
2015-10-23 Marek Olšákradeonsi: make PARTIAL_ES_WAVE globally dependent on...
2015-10-23 Marek Olšákradeonsi: add one more SWITCH_ON_EOI requirement for...
2015-10-23 Marek Olšákradeonsi: only apply the instancing bug workaround...
2015-10-23 Marek Olšákradeonsi: add SWITCH_ON_EOI requirement for 4 SE parts
2015-10-23 Marek Olšákradeonsi: remove unnecessary PARTIAL_VS_WAVE setting...
2015-10-23 Marek Olšákradeonsi: allow unbinding vertex shaders
2015-10-23 Marek Olšákradeonsi: allow unbinding pixel shaders and remove...
2015-10-23 Marek Olšákradeonsi: add draw_vbo check for a NULL pixel shader
2015-10-23 Marek Olšákradeonsi: add checks for a NULL pixel shader
2015-10-23 Marek Olšákgallium/util: add a test for NULL fragment shaders
2015-10-23 Marek Olšákst/mesa: don't load state parameters if there are none
2015-10-23 Samuel Liradeonsi: add Stoney pci ids
2015-10-23 Samuel Liradeonsi: add support for Stoney asics (v3)
2015-10-23 Ilia Mirkinnvc0: respect edgeflag attribute width
2015-10-23 Jose Fonsecagallivm: Explicitly disable unsupported CPU features.
2015-10-23 Eric Anholtvc4: Convert blending to being done in 4x8 unorm normally.
2015-10-23 Eric Anholtvc4: Add QIR/QPU support for the 8-bit vector instructions.
2015-10-23 Eric Anholtvc4: Don't try to CSE non-SSA instructions.
2015-10-23 Eric Anholtnir: Add opcodes for saturated vector math.
2015-10-23 Eric Anholtvc4: Add dumping of VC4_PACKET_GL_INDEXED_PRIMITIVE.
2015-10-23 Eric Anholtvc4: Add a workaround for HW-2116 (state counter wrap...
next