i965/disasm: Improve disassembly of atomic messages on Haswell+.
[mesa.git] / src / mesa /
2014-06-30 Kenneth Graunkei965/disasm: Improve disassembly of atomic messages...
2014-06-30 Kenneth Graunkei965/disasm: Actually disassemble Gen7+ URB opcodes.
2014-06-30 Kenneth Graunkei965/disasm: Decode Broadwell's invm/rsqrtm math functions.
2014-06-30 Kenneth Graunkei965/disasm: Properly disassemble the "atomic" ThreadCt...
2014-06-30 Kenneth Graunkei965/disasm: Properly disassemble all32h/any32h align1...
2014-06-30 Kenneth Graunkei965: Add #defines for any32h/all32h predication.
2014-06-30 Kenneth Graunkei965/disasm: Mark ELSE as having UIP on Gen8+.
2014-06-30 Kenneth Graunkei965/disasm: Properly disassemble jump targets on Gen4-5.
2014-06-30 Kenneth Graunkei965/disasm: Improve disassembly of jump targets on...
2014-06-30 Kenneth Graunkei965/disasm: Add support for new Gen8+ register types.
2014-06-30 Kenneth Graunkei965: Restyle brw_disasm.c.
2014-06-30 Kenneth Graunkei965/disasm: Create an "opcode" temporary.
2014-06-30 Kenneth Graunkei965/disasm: Eliminate opcode pointer.
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-30 Kenneth Graunkemeta: Use AMD_vertex_shader_layer instead of a GS for...
2014-06-30 Iago Toral Quirogai965: Enable vertex streams up to MAX_VERTEX_STREAMS.
2014-06-30 Iago Toral Quirogamesa: Enable simultaneous queries on different streams.
2014-06-30 Iago Toral Quirogai965: Implement GL_PRIMITIVES_GENERATED with non-zero...
2014-06-30 Iago Toral Quirogai965: Implement GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTE...
2014-06-30 Iago Toral Quirogamesa: Include stream information in indexed queries.
2014-06-30 Iago Toral Quirogai965/gs: Set control data bits for vertices emitted...
2014-06-30 Iago Toral Quirogai965/gs: Set number of control data bits for stream...
2014-06-30 Iago Toral Quirogaglsl: Store info about geometry shaders that emit verti...
2014-06-30 Iago Toral Quirogai965: Enable transform feedback for streams > 0
2014-06-30 Iago Toral Quirogamesa: add StreamId information to transform feedback...
2014-06-28 Ilia Mirkinmesa: expose ARB_seamless_cubemap_per_texture when...
2014-06-26 Kenneth Graunkei965: Enable compressed multisample support (CMS) on...
2014-06-26 Kenneth Graunkei965: Add 2x MSAA support to the MCS allocation function.
2014-06-26 Kenneth Graunkei965: Hook up the MCS buffers in SURFACE_STATE on Broad...
2014-06-26 Kenneth Graunkei965: Drop SINT workaround for CMS layout on Broadwell.
2014-06-26 Kenneth Graunkei965: Add plumbing for Broadwell's auxiliary surface...
2014-06-26 Jordan Justeni965: Add auxiliary surface field #defines for Broadwell.
2014-06-26 Kenneth Graunkei965: Disassemble all of DP write message control bits...
2014-06-26 Matt Turneri965: Pass brw to brw_try_compact_instruction().
2014-06-26 Matt Turneri965: Add is_cherryview flag to brw_context.
2014-06-26 Matt Turneri965: Add CSEL opcode definition for Gen8.
2014-06-26 Matt Turneri965: Document which instructions are generation specific.
2014-06-26 Matt Turneri965: Don't set UIP for ENDIF/WHILE.
2014-06-26 Matt Turneri965: Replace struct brw_compact_instruction with brw_c...
2014-06-26 Matt Turneri965: Convert brw_eu_compact.c to the new brw_compact_i...
2014-06-26 Matt Turneri965: Introduce a new brw_compact_inst API.
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Matt Turneri965: Throw out guts of struct brw_instruction.
2014-06-26 Matt Turneri965: Convert brw_gs_emit.c to the new brw_inst API.
2014-06-26 Matt Turneri965: Convert brw_disasm.c to the new brw_inst API.
2014-06-26 Matt Turneri965: Pass brw rather than gen to brw_disassemble_inst().
2014-06-26 Matt Turneri965: Convert brw_eu_compact.c to the new brw_inst...
2014-06-26 Kenneth Graunkei965: Extend is_haswell checks to gen >= 8 in Gen4...
2014-06-26 Kenneth Graunkei965: Convert test_eu_compact.c to the new brw_inst...
2014-06-26 Kenneth Graunkei965: Convert vec4_generator to the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Convert fs_generator to the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Convert Gen4-5 clipping code to the new brw_inst...
2014-06-26 Kenneth Graunkei965: Convert brw_sf_emit.c to the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Convert brw_eu_emit.c to the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Convert brw_eu.[ch] to use the new brw_inst API.
2014-06-26 Kenneth Graunkei965: Introduce a new brw_inst API.
2014-06-26 Kenneth Graunkei965: Pass brw into next_offset().
2014-06-26 Greg Hunti965: Remove unneeded VS workaround stalls on Baytrail.
2014-06-26 Juha-Pekka Heikkilamesa/main: In register_surface() verify gl_texture_obje...
2014-06-26 Juha-Pekka Heikkilamesa/main: Verify calloc return value in register_surface()
2014-06-26 Juha-Pekka Heikkilai965/fs: Check variable_storage return value in fs_visi...
2014-06-26 Juha-Pekka Heikkilai965: Handle miptree creation failure in intel_alloc_te...
2014-06-26 Juha-Pekka Heikkilai965: Check calloc return value in gather_statistics_re...
2014-06-25 Matt Turneri965/vec4: Try constant propagate after copy propagate...
2014-06-25 Matt Turneri965/vec4: Make try_copy_propagate() static.
2014-06-25 Matt Turneri965/vec4: Rename try_copy/constant_propagat{ion,e...
2014-06-25 Matt Turneri965/vec4: Constant propagate into 2-src math instructi...
2014-06-25 Matt Turneri965/fs: Constant propagate into 2-src math instruction...
2014-06-25 Matt Turneri965/fs: Make try_constant_propagate() static.
2014-06-25 Matt Turneri965: Make can_do_source_mods() a member of the instruc...
2014-06-24 Matt Turneri965/fs: Don't fix_math_operand() on Gen >= 8.
2014-06-24 Matt Turneri965/vec4: Don't fix_math_operand() on Gen >= 8.
2014-06-24 Matt Turneri965/vec4: Don't return void from a void function.
2014-06-24 Fredrik Höglundmesa: Don't use derived vertex state in api_arrayelt.c
2014-06-23 Ilia Mirkinmesa/st: handle gl_Layer input semantic
2014-06-23 Kenneth Graunkei965: Don't emit SURFACE_STATEs for gather workarounds...
2014-06-23 Neil Robertsi965: Allow the blorp blit between BGR and RGB
2014-06-23 Ville Syrjäläi915: Fix gen2 texblend setup
2014-06-23 Iago Toral Quirogamesa: Make Geom.UsesEndPrimitive a bool instead of...
2014-06-22 Chris Forbesmesa: Add extension plumbing for ARB_fragment_layer_vie...
2014-06-21 Kenneth Graunkei965: Save meta stencil blit programs in the context.
2014-06-20 Iago Toral Quirogamesa: Copy Geom.UsesEndPrimitive when cloning a geometr...
2014-06-20 Iago Toral Quirogamesa: Init Geom.UsesEndPrimitive in shader programs.
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
2014-06-18 Marek Olšákst/mesa: set sampler_view::last_level correctly
2014-06-18 Dave Airliest/mesa: handle array textures in st_texture_image_copy
2014-06-18 Marek Olšákst/mesa: fix geometry shader max texture limit in state...
2014-06-18 Ian Romanickmeta: Respect the driver's maximum number of draw buffers
2014-06-18 Kristian Høgsbergmesa: Remove glClear optimization based on drawable...
2014-06-18 Juha-Pekka Heikkilamesa: In emit_texenv() type mismatch was forced with...
2014-06-18 Chia-I Wui965/vec4: unit test for copy propagation and writemask
2014-06-17 Matt Turneri965/vec4/gs: Silence warning about unused 'success...
2014-06-17 Matt Turneri965/disasm: Mark three_source_reg_encoding[] static.
2014-06-17 Matt Turneri965/blorp: Remove unused 'brw' member.
2014-06-17 Matt Turneri965/blorp: Mark branch unreachable to silence uninitia...
2014-06-17 Matt Turneri965: Silence warning about unused brw in release builds.
2014-06-17 Matt Turneri965: Mark backend_instruction and bblock_t as structs.
2014-06-17 Matt Turneri965: Use standard SSE intrinsics instead of gcc built...
2014-06-17 Matt Turnermesa: Remove unused functions from perfomance query...
2014-06-17 Matt Turnermesa: Remove unused extra_EXT_texture_integer.
next