mesa.git
2016-04-01 Jose Fonsecagallivm: Prevent disassembly debug output from being...
2016-04-01 Rob Clarkcompiler: random comment fixup
2016-04-01 Brian Pauldocs: minor updates to license.html file
2016-04-01 Mauro Rossiradeonsi: use util_strchrnul() to fix android build...
2016-04-01 Rob Herringegl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID...
2016-04-01 Rob Herringegl: Add EGL_RECORDABLE_ANDROID attribute
2016-04-01 Rob Herringegl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
2016-04-01 Rob HerringAndroid: fix x86 gallium builds
2016-04-01 Jose Fonsecagallivm: Use vector selects on LLVM 3.3+.
2016-04-01 Alejandro Piñeiroglsl: do not raise unitialized variable warnings on...
2016-04-01 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-04-01 Ilia Mirkinmesa: add GL_OES/EXT_draw_buffers_indexed support
2016-03-31 Kenneth Graunkei965: Use brw->urb.min_vs_urb_entries instead of 32...
2016-03-31 Kenneth Graunkei965: Fix textureSize() depth value for 1 layer surface...
2016-03-31 Ian Romanicknir: Simplify a bcsel to logical-or
2016-03-31 Ian Romanickptn: Fix all users of ptn_swizzle
2016-03-31 Ian Romanickptn: Silence unused parameter warning
2016-03-31 Samuel Pitoisettgsi: silence compiler warning in fetch_sampler_unit()
2016-03-31 Samuel Pitoisettgsi: fix out of bounds access in exec_atomop()
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-03-31 Brian Paultgsi: skip texture query opcodes when examining texture...
2016-03-31 Pierre Moreaunv50/ir: Check for valid insn instead of def size
2016-03-31 Ilia Mirkinmesa: add GL_EXT_copy_image support
2016-03-31 Ilia Mirkinmesa: add GL_OES_copy_image support
2016-03-31 Ilia Mirkinmesa: remove duplicate MAX_GEOMETRY_SHADER_INVOCATIONS...
2016-03-31 Ilia Mirkinst/mesa: add ES sample-shading support
2016-03-31 Ilia Mirkinmesa: add GL_OES_shader_multisample_interpolation support
2016-03-31 Ilia Mirkinmesa: add GL_OES_sample_shading support
2016-03-31 Ilia Mirkinglsl: add GL_OES_sample_variables support
2016-03-31 Ilia Mirkinmesa: add OES_sample_variables to extension table,...
2016-03-31 Ilia Mirkinglsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
2016-03-31 Matt Turneri965: Don't add barrier deps for FB write messages.
2016-03-31 Matt Turneri965: Add and use is_scheduling_barrier() function.
2016-03-31 Matt Turneri965: Remove NOP insertion kludge in scheduler.
2016-03-31 Matt Turneri965: Assert that an instruction is not inserted around...
2016-03-31 Matt Turneri965: Relax restriction on scheduling last instruction.
2016-03-31 Matt Turneri965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_0...
2016-03-31 Matt TurnerRevert "i965: Don't add barrier deps for FB write messa...
2016-03-31 Matt Turneri965: Simplify full scheduling-barrier conditions.
2016-03-31 Matt Turneri965: Remove incorrect cycle estimates.
2016-03-31 Dave Airliest/mesa: fix fallout from xfb changes.
2016-03-31 Matt Turnernir: Fix typo from commit 6702f1acde9.
2016-03-31 Timothy Arceridocs: mark xfb_* qualifiers as DONE
2016-03-31 Timothy Arcerimesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFE...
2016-03-31 Timothy Arceriglsl: add transform feedback buffers to resource list
2016-03-31 Timothy Arcerimesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER...
2016-03-31 Timothy Arcerimesa: add support to query GL_OFFSET for GL_TRANSFORM_F...
2016-03-31 Timothy Arcerimesa: rename tranform feeback varying macro XFB to XFV
2016-03-31 Timothy Arceriglsl: always enable transform feedback mode when xfb_st...
2016-03-31 Timothy Arceriglsl: handle varyings that are not written to but have...
2016-03-31 Timothy Arceriglsl: when lowering named interface set assigned flag
2016-03-31 Timothy Arceriglsl: reset current stream tracker
2016-03-31 Timothy Arceriglsl: generate link error when implicit stride is to...
2016-03-31 Timothy Arceriglsl: add xfb_stride link time validation
2016-03-31 Timothy Arceriglsl: validate global out xfb_stride qualifiers and...
2016-03-31 Timothy Arcerimesa: split transform feedback buffer into its own...
2016-03-31 Timothy Arceriglsl: use bitmask of active xfb buffer indices
2016-03-31 Timothy Arceriglsl: sort xfb varyings in offset/buffer order
2016-03-31 Timothy Arceriglsl: basic linking support for xfb qualifiers
2016-03-31 Timothy Arceriglsl: add xfb helpers and fields to the tfeedback_decl...
2016-03-31 Timothy Arceriglsl: add helper to process xfb qualifiers during linking
2016-03-31 Timothy Arceriglsl: add helper to generate xfb varying names
2016-03-31 Timothy Arceriglsl: add helper for counting varyings
2016-03-31 Timothy Arceriglsl: add xfb qualifier lowering support for named...
2016-03-31 Timothy Arceriglsl: add xfb qualifiers to has_layout helper
2016-03-31 Timothy Arceriglsl: apply xfb_stride to implicit offsets for ifc...
2016-03-31 Timothy Arceriglsl: add xfb_stride compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_offset compile time rules
2016-03-31 Timothy Arceriglsl: add xfb_buffer compile time rules
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: add xfb_* qualifiers to glsl_struct_field
2016-03-31 Timothy Arceriglsl: add IR fields for transform feedback layout quali...
2016-03-31 Timothy Arceriglsl: add validation for out layout qualifiers
2016-03-31 Timothy Arceriglsl: relax stage restrictions on layout defaults for...
2016-03-31 Timothy Arceriglsl: parse new transform feedback layout qualifiers
2016-03-31 Timothy Arceriglsl: move process_qualifier_constant() to ast_type.cpp
2016-03-31 Timothy Arceriglsl: add transform feedback built-in constants
2016-03-31 Timothy Arceriglsl: generate named interface block names correctly
2016-03-31 Timothy Arceriglsl: Fix segfault when lhs is error_type in TCS
2016-03-30 Dave Airliedocs: update softpipe status for shader_image_load_store.
2016-03-30 Dave Airliesoftpipe: add image support to softpipe (v3)
2016-03-30 Dave Airliedraw: add support for passing images to vs/gs shaders.
2016-03-30 Dave Airlietgsi: add support for image operations to tgsi_exec...
2016-03-30 Dave Airliesoftpipe: add support for explicit early depth testing
2016-03-30 Dave Airlietgsi: introduce NonHelperMask
2016-03-30 Dave Airlietgsi_exec: handle execmask when doing indirect lookups
2016-03-30 Dave Airlietgsi_exec: add support for up to 3 address registers...
2016-03-30 Matt Turnernir: Propagate negates up multiplication chains.
2016-03-30 Matt Turneri965: Don't inline intel_batchbuffer_require_space().
2016-03-30 Christian Königr600: ignore PIPE_BIND_LINEAR in *_is_format_supported
2016-03-30 Thomas Hindoe... st/vdpau: correct null check
2016-03-30 Brian Pauldocs: remove docs/COPYING which contains GPL license
2016-03-30 Samuel Pitoisetglsl: add missing types for buffer images
2016-03-30 Lars Hamreglsl: invalidate float suffixes for GLSL 1.10 and GLSL...
2016-03-30 Roland Scheideggertgsi: (trivial) only verify target for is_tex instructions
2016-03-30 Ilia Mirkinmesa: allow mutable buffer textures to back GL ES images
2016-03-30 Brian Paulmesa: make _mesa_prepare_mipmap_level() static
2016-03-30 Brian Paulmeta: use _mesa_prepare_mipmap_levels()
2016-03-30 Brian Pauldocs: add HTTP link for Mesa downloads
2016-03-30 Brian Paultgsi: simplify tgsi_shader_info::is_msaa_sampler checking
next