i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle.
[mesa.git] / src / mesa / drivers /
2016-04-12 Roland Scheideggeri965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8...
2016-04-12 Matt Turneri965/tiled_memcpy: Move SSSE3 code back into inline...
2016-04-12 Matt Turneri965/tiled_memcpy: Optimize RGBA -> BGRA swizzle.
2016-04-12 Haixia Shidri/i965: fix incorrect rgbFormat in intelCreateBuffer().
2016-04-12 John Sheuxlib: fix memory leak on Display close
2016-04-12 Haixia Shidri/i965: extend GLES3 sRGB workaround to cover all...
2016-04-12 Eduardo Lima Mitevi965: Add autogenerated 'brw_nir_trig_workarounds.c...
2016-04-12 Kenneth Graunkei965: Port INTEL_PRECISE_TRIG=1 to NIR.
2016-04-12 Kenneth Graunkei965: Pass brw_compiler into brw_preprocess_nir() inste...
2016-04-11 Jason Ekstrandnir/lower_system_values: Add support for several comput...
2016-04-11 Timothy Arcerii965: fix struct type in comment
2016-04-11 Ilia Mirkini965: enable OES_texture_buffer on gen7+
2016-04-10 Kenneth Graunkei965/disasm: Decode per-slot offsets.
2016-04-10 Kenneth Graunkei965/disasm: Decode "channel mask present" bit correctly.
2016-04-10 Kenneth Graunkei965/disasm: Simplify the URB opcode printing with ?:.
2016-04-08 Jason Ekstrandi965/tiled_memcopy: Get rid of the direction parameter...
2016-04-08 Jason Ekstrandi965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy...
2016-04-08 Jason Ekstrandi965/tiled_memcopy: Add aligned mem_copy parameters...
2016-04-08 Ben Widawskyi965: Check eu/subslices are > 0
2016-04-08 Ben Widawskyi965: Fix eu/subslice warning
2016-04-08 Ben Widawskyi965: Extract SSEU configuration info
2016-04-07 Jason Ekstrandi965/sf_state: Pull flat_enables out of prog_data
2016-04-07 Jason Ekstrandi965/fs: Add a flat_inputs field to prog_data
2016-04-07 Jason Ekstrandbrw/device_info: Add a helper for getting a device...
2016-04-07 Jason Ekstrandi965/fs_surface_builder: Mask signed integers after...
2016-04-07 Jason Ekstrandi965/fs: Make the repclear shader support either a...
2016-04-07 Jason Ekstrandi965: Move get_hw_prim_for_gl_prim to brw_util.c
2016-04-06 Marek Olšákdrirc: add a workaround for blackness in Warsow
2016-04-04 Jason Ekstrandi965/fs: Move the code for load/store_shared to emit_cs...
2016-04-04 Jason Ekstrandi965/nir: Provide a default LOD for buffer textures
2016-04-04 Kenneth Graunkei965: Fix invalid pointer read in dead_control_flow_eli...
2016-04-04 Kenneth Graunkei965: Make bblock_t::next and friends return NULL at...
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 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-27 Miklós Mátémesa: optionally associate a gl_program to ATI_fragment...
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 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-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.
next