mesa.git
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-07-01 Ilia Mirkingallium: add support for stream in so info
2014-07-01 Ilia Mirkingallium: add vertex stream argument to EMIT/ENDPRIM
2014-07-01 Matt Turneri965/fs: Mark predicated PLN instructions with dependen...
2014-07-01 Matt Turneri965/fs: Predicate PLN instructions used in unlit centr...
2014-07-01 Matt Turneri965/fs: Add no_dd_{clear,check} fields to fs_inst.
2014-07-01 Matt Turneri965/fs: Let sat-prop ignore live ranges if producer...
2014-07-01 Matt Turneri965/fs: Pass const references to emit functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to instruction functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to vec4_instruction().
2014-07-01 Matt Turneri965/fs: Pass const references to instruction functions.
2014-07-01 Axel Davyradeonsi: Use dma_copy when possible for si_blit.
2014-07-01 Axel Davyglx/dri3: add GPU offloading support.
2014-07-01 Axel Davyloader: Use drirc device_id parameter in complement...
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 Alexandre Demersconfigure.ac: (trivial) Fixing a typo
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 Samuel Iglesias... docs: mark "Geometry shader multiple streams" as done...
2014-06-30 Iago Toral... i965: Enable vertex streams up to MAX_VERTEX_STREAMS.
2014-06-30 Iago Toral... mesa: Enable simultaneous queries on different streams.
2014-06-30 Iago Toral... i965: Implement GL_PRIMITIVES_GENERATED with non-zero...
2014-06-30 Iago Toral... i965: Implement GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTE...
2014-06-30 Iago Toral... mesa: Include stream information in indexed queries.
2014-06-30 Samuel Iglesias... glsl: include streamId when reading/printing ir_variabl...
2014-06-30 Iago Toral... glsl: include streamId when reading/printing emit-verte...
2014-06-30 Iago Toral... i965/gs: Set control data bits for vertices emitted...
2014-06-30 Iago Toral... glsl: Validate vertex emission in geometry shaders.
2014-06-30 Iago Toral... glsl: Add support for EmitStreamVertex() and EndStreamP...
2014-06-30 Iago Toral... glsl: Modify ir_end_primitive to have a stream.
2014-06-30 Iago Toral... glsl: Modify ir_emit_vertex to have a stream.
2014-06-30 Iago Toral... i965/gs: Set number of control data bits for stream...
2014-06-30 Iago Toral... glsl: Store info about geometry shaders that emit verti...
2014-06-30 Iago Toral... glsl: Only geometry shader outputs can be associated...
2014-06-30 Iago Toral... glsl: Two varyings can't write to the same buffer from...
2014-06-30 Iago Toral... glsl: Add methods to retrive a varying's name and streamId.
2014-06-30 Iago Toral... glsl: Fail to link if inter-stage input/outputs are...
2014-06-30 Iago Toral... glsl: Assign GLSL StreamIds to transform feedback outputs.
2014-06-30 Iago Toral... i965: Enable transform feedback for streams > 0
2014-06-30 Iago Toral... mesa: 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 Chris Forbesdocs: Update the status of a few things in GL3.txt
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 Davydri/image: add blitImage to the specification
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.... glxext: 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.
next