dri/xmlconfig: remove GL types.
[mesa.git] / src / mesa / drivers /
2014-07-01 Dave Airliedri/xmlconfig: remove GL types.
2014-06-30 Kenneth Graunkei965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp...
2014-06-30 Kenneth Graunkei965/disasm: Delete gen8_disasm.c.
2014-06-30 Kenneth Graunkei965/disasm: Stop using gen8_disassemble in favor of...
2014-06-30 Kenneth Graunkei965/disasm: Improve render target write message disass...
2014-06-30 Kenneth Graunkei965/disasm: Rename msg_target to SFID.
2014-06-30 Kenneth Graunkei965/disasm: Fix typo in RT UNORM write message.
2014-06-30 Kenneth Graunkei965/disasm: Use Gen6+ SFID case labels.
2014-06-30 Kenneth Graunkei965/disasm: "Handle" Gen8+ HF/DF immediate cases.
2014-06-30 Kenneth Graunkei965/disasm: Cut piles of duplicate swizzle printing.
2014-06-30 Kenneth Graunkei965/disasm: Properly decode negate source modifiers...
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 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...
next