mesa: Include stream information in indexed queries.
[mesa.git] / src /
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
2014-06-26 Emil Velikovtargets/radeonsi/omx: convert to static/shared pipe...
2014-06-26 Emil Velikovtargets/r600/omx: convert to static/shared pipe-drivers
2014-06-26 Emil Velikovtargets/omx-nouveau: convert to static/shared pipe...
2014-06-26 Emil Velikovst/omx: avoid using dynamic vid_(enc|dec)_base and...
2014-06-26 Emil Velikovst/omx: provide constant number of components
2014-06-26 Juha-Pekka Heikkilaglx: Added missing null check in GetDrawableAttribute()
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 Heikkilaglsl: Add missing null check in push_back()
2014-06-26 Juha-Pekka Heikkilaglsl: check _mesa_hash_table_create return value in...
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-25 Chris Forbesglsl: Treat an interface block specifier as a level...
2014-06-25 Chris Forbesglsl: Disallow primitive type layout qualifier on varia...
2014-06-25 Chris Forbesglsl: Relax combinations of layout qualifiers with...
2014-06-25 Ian Romanickglsl: Don't convert reductions of ivec to a dot-product
2014-06-25 Takashi Iwaillvmpipe: Fix zero-division in llvmpipe_texture_layout()
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 Bruno Jiménezr600g/compute: Defer the creation of the temporary...
2014-06-24 Jan Veselyr600g/compute: Handle failures in compute_memory_pool_f...
2014-06-24 Jan Veselyr600g/compute: Fix possible endless loop in compute_mem...
2014-06-24 Jan Veselyr600: Fix use after free in compute_memory_promote_item.
2014-06-24 Ilia Mirkinnouveau: dup fd before passing it to device
2014-06-24 Fredrik Höglundmesa: Don't use derived vertex state in api_arrayelt.c
2014-06-23 Ilia Mirkinnvc0: allow VIEWPORT_INDEX and LAYER to be used as...
2014-06-23 Ilia Mirkinmesa/st: handle gl_Layer input semantic
2014-06-23 Tobias Klausmannnv50/ir: allow gl_ViewportIndex to work on non-provokin...
next