Merge remote-tracking branch 'public/master' into vulkan
[mesa.git] / src / mesa / drivers /
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Jason Ekstrandi965/peephole_ffma: Only match a mul+add if none of...
2016-04-04 Kenneth Graunkei965: Add an INTEL_PRECISE_TRIG=1 option to fix SIN...
2016-04-04 Kenneth Graunkei965: Allow 8x MSAA on >= 64bpp formats on Gen8+.
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Jason Ekstrandi965: Add an implemnetation of nir_op_fquantize2f16
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 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 Timothy Arceriglsl: add transform feedback buffers to resource list
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-30 Matt Turneri965: Don't inline intel_batchbuffer_require_space().
2016-03-30 Brian Paulmeta: use _mesa_prepare_mipmap_levels()
2016-03-30 Brian Paulxlib: add support for GLX_ARB_create_context
2016-03-29 Kenneth Graunkei965: Don't use CUBE wrap modes for integer formats...
2016-03-29 Kenneth GraunkeRevert "i965: Set address rounding bits for GL_NEAREST...
2016-03-28 Kenneth Graunkei965: Set address rounding bits for GL_NEAREST filterin...
2016-03-28 Kenneth Graunkei965: Always use BRW_TEXCOORDMODE_CUBE when seamless...
2016-03-28 Kenneth Graunkei965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.
2016-03-28 Kenneth Graunkei965: Whack UAV bit when FS discards and there are...
2016-03-28 Jason Ekstrandi965/peephole_ffma: Only match a mul+add if none of...
2016-03-27 Miklós Mátémesa: optionally associate a gl_program to ATI_fragment...
2016-03-26 Jason Ekstrandi965: Allow mul+add fusing again
2016-03-25 Jason Ekstrandi965/vec4: Get rid of a stray predicate inverse in...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-24 Bas Nieuwenhuizenmesa: replace gl_context->Multisample._Enabled with...
2016-03-23 Jason Ekstrandi965/peephole_ffma: Don't fuse exact adds
2016-03-22 Jason Ekstrandi965/fs: Don't constant-fold RCP
2016-03-22 Jason Ekstrandi965: Remove the RCP+RSQ algebraic optimizations
2016-03-22 Ian Romanicki965: Have NIR lower flrp on pre-GEN6 vec4 backend
2016-03-22 Marc-André Lureaui965: fix invalid memory write
2016-03-21 Anuj Phogati965: Fix assert conditions for src/dst x/y offsets
2016-03-21 Kenneth Graunkei965/blorp: Make BlitFramebuffer() do sRGB encoding...
2016-03-21 Kenneth Graunkei965/blorp: Refactor sRGB encoding/decoding.
2016-03-21 Kenneth Graunkemeta: Make BlitFramebuffer() do sRGB encoding in ES...
2016-03-19 Kenneth Graunkei965: Stop XY clipping point and line primitives.
2016-03-19 Kenneth Graunkei965: Scissor to the viewport when rendering points...
2016-03-19 Kenneth Graunkei965: Include the viewport in the scissor rectangle.
2016-03-19 Kenneth Graunkei965: Introduce an is_drawing_lines() helper.
2016-03-19 Kenneth Graunkei965: Move is_drawing_points to brw_state.h.
2016-03-18 Kenneth Graunkei965: Fix gl_TessLevelOuter[] for isolines.
2016-03-18 Kenneth Graunkei965: Decode non-normalized coordinates bit in SAMPLER_...
2016-03-18 Kenneth Graunkei965: Account for TES in is_drawing_points().
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-03-17 Samuel Iglesias... i965/nir: fix check to resolve booleans to work with...
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-17 Jordan Justeni965/nir: Lower nir compute shader shared variables
2016-03-17 Iago Toral Quirogai965: Skip execution size adjustment for instructions...
2016-03-17 Samuel Iglesias... i965/vec4/gen6: fix exec_size for MOV with a width...
2016-03-17 Samuel Iglesias... i965/vec4/gen6: fix exec_size for instructions with...
2016-03-17 Samuel Iglesias... i965/vec4/gen6: fix exec_size for instructions with...
2016-03-17 Samuel Iglesias... i965/gs/gen6: fix execsize for instructions with width...
2016-03-17 Iago Toral Quirogai965: set correct execsize for MOVS with a width of...
2016-03-17 Iago Toral Quirogai965/eu: set execution size for SEND message in brw_sen...
2016-03-17 Iago Toral Quirogai965/fs: Set exec size for gen7 pull const loads
2016-03-17 Iago Toral Quirogai965/eu: set correct execution size in brw_NOP
2016-03-17 Kenneth Graunkemeta: Don't use integer handles for shaders or programs.
2016-03-17 Kenneth Graunkemeta: Use the _mesa_meta_compile_and_link_program helpe...
2016-03-16 Kenneth Graunkemeta: Use ARB_explicit_attrib_location in the rest...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-14 Francisco Jerezi965/fs: Restrict inequality that can only hold equal...
2016-03-14 Francisco Jerezi965/vec4: Consider removal of no-op MOVs as progress...
2016-03-14 Francisco Jerezi965/fs: Add missing analysis invalidation in fixup_3sr...
2016-03-14 Francisco Jerezi965/fs: Add missing analysis invalidation in opt_sampl...
2016-03-14 Sarah Sharpmesa: docs: Intel i965 hardware limits.
2016-03-14 Sarah Sharpmesa: docs: i965: Use correct doxygen groupings syntax
2016-03-14 Francisco Jerezi965: Remove useless IR self-destruct backend_shader...
2016-03-13 Matt Turneri965: Use foreach_in_list_reverse_safe() macro.
2016-03-11 Ben Widawskyi965/chv: Display proper branding
2016-03-11 Ben Widawskyi965/chv: Update lower min for CS threads
2016-03-11 Ben Widawskyi965/chv: Check that compute threads are above threshold
2016-03-11 Ben Widawskyi965/chv: Use kernel provided info for max_cs_threads
2016-03-11 Ben Widawskyi965: Query and store GPU properties from kernel
2016-03-10 Kenneth Graunkei965: Set a proper _BaseFormat for window system render...
2016-03-09 Emil Velikovi915: limit extern "C" hack only for libdrm headers
2016-03-09 Emil Velikovxmesa: do not wrap header inclusion in extern "C"
2016-03-08 Jordan Justeni965/hsw: Initialize SLM index in state register
2016-03-08 Jordan Justeni965/compute: Skip SIMD8 generation if it can't be...
2016-03-08 Jordan Justeni965/fs: Allow spilling for SIMD16 compute shaders
2016-03-08 Alejandro Piñeiroi965/fs/nir: "surface_access::" prefix not needed
2016-03-08 Alejandro Piñeiroi965/vec4/nir: no need to use surface_access:: to call...
2016-03-08 Alejandro Piñeiroi965/vec4/nir: remove emit_untyped_surface_read and...
2016-03-08 Alejandro Piñeiroi965/vec4: pass the correct src_sz to emit_send at...
2016-03-06 Francisco Jerezi965/vec4: Propagate swizzles correctly during copy...
2016-03-06 Francisco Jerezi965: Don't try copy propagation if constant propagatio...
2016-03-06 Francisco Jerezi965/vec4: Use swizzle() to swizzle immediates during...
2016-03-06 Francisco Jerezi965: Add support for swizzling arbitrary immediates...
2016-03-06 Francisco Jerezi965: Pass symbolic swizzle to brw_swizzle() as a singl...
2016-03-05 Kenneth Graunkei965: Only magnify depth for 3D textures, not array...
next