st/mesa: inline st_free_tokens
[mesa.git] / src / mesa / drivers /
2015-02-24 Alex Henriedriconf: Update Catalan translation
2015-02-24 Alex Henriedriconf: Update Spanish translation
2015-02-24 Iago Toral Quirogai965: Fix non-AA wide line rendering with fractional...
2015-02-24 Samuel Iglesias... i965/blorp: round to nearest when converting float...
2015-02-23 Carl Worthi965: Perform program state upload outside of atom...
2015-02-23 Francisco Jerezi965/fs: Fix lower_load_payload() not to use an incorre...
2015-02-23 Francisco Jerezi965/fs: Fix lower_load_payload() to take into account...
2015-02-23 Francisco Jerezi965/fs: Remove logic to keep track of MRF metadata...
2015-02-23 Francisco Jerezi965/fs: Less broken handling of force_writemask_all...
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-23 Matt Turneri965: Link test programs with gtest before pthreads.
2015-02-23 Brian Paulosmesa: add gallium include dirs to Makefile.am
2015-02-22 Ben Widawskyi965/skl: Use 1 register for uniform pull constant...
2015-02-21 Jordan Justeni965/fs: Use fs_reg for CS/VS atomics pixel mask immedi...
2015-02-21 Jordan Justeni965/fs: Set pixel/sample mask for compute shaders...
2015-02-20 Brian Pauldrivers/x11: add gallium include dirs to Makefile.am
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-20 Eric Anholtmesa: Use u_math.h from macros.h
2015-02-20 Eric Anholtmesa: Add gallium include dirs to more parts of the...
2015-02-20 Iago Toral Quirogai965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
2015-02-20 Matt Turneri965/vec4: Add and use byte-MOV instruction for unpack...
2015-02-20 Matt Turneri965/blorp: Emit MADs.
2015-02-20 Matt Turneri965/blorp: Optimize clamping tex coords.
2015-02-20 Matt Turneri965: Use greater-equal cmod to implement maximum.
2015-02-20 Matt Turneri965: Don't emit saturates for instructions without...
2015-02-20 Matt Turneri965/fs: Consider MOV.SAT to interfere if it has a...
2015-02-20 Matt Turneri965/fs: Use fs_inst::overwrites_reg() in saturate...
2015-02-20 Matt Turneri965/fs: Add unit tests for saturate propagation pass.
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkei965/vec4: Print "VS" or "GS" when compiles fail, not...
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2015-02-19 Kenneth Graunkei965: Make scheduler cycle estimates use the proper...
2015-02-19 Kenneth Graunkei965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
2015-02-19 Kenneth Graunkei965: Create backend_visitor fields for debugging messages.
2015-02-19 Kenneth Graunkei965: Add a function to translate MESA_SHADER_* into...
2015-02-19 Kenneth Graunkei965/fs: Use VARYING_SLOT checks rather than strcmp().
2015-02-19 Kenneth Graunkei965/fs: Remove type parameter from emit_vs_system_value().
2015-02-19 Francisco Jerezi965/vec4: Calculate register allocation q values manually.
2015-02-19 Francisco Jerezi965: Don't compact instructions with unmapped bits.
2015-02-19 Francisco Jerezi965: Handle F16TO32/F32TO16 with dword src/dst consist...
2015-02-19 Francisco Jerezi965/gen8: Fix F32TO16 in vec4 mode if the source and...
2015-02-19 Francisco Jerezi965/fs: Replace ud_reg_to_w() with a more general...
2015-02-19 Francisco Jerezi965/vec4: Don't attempt to reduce swizzles of send...
2015-02-19 Francisco Jerezi965/vec4: Fix constant propagation across different...
2015-02-18 Jordan Justeni965/simd8vs: Fix SIMD8 atomics (read-only)
2015-02-18 Adam Jacksoni915: For the love of all that is holy, stop saying...
2015-02-18 Ben Widawskyi965: implement ARB_pipeline_statistics_query
2015-02-18 Kenneth Graunkei965: Prefer Meta over the BLT for BlitFramebuffer.
2015-02-18 Matt Turneri965/fs: Add algebraic optimizations for MAD.
2015-02-18 Matt Turneri965/fs: Emit MAD instructions when possible.
2015-02-18 Matt Turneri965/fs: Allow immediates in MAD and LRP instructions.
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-02-18 Matt Turneri965/fs: Remove force_writemask_all assertion for execs...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Add function to generate a dot file of the...
2015-02-18 Matt Turneri965/cfg: Calculate the immediate dominators.
2015-02-18 Matt Turneri965/cfg: Allow cfg::dump to be called without a visitor.
2015-02-18 Matt Turneri965: Allow exec_list sentinels as arguments to insert...
2015-02-18 Chris Forbesi965: Add device limits for tess threads & URB entries
2015-02-17 Kenneth Graunkei915c: Use the actual MIN instruction.
2015-02-17 Kenneth Graunkei965: Add a function to disassemble an instruction...
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2015-02-17 Ian Romanicki965/vec4: Silence unused parameter warnings
2015-02-16 Ben Widawskyi965/simd8vs: Fix SIMD8 atomics
2015-02-16 Neil Robertsmeta: Fix saving the results of the current occlusion...
2015-02-16 Francisco Jerezi965/vec4: Override destination register writemask...
2015-02-16 Iago Toral Quirogai965: Fix a crash in the texture gradient lowering...
2015-02-15 Matt Turneri965/fs: Handle U/UW-type immediates in the generator.
2015-02-15 Matt Turneri965/fs: Handle W/UW-type immediates in dump_instructio...
2015-02-15 Matt Turneri965: Let dump_instructions() work before calculate_cfg().
2015-02-15 Matt Turneri965/fs: Call calculate_cfg() before optimize().
2015-02-15 Matt Turneri965: Optimize multiplication by -1 into a negated...
2015-02-15 Matt Turneri965: Add an is_negative_one() method.
2015-02-15 Matt Turneri965/vec4/vp: Use vec4_visitor::CMP.
2015-02-14 Jason Ekstrandi965/nir: Don't support gl_FrontFacing as an input...
2015-02-14 Jason Ekstrandi965/nir: Add support for nir_intrinsic_load_front_face
2015-02-13 Eric Anholtr200: Drop unused variable.
2015-02-13 Eric Anholti965: Quiet another compiler warning about uninitialize...
2015-02-13 Eric Anholti965: Move some asserts to unreachable.
2015-02-13 Eric Anholti965: Shut up a compiler warning about uninitialized...
2015-02-12 Ben Widawskyi965/vs/skl: Use vec4 datatypes for message header
2015-02-11 Matt Turneri965: Add LINTERP/CINTERP to can_do_cmod().
2015-02-11 Matt Turneri965/fs: Remove conditional mod when optimizing a SEL...
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + abs(y * z)).
2015-02-11 Matt Turneri965/vec4: Emit MADs from (x + -(y * z)).
2015-02-10 Neil Robertsi965/skl: Implement WaDisable1DDepthStencil
2015-02-10 Francisco Jerezi965/gen7-8: Implement glMemoryBarrier().
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-02-10 Francisco Jerezi965: Allocate binding table space for shader images.
2015-02-10 Francisco Jerezi965: Don't tile 1D miptrees.
2015-02-10 Francisco Jerezi965/vec4: Don't set any dependency control bits for...
2015-02-10 Francisco Jerezi965: Handle negated unsigned immediate values in const...
2015-02-10 Francisco Jerezi965/vec4: Take into account non-zero reg_offset during...
2015-02-10 Francisco Jerezi965/vec4: Add register classes up to MAX_VGRF_SIZE.
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Don't infer MRF dependencies for send from...
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
2015-02-10 Francisco Jerezi965/vec4: Make vec4_visitor::implied_mrf_writes()...
2015-02-10 Francisco Jerezi965/vec4: Pass dst register to the vec4_instruction...
2015-02-10 Francisco Jerezi965/vec4: Initialize vec4_instruction::predicate and...
next