mesa.git
2016-05-17 Adam Jacksonglapi: Harden GLX request size processing (v2)
2016-05-17 Adam Jacksonglapi: Add the safe_{add,mul,pad} functions from xserver
2016-05-17 Adam Jacksonglapi: Fix whitespace droppings when printing the licen...
2016-05-17 Rob Clarkmesa/st: add support for NIR as possible driver IR
2016-05-17 Rob Clarkmesa/st: move things around a bit in st_create_fp_variant()
2016-05-17 Rob Clarkmesa/st: add nir pass for lowering builtin uniforms
2016-05-17 Emil Velikovscons: gallium: link against nir as needed
2016-05-17 Jason Ekstrandi965/fs: Add an allow_spilling flag to brw_compile_fs
2016-05-17 Ilia Mirkinnvc0/ir: fix shared atomic lowering to preserve shared...
2016-05-17 Rob Clarkfreedreno/ir3: fix compiler warning
2016-05-17 Rob Clarknir/validate: dump annotated shader with error msgs
2016-05-17 Rob Clarknir/validate: assert() -> validate_assert()
2016-05-17 Rob Clarknir/print: add support for print annotations
2016-05-17 Alejandro Piñeiroi965: Expose OpenGL 4.2 for gen8+
2016-05-17 Alejandro Piñeirodocs: Mark ARB_vertex_attrib_64bit as done for i965...
2016-05-17 Alejandro Piñeiroi965: Enable ARB_vertex_attrib_64bit for gen8+
2016-05-17 Juan A. Suarez... i965: take care of doubles when lowering VS inputs
2016-05-17 Juan A. Suarez... i965/fs: calculate first non-payload GRF using attrib...
2016-05-17 Juan A. Suarez... i965/vec4: use attribute slots to calculate URB read...
2016-05-17 Juan A. Suarez... i965: take care of doubles when remapping VS attributes
2016-05-17 Juan A. Suarez... nir: add double input bitmap
2016-05-17 Juan A. Suarez... i965/fs: shuffle 32bits into 64bits for doubles
2016-05-17 Alejandro Piñeiroi965/fs: half exec_size when dealing with 64 bits attri...
2016-05-17 Alejandro Piñeiroi965: passthru formats cannot be used width edge flag...
2016-05-17 Antia Puentesi965: Configure how to store *64*PASSTHRU vertex components
2016-05-17 Alejandro Piñeiroi965: get the proper vertex surface type for doubles...
2016-05-17 Ilia Mirkinnvc0/ir: make sure out-of-bounds buffer loads/atomics...
2016-05-17 Timothy Arceriglsl: make reserved_varying_slot() static
2016-05-17 Timothy Arceriglsl: include per-patch varyings when generating reserv...
2016-05-17 Timothy Arceriglsl: don't incorrectly eliminate patches with explicit...
2016-05-17 Timothy Arceriglsl: remove remainings tabs in link_varyings.cpp
2016-05-17 Timothy Arceriglsl: fix location and component packing validation...
2016-05-17 Kenneth Graunkei965: Enable ARB_shader_precision on Gen8+.
2016-05-16 Jose Fonsecavl/dri: Move the DRI3 check out of sources include...
2016-05-16 Leo Liust/vdpau: add dri3 support
2016-05-16 Leo Liuvl/dri3: implement functions for get and set timestamp
2016-05-16 Leo Liuvl/dri3: handle PresentCompleteNotify event
2016-05-16 Leo Liust/va: add dri3 support
2016-05-16 Leo Liuvl/dri3: implement DRI3 BufferFromPixmap
2016-05-16 Leo Liuvl/dri3: add support for resizing
2016-05-16 Leo Liuvl/dri3: implement funciton for get dirty area
2016-05-16 Leo Liuvl/dri3: implement function for flush frontbuffer
2016-05-16 Leo Liuvl/dri3: add back buffers support
2016-05-16 Leo Liuvl/dri3: implement flushing for queued events
2016-05-16 Leo Liuvl/dri3: register present events
2016-05-16 Leo Liuvl/dri3: set drawable geometry
2016-05-16 Leo Liuvl/dri3: add DRI3 support and implement create and...
2016-05-16 Dave Airliemesa/version.c: enable cull distance in version check.
2016-05-16 Ian Romanickglsl/linker: Include the interface name for input and...
2016-05-16 Ian Romanickglsl/linker: Use canonical format for ARB_program_inter...
2016-05-16 Mark Janesi965: check tcs for NULL dereference
2016-05-16 Matt Turneri965: Mark is_lossless_compressed_aux UNUSED to silence...
2016-05-16 Matt Turnergenxml: Use llroundf() and store to appropriate type.
2016-05-16 Matt Turnernir: Mark nir_start_block()/nir_impl_last_block() with...
2016-05-16 Matt Turnerutil: Add ATTRIBUTE_RETURNS_NONNULL.
2016-05-16 Jan Veselyclover: grid_offset should be padded with 0 not 1
2016-05-16 Iago Toral... i965: Expose OpenGL 4.0 for gen8+
2016-05-16 Iago Toral... docs: Mark ARB_gpu_shader_fp64 as done for i965/gen8+
2016-05-16 Iago Toral... i965: Enable ARB_gpu_shader_fp64 for gen8+
2016-05-16 Iago Toral... i965/tes/scalar: Fix load input for doubles
2016-05-16 Iago Toral... i965/tcs/scalar: fix store output for doubles
2016-05-16 Iago Toral... i965/tcs/scalar: fix load input for doubles
2016-05-16 Iago Toral... i965/fs: fix nir_intrinsic_store_output for doubles
2016-05-16 Iago Toral... i965/fs: fix number of output components for doubles
2016-05-16 Iago Toral... i965/vec4: handle doubles in type_size_vec4()
2016-05-16 Iago Toral... i965/fs: support doubles with shared variable stores
2016-05-16 Iago Toral... i965/fs: support doubles with ssbo stores
2016-05-16 Iago Toral... i965/fs: add shuffle_64bit_data_for_32bit_write helper
2016-05-16 Iago Toral... i965/fs: support doubles with SSBO loads
2016-05-16 Iago Toral... i965/fs: support doubles with shared variable loads
2016-05-16 Iago Toral... i965/fs: Add do_untyped_vector_read helper
2016-05-16 Iago Toral... i965/fs: support doubles with UBO loads
2016-05-16 Iago Toral... i965/fs: fix pull constant load component selection...
2016-05-16 Francisco Jerezi965/fs: Fix and document component().
2016-05-16 Iago Toral... i965/fs: Fix fs_visitor::VARYING_PULL_CONSTANT_LOAD...
2016-05-16 Iago Toral... i965/fs: add shuffle_32bit_load_result_to_64bit_data...
2016-05-16 Francisco Jerezi965/fs: Stop using the LOAD_PAYLOAD instruction in...
2016-05-16 Iago Toral... i965/fs: fix copy/constant propagation regioning checks
2016-05-16 Iago Toral... i965/fs: fix copy propagation from load payload
2016-05-16 Iago Toral... i965/fs: fix copy propagation of partially invalidated...
2016-05-16 Francisco Jerezi965/fs: Reindent register offset calculation of try_co...
2016-05-16 Francisco Jerezi965/fs: Simplify and fix register offset calculation...
2016-05-16 Iago Toral... i965/fs: disallow type change in copy-propagation if...
2016-05-16 Iago Toral... i965/fs: Fix copy propagation of load payload for doubl...
2016-05-16 Francisco Jerezi965/fs: Fix propagation of copies with strided source.
2016-05-16 Iago Toral... i965/fs: fix subreg_offset overflow in byte_offset()
2016-05-16 Kenneth Graunkei965: Fix JIP to skip over sibling do...while loops.
2016-05-16 Kenneth Graunkei965: Make a "does this while jump before our instructi...
2016-05-16 Kenneth Graunkei965: Send the minimal number of STATE_BASE_ADDRESS...
2016-05-16 Kenneth Graunkei965: Combine Gen4-7 and Gen8+ state base address emitters.
2016-05-16 Kenneth Graunkei965: Move Gen4-5 programs to brw_upload_programs(...
2016-05-16 Kenneth Graunkei965: Mark brw const in brw_state_dirty and callers.
2016-05-16 Kenneth Graunkeglsl: Don't do constant propagation in opt_constant_fol...
2016-05-16 Kenneth Graunkeglsl: Avoid excess tree walking when folding ir_derefer...
2016-05-16 Kenneth Graunkeglsl: Consolidate duplicate copies of constant folding.
2016-05-16 Kenneth Graunkeglsl: Remove bonus tree walking in opt_constant_folding().
2016-05-16 Kenneth Graunkeglsl: Make opt_constant_variable() bail in useless...
2016-05-16 Kenneth Graunkei965: Flip interpolateAtOffset's y offset when necessary.
2016-05-16 Kenneth Graunkenir: Add a nir->info.uses_interp_var_at_offset flag.
2016-05-16 Kenneth Graunkeglsl: Drop bad ASSERT_TRUE in gl_CullDistance link_vary...
next