mesa.git
2016-05-10 Samuel Iglesias... i965/fs: push first double-based uniforms in push const...
2016-05-10 Iago Toral... i965/fs: recognize writes with a subreg_offset > 0...
2016-05-10 Iago Toral... i965/fs/lower_simd_width: Fix registers written for...
2016-05-10 Iago Toral... i965/fs: rename our lower_d2f pass to lower_d2x
2016-05-10 Iago Toral... i965/fs: implement i2d and u2d
2016-05-10 Iago Toral... i965/fs: implement d2i and d2u
2016-05-10 Iago Toral... i965/fs: implement d2b
2016-05-10 Iago Toral... i965/fs: implement fsign() for doubles
2016-05-10 Iago Toral... i965/fs: add null_reg_df
2016-05-10 Iago Toral... i965/fs: We only support 32-bit integer ALU operations...
2016-05-10 Iago Toral... i965/fs: handle fp64 opcodes in brw_do_channel_expressions
2016-05-10 Connor Abbotti965/fs: add support for f2d and d2f
2016-05-10 Connor Abbotti965/fs: add a pass for legalizing d2f
2016-05-10 Connor Abbotti965/fs: fix dst width calculation in CSE
2016-05-10 Connor Abbotti965/fs: fix regs_written in LOAD_PAYLOAD for doubles
2016-05-10 Connor Abbotti965/fs: fix is_copy_payload() for doubles
2016-05-10 Connor Abbotti965/fs: fix compares for doubles
2016-05-10 Connor Abbotti965/fs: extend exec_size halving in the generator
2016-05-10 Connor Abbotti965/fs: fix assign_constant_locations() for doubles
2016-05-10 Connor Abbotti965/fs: use byte_offset() in offset() for uniforms
2016-05-10 Connor Abbotti965/fs: handle uniforms in byte_offset()
2016-05-10 Connor Abbotti965/fs: fix type_size() for doubles
2016-05-10 Iago Toral... i965/fs: optimize unpack double
2016-05-10 Iago Toral... i965/fs: optimize pack double
2016-05-10 Connor Abbotti965/fs/nir: translate double pack/unpack
2016-05-10 Connor Abbotti965/fs: add a pass for lowering PACK opcodes
2016-05-10 Connor Abbotti965/fs: add PACK opcode
2016-05-10 Francisco Jerezi965/fs: Introduce helper to extract a field from each...
2016-05-10 Connor Abbotti965/fs: always pass the bitsize to brw_type_for_nir_type()
2016-05-10 Connor Abbotti965/fs: add support for printing double immediates
2016-05-10 Connor Abbotti965/fs: don't propagate 64-bit immediates
2016-05-10 Connor Abbotti965/fs: use the NIR bit size when creating registers
2016-05-10 Connor Abbotti965: fixup uniform setup for doubles
2016-05-10 Iago Toral... i965: two-argument instructions can only use 32-bit...
2016-05-10 Iago Toral... i965: fix brw_abs_immediate() for doubles
2016-05-10 Iago Toral... i965: fix brw_saturate_immediate() for doubles
2016-05-10 Connor Abbotti965: fix is_zero(), is_one() and is_negative_one(...
2016-05-10 Connor Abbotti965: fix brw_negate_immediate() for doubles
2016-05-10 Connor Abbotti965/eu: add support for DF immediates
2016-05-10 Connor Abbotti965: add support for disassembling DF immediates
2016-05-10 Connor Abbotti965: add support for getting/setting DF immediates
2016-05-10 Connor Abbotti965: add brw_imm_df
2016-05-10 Topi Pohjolaineni965/eu: Allow 3-src float ops with doubles
2016-05-10 Connor Abbotti965/disasm: fix disasm of 3-src doubles
2016-05-10 Topi Pohjolaineni965: Tell backend register about double precision...
2016-05-10 Topi Pohjolaineni965: Determine size of double precision float register
2016-05-10 Topi Pohjolaineni965: Lower DFRACEXP/DLDEXP
2016-05-10 Connor Abbotti965: use pack/unpackDouble lowering
2016-05-10 Connor Abbotti965: use double lowering pass
2016-05-10 Samuel Iglesias... freedreno/ir3: lower lrp when operating with double...
2016-05-10 Samuel Iglesias... i965: enable lrp lowering for doubles
2016-05-10 Dave Airliest/glsl_to_tgsi: brown paper bag for the input offsets...
2016-05-10 Dave Airlieglsl: check geometry output vertices limits.
2016-05-10 Dave Airliemesa/vbo: fix check for zero aliases with 2/10/10/10
2016-05-10 Eduardo Lima... nir/print: Print memory qualifiers in a variable declar...
2016-05-10 Eduardo Lima... glsl: Apply memory qualifiers to vars inside named...
2016-05-10 Dave Airliest/glsl_to_tgsi: handle offsets from inputs
2016-05-09 Rob Clarkscripts: bump git_reviewer.pl --git-min-percent default
2016-05-09 Kenneth GraunkeRevert "Revert "i965: Switch to scalar TCS by default.""
2016-05-09 Kenneth Graunkei965: Actually assign binding table offsets for the...
2016-05-09 Kenneth Graunkei965: Clamp "Maximum VP Index" to 1 when gl_ViewportInd...
2016-05-09 Jordan Justeni965/hsw: Fix brw_store_data_imm*
2016-05-09 Kenneth Graunkei965: Reimplement ARB_transform_feedback2 on Haswell...
2016-05-09 Kenneth Graunkei965: Add a brw_load_register_reg64 helper.
2016-05-09 Kenneth Graunkei965: Only enable ARB_query_buffer_object for newer...
2016-05-09 Dave Airliemesa/objectlabel: don't return info on genned but never...
2016-05-09 Dave Airliemesa: don't use genned but unnamed xfb objects.
2016-05-09 Samuel Pitoisetnv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
2016-05-09 Jordan Justenmesa/compute: Fix indirect dispatch buffer size check...
2016-05-09 Rob Clarkfreedreno/ir3: fix fallout from new block iterators
2016-05-09 Nicolai Hähnleradeonsi: workaround for tesselation on SI
2016-05-09 Nicolai Hähnleradeonsi: always allocate export memory for pixel shaders
2016-05-09 Nicolai Hähnleradeonsi: expose performance counters as 64 bit
2016-05-09 Rob Clarknir/search: fix typo
2016-05-09 Tim Rowleygallium: enable intel jitevents profiling
2016-05-09 Bruce Cherniakswr: Add missing break in query switch statement.
2016-05-09 Rob Clarkfreedreno/ir3: allow for additional VS sysval inputs
2016-05-09 Emil Velikovdocs: add news item and link release notes for 11.1...
2016-05-09 Emil Velikovdocs: add sha256 checksums for 11.2.2
2016-05-09 Emil Velikovdocs: add release notes for 11.2.2
2016-05-09 Emil Velikovdocs: add sha256 checksums for 11.1.4
2016-05-09 Emil Velikovdocs: add release notes for 11.1.4
2016-05-09 Jose Fonsecascons: Improve Python module dependency discovery.
2016-05-09 Marek Olšákr300g: add support for PIPE_FORMAT_x8R8G8B8_*
2016-05-09 Daniel StoneRevert "i965: Always use Y-tiled buffers on SKL+"
2016-05-08 Dave Airliemesa/shader_query: add missing subroutines cases
2016-05-07 Kenneth Graunkespirv: Fix structure splitting with per-vertex interfac...
2016-05-07 Kenneth Graunkecompiler: Add a C wrapper for glsl_type::without_array().
2016-05-07 Nicolai Hähnleradeonsi: fix undefined behavior (memcpy arguments...
2016-05-07 Nicolai Hähnleradeonsi: fix some reported undefined left-shifts
2016-05-07 Nicolai Hähnlegallium/radeon: clean left-shift undefined behavior
2016-05-07 Nicolai Hähnlegallium: fix various undefined left shifts into sign bit
2016-05-07 Nicolai Hähnlecompiler/glsl: do not downcast list sentinel
2016-05-07 Nicolai Hähnlemesa/main: fix another undefined left shift
2016-05-07 Nicolai Hähnlemesa/main: define _NEW_xxx flags as unsigned shifts
2016-05-06 Bas Nieuwenhuizenradeonsi: Compute correct LDS size for fragment shaders.
2016-05-06 Eric Anholtvc4: Add support for loading immediate values in QIR.
2016-05-06 Eric Anholtvc4: Make vc4_qpu_validate() produce more verbose failures.
2016-05-06 Eric Anholtvc4: Add a small QIR validate pass.
2016-05-06 Eric Anholtvc4: Fix the src count on exp2/log2.
next