i965: Restyle brw_disasm.c.
[mesa.git] / src / mesa / drivers /
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 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 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 Quirogai965: Enable transform feedback for streams > 0
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 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-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-21 Kenneth Graunkei965: Save meta stencil blit programs in the context.
2014-06-18 Ian Romanickmeta: Respect the driver's maximum number of draw buffers
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: Mark default case unreachable to silence warning.
2014-06-17 Matt TurnerRevert "i965: Add 'wait' instruction support"
2014-06-17 Matt Turneri965/fs: Optimize SEL with the same sources into a...
2014-06-17 Matt Turneri965/fs: Perform CSE on texture operations.
2014-06-17 Matt Turneri965/fs: Copy propagate from load_payload.
2014-06-17 Matt Turneri965/fs: Perform CSE on load_payload instructions if...
2014-06-17 Matt Turneri965/fs: Support register coalescing on LOAD_PAYLOAD...
2014-06-17 Matt Turneri965/fs: Emit load_payload instead of multiple MOVs...
2014-06-17 Matt Turneri965/fs: Only consider real sources when comparing...
2014-06-17 Matt Turneri965/fs: Apply cube map array fixup and restore the...
2014-06-17 Matt Turneri965/fs: Use LOAD_PAYLOAD in emit_texture_gen7().
2014-06-17 Matt Turneri965/fs: Lower LOAD_PAYLOAD and clean up.
2014-06-17 Matt Turneri965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
2014-06-17 Kenneth Graunkei965: Use 8x4 aligned rectangles for HiZ operations...
2014-06-17 Kenneth Graunkei965: Make INTEL_DEBUG=mip print out whether HiZ is...
2014-06-16 Jordan Justeni965/cs: Use override structure rather than separate...
2014-06-16 Tapani PälliEnable GL_ARB_explicit_uniform_location in the drivers.
2014-06-15 Kenneth Graunkei965/vec4: Use the sampler for pull constant loads...
2014-06-15 Kenneth Graunkei965: Add missing newlines to a few perf_debug messages.
2014-06-15 Kenneth Graunkei965: Drop Broadwell perf_debugs about missing MOCS...
2014-06-15 Kenneth Graunkei965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER...
2014-06-15 Kenneth Graunkei965/vec4: Fix dead code elimination for VGRFs of size...
2014-06-15 Kenneth Graunkei965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instruc...
2014-06-15 Vinson Leemesa/drivers: Fix clang constant-logical-operand warnings.
2014-06-13 Jason Ekstrandmeta_blit: properly compute texture width for the CopyT...
2014-06-12 Neil Robertsi965: Set the fast clear color value for texture surfaces
2014-06-12 Kenneth Graunkei965: Fix disassembly of BLORP clear programs.
2014-06-12 Kenneth Graunkei965/fs: Move FB write default state mashing in a level.
2014-06-12 Kenneth Graunkei965: Fix Haswell discard regressions since Gen4-5...
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
2014-06-12 Matt Turneri965/fs: Clean up tabs in brw_fs_cse.cpp.
next