loader: add gpu selection code via DRI_PRIME.
[mesa.git] / src /
2014-07-01 Axel Davyloader: add gpu selection code via DRI_PRIME.
2014-07-01 Axel Davydrirc: Add string support
2014-07-01 Dave Airliedri: remove GL types from config queries
2014-07-01 Dave Airliedri/xmlconfig: remove GL types.
2014-07-01 Dave Airliedri3: cache pointer to back instead of looking up.
2014-06-30 Emil Velikovtargets/egl-static: use inline_drm_helper and Automake...
2014-06-30 Emil Velikovtargets/gbm: convert to static/shared pipe-driver
2014-06-30 Emil Velikovtargets/xa: provide alternative(static) xa target
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 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 Samuel Iglesias... glsl: include streamId when reading/printing ir_variabl...
2014-06-30 Iago Toral Quirogaglsl: include streamId when reading/printing emit-verte...
2014-06-30 Iago Toral Quirogai965/gs: Set control data bits for vertices emitted...
2014-06-30 Iago Toral Quirogaglsl: Validate vertex emission in geometry shaders.
2014-06-30 Iago Toral Quirogaglsl: Add support for EmitStreamVertex() and EndStreamP...
2014-06-30 Iago Toral Quirogaglsl: Modify ir_end_primitive to have a stream.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_emit_vertex to have a stream.
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 Quirogaglsl: Only geometry shader outputs can be associated...
2014-06-30 Iago Toral Quirogaglsl: Two varyings can't write to the same buffer from...
2014-06-30 Iago Toral Quirogaglsl: Add methods to retrive a varying's name and streamId.
2014-06-30 Iago Toral Quirogaglsl: Fail to link if inter-stage input/outputs are...
2014-06-30 Iago Toral Quirogaglsl: Assign GLSL StreamIds to transform feedback outputs.
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-30 Samuel Iglesias... glsl: Add parsing support for multi-stream output in...
2014-06-28 Emil Velikovst/omx: strcpy the string into the allocated buffer
2014-06-28 Ilia Mirkinmesa: expose ARB_seamless_cubemap_per_texture when...
2014-06-27 Emil Velikovst/omx: keep the name, (name|role)_specific strings...
2014-06-27 Axel Davynv50: fix dri3 prime buffer creation
2014-06-27 Dave Airlienvc0: fix dri3 prime buffer creation
2014-06-27 Axel Davygallium/dri2: implement blitImage
2014-06-27 Axel Davygallium: Add __DRIimageDriverExtension support to gallium
2014-06-27 Axel Davydri3: use invalidate.
2014-06-27 Dave Airliedri3: fix image extension checking.
2014-06-26 Jasper St. Pierreglxext: Send the Drawable's ID in the GLX_BufferSwapCom...
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 Roland Scheideggersoftpipe: use last_level from sampler view, not from...
2014-06-26 Emil Velikovtargets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TA...
2014-06-26 Emil Velikovauxiliary/vl: Remove no longer used SPLIT_TARGETS
next