mesa.git
2016-05-30 Dave Airliemesa/program_interface_query: fix transform feedback...
2016-05-30 Dave Airlieglsl/ast: subroutineTypes can't be returned from functions.
2016-05-30 Timothy Arceriglsl: use has_double() helper
2016-05-30 Timothy Arceriglsl: fix explicit uniform block alignment
2016-05-29 Jordan Justeni965: Shrink stage_prog_data param array length
2016-05-29 Ilia Mirkinnv50,nvc0: fix the max_vertices=0 case
2016-05-29 Ilia Mirkinst/mesa: fix setting of point_size_per_vertex in ES...
2016-05-29 Marek Olšákmesa: skip level checking for FramebufferTexture*D...
2016-05-29 Ilia Mirkinst/mesa: expose OES_shader_io_blocks when we have enoug...
2016-05-28 Vinson Leeswr: [rasterizer] Do not define _mm256_storeu2_m128i...
2016-05-28 Thomas Hindoe... i965: add missing return in if statement
2016-05-28 Ilia Mirkingk110/ir: fix unspilling of predicates from registers
2016-05-28 Samuel Pitoisetnvc0: remove outdated surfaces validation code for...
2016-05-28 Samuel Pitoisetnvc0: do not always invalidate 3D CBs when using compute
2016-05-28 Francisco Jerezi965: Update compute workgroup size limit calculation...
2016-05-28 Francisco Jerezi965: Add do32 debug option.
2016-05-28 Francisco Jerezi965/fs: Build 32-wide compute shader when needed.
2016-05-28 Francisco Jerezi965/fs: Extend back-end interface for limiting the...
2016-05-28 Francisco Jerezi965/fs: Implement SIMD32 register allocation support.
2016-05-28 Francisco Jerezi965/fs: Remove pre-Gen7 register allocation class...
2016-05-28 Francisco Jerezi965/fs: Don't mutate multi-component arguments in...
2016-05-28 Francisco Jerezi965/fs: Fix multiple ACP interference during copy...
2016-05-28 Francisco Jerezi965/fs: Fix cmod propagation not to propagate non...
2016-05-28 Francisco Jerezi965/fs: Estimate number of registers written correctly...
2016-05-28 Francisco Jerezi965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs...
2016-05-28 Francisco Jerezi965/fs: Reset reg_offset of the original destination...
2016-05-28 Francisco Jerezi965/fs: Skip remove_duplicate_mrf_writes() during...
2016-05-28 Francisco Jerezi965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardl...
2016-05-28 Francisco Jerezi965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE...
2016-05-28 Francisco Jerezi965/fs: Emit fixed width memory fence opcode regardles...
2016-05-28 Francisco Jerezi965/fs: Return 32 bit mask from fs_builder::sample_mask().
2016-05-28 Francisco Jerezi965/fs: Emit fixed-width null register regardless...
2016-05-28 Francisco Jerezi965/fs: Fix half() to handle more exotic register...
2016-05-28 Francisco Jerezi965/fs: Fix horiz_offset() to handle ARF and HW GRF...
2016-05-28 Francisco Jerezi965/fs: Clean up remaining uses of fs_inst::reads_flag...
2016-05-28 Francisco Jerezi965/fs: Keep track of flag dependencies with byte...
2016-05-28 Francisco Jerezi965/fs: Track flag register liveness with byte granula...
2016-05-28 Francisco Jerezi965/fs: Define methods to calculate the flag subset...
2016-05-28 Francisco Jerezi965/fs: Expose arbitrary channel execution groups...
2016-05-28 Francisco Jerezi965/ir: Make BROADCAST emit an unmasked single-channel...
2016-05-28 Francisco Jerezi965/fs: Allow specifying arbitrary quarter control...
2016-05-28 Francisco Jerezi965/fs: Allow specifying arbitrary execution sizes...
2016-05-28 Francisco Jerezi965/fs: Lower 32-wide scratch writes in the generator.
2016-05-28 Francisco Jerezi965/fs: Implement scratch reads and writes of 4 GRFs...
2016-05-28 Francisco Jerezi965/eu: Fix Gen7+ DP scratch message size calculation...
2016-05-28 Francisco Jerezi965/eu: Set execution size explicitly for memory fence...
2016-05-28 Francisco Jerezi965/eu: Consider QtrCtrl 3Q-4Q in typed surface messag...
2016-05-28 Francisco Jerezi965/fs: Clean up remaining uses of dispatch_width...
2016-05-28 Francisco Jerezi965/eu: Remove brw_codegen::compressed and ::compresse...
2016-05-28 Francisco Jerezi965/eu: Use current exec size instead of p->compressed...
2016-05-28 Francisco Jerezi965/fs: No need to reset predicate control after emitt...
2016-05-28 Francisco Jerezi965/fs: Pass current execution size to brw_IF() and...
2016-05-28 Francisco Jerezi965/eu: Stop using p->compressed to specify the exec...
2016-05-28 Francisco Jerezi965/fs: Extend region width calculation to allow arbit...
2016-05-28 Kenneth Graunkei965/fs: Pass the compression mode to brw_reg_from_fs_r...
2016-05-28 Francisco Jerezi965/fs: Simplify per-instruction compression control...
2016-05-28 Francisco Jerezi965/fs: No need to set compression control at the...
2016-05-28 Francisco Jerezi965/eu: Fix a bunch of compression control bugs in...
2016-05-28 Francisco Jerezi965/eu: Define alternative interface for setting compr...
2016-05-28 Francisco Jerezi965/fs: Remove FS_OPCODE_PACK_STENCIL_REF virtual...
2016-05-28 Francisco Jerezi965/fs: Remove extract virtual opcodes.
2016-05-28 Francisco Jerezi965: Define brw_int_type() helper.
2016-05-28 Francisco Jerezi965/fs: Remove manual splitting of DDY ops in the...
2016-05-28 Francisco Jerezi965/fs: Remove manual unrolling of BFI instructions...
2016-05-28 Francisco Jerezi965/fs: Drop Gen7 CMP SIMD unrolling workaround from...
2016-05-28 Francisco Jerezi965/fs: Drop lowering code for a few three-source...
2016-05-28 Francisco Jerezi965/fs: Set default access mode to Align1 for all...
2016-05-28 Francisco Jerezi965/fs: Remove handcrafted math SIMD lowering from...
2016-05-28 Francisco Jerezi965/fs: Limit SIMD width of various virtual opcodes...
2016-05-28 Francisco Jerezi965/fs: Lower LOAD_PAYLOAD instructions of unsupported...
2016-05-28 Francisco Jerezi965/fs: Lower DDY instructions to SIMD8 during SIMD...
2016-05-28 Francisco Jerezi965/fs: Apply usual FPU-like execution size restrictio...
2016-05-28 Francisco Jerezi965/fs: Calculate maximum execution size of MOV_INDIRE...
2016-05-28 Francisco Jerezi965/fs: Assert that IF instruction with embedded compa...
2016-05-28 Francisco Jerezi965/fs: Implement HSW BFI exec size workarounds in...
2016-05-28 Francisco Jerezi965/fs: Implement workaround for IVB CMP dependency...
2016-05-28 Francisco Jerezi965/fs: Enforce common regioning restrictions by SIMD...
2016-05-28 Francisco Jerezi965/fs: Enforce extended math exec size limits during...
2016-05-28 Francisco Jerezi965/fs: Handle SAMPLEINFO consistently like other...
2016-05-28 Francisco Jerezi965/fs: Lower math into Gen4-5 send-like instructions...
2016-05-28 Francisco Jerezi965/fs: Add missing get_latency_gen7() cases for the...
2016-05-28 Francisco Jerezi965/fs: Rename Gen4 physical varying pull constant...
2016-05-28 Francisco Jerezi965/fs: Implement promotion of varying pull loads...
2016-05-28 Francisco Jerezi965/fs: Hide varying pull constant load message setup...
2016-05-28 Francisco Jerezi965/fs: Avoid constant propagation when the type sizes...
2016-05-28 Francisco Jerezi965/fs: Fix CSE temporary copy for some LOAD_PAYLOAD...
2016-05-28 Francisco Jerezi965/fs: Handle instruction predication in SIMD lowerin...
2016-05-28 Francisco Jerezi965/fs: No need to unzip SIMD-periodic sources during...
2016-05-28 Francisco Jerezi965/fs: Generalize is_uniform() to is_periodic().
2016-05-28 Francisco Jerezi965/fs: Fix byte_offset() for MRF/ARF/FIXED_GRF regs.
2016-05-28 Francisco Jerezi965/fs: Fix off-by-one region overlap comparison in...
2016-05-28 Ronie Salgadoanv/cmd_buffer: Don't delete command buffers in ResetCo...
2016-05-28 Brian Paulgallium/util: another s/unsigned/enum pipe_prim_type...
2016-05-28 Jason Ekstrandanv: Try the first 8 render nodes instead of just rende...
2016-05-28 Jason Ekstrandanv: strdup the device path into the physical device
2016-05-28 Jason Ekstrandanv/formats: Exit early for unsupported formats
2016-05-28 Jason Ekstrandanv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSU...
2016-05-28 Jason Ekstrandanv/clear: Remove an unused variable
2016-05-27 Brian Paulgallium/util: another unsigned -> enum pipe_prim_type...
2016-05-27 Jordan Justeni965/compute: Fix uniform init issue when SIMD8 is...
next