nir/spirv: fix a bug with structure creation
[mesa.git] / src / mesa / drivers /
2015-06-09 Francisco Jerezi965/fs: Migrate untyped surface read and atomic to...
2015-06-09 Francisco Jerezi965/fs: Migrate texturing implementation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate Gen4 send dependency workarounds to...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_integer_multiplication to the...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_load_payload to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate register spills and fills to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate try_replace_with_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_sampler_eot to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Create and emit instructions in one step in...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_cse to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Don't drop force_writemask_all and _sechalf...
2015-06-09 Francisco Jerezi965/vec4: Take into account all instruction fields...
2015-06-09 Francisco Jerezi965/fs: Take into account all instruction fields in...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_predicated_break to the...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_combine_constants to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Allocate a common IR builder object in fs_visitor.
2015-06-09 Francisco Jerezi965/fs: Introduce FS IR builder.
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to predicate an instr...
2015-06-09 Francisco Jerezdri/nouveau: Include simple_list.h explicitly in nv...
2015-06-08 Anuj Phogati965: Make a helper function intel_miptree_set_total_wi...
2015-06-08 Anuj Phogati965/gen9: Set vertical alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set horizontal alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set tiled resource mode for the miptree
2015-06-08 Anuj Phogati965: Pass miptree pointer as function parameter in...
2015-06-08 Anuj Phogati965: Move intel_miptree_choose_tiling() to brw_tex_lay...
2015-06-08 Anuj Phogati965: Choose tiling in brw_miptree_layout() function
2015-06-08 Ben Widawskyi965: Disallow saturation for MACH operations.
2015-06-08 Chris Wilsoni965: Export format comparison for blitting between...
2015-06-08 Chris Wilsoni915: Blit RGBX<->RGBA drawpixels
2015-06-08 Chris Wilsoni965: Fix HW blitter pitch limits
2015-06-08 Kristian Høgsberg... vk: Create a minimal context for the compiler
2015-06-06 Chris Forbesi965: Set max texture buffer size to hardware limit
2015-06-05 Ben Widawskyi965: Add gen8 fast clear perf debug
2015-06-05 Ben Widawskyi965: Add buffer sizes to perf debug of fast clears
2015-06-05 Marek Olšákmesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMET...
2015-06-04 Kenneth Graunkei965/fs: Print mlen in dump_instructions() output.
2015-06-04 Martin Peresmesa: reference built-in uniforms into gl_uniform_storage
2015-06-03 Matt Turneri965: Use UW-typed immediate in multiply inst.
2015-06-03 Matt Turnerprogram: Shrink and rename SaturateMode field to Saturate.
2015-06-02 Kenneth Graunkei965: Add Gen8+ VS dispatch_mode assertion.
2015-06-01 Kenneth Graunkei965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_...
2015-06-01 Kenneth Graunkei965: Use proper pitch for scalar GS pull constants...
2015-06-01 Kenneth Graunkei965: Create a shader_dispatch_mode enum to replace...
2015-06-01 Kenneth Graunkei965: Drop "Vector Mask Enable" bit from 3DSTATE_GS...
2015-06-01 Jason Ekstrandi965: Use NIR by default for vertex shaders on GEN8+
2015-06-01 Jason Ekstrandvk/compiler: Add an index_count to the bind map and...
2015-06-01 Jason Ekstrandvk/HACK: Plumb real descriptor set/index into textures
2015-05-30 Neil Robertsi965: Don't add base_binding_table_index if it's zero
2015-05-30 Neil Robertsi965: Don't use a temporary when generating an indirect...
2015-05-29 Brian Pauldri_util: make version var unsigned to silence warnings
2015-05-29 Ben Widawskyi965: Disable compaction for EOT send messages
2015-05-29 Jason Ekstrandi965/vs: Rework the logic for generating NIR from ARB...
2015-05-29 Jason Ekstrandi965/fs: Remove the ir_visitor code
2015-05-29 Jason Ekstrandi965: Remove the old fragment program code
2015-05-29 Jason Ekstrandi965: Make NIR non-optional for scalar shaders
2015-05-29 Jason Ekstrandi965: Make fs/vec4_visitor inherit from ir_visitor...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-28 Ian RomanickRevert "i915: Enable ARB_direct_state_access"
2015-05-28 Ian RomanickRevert "i965: Enable ARB_direct_state_access"
2015-05-28 Ian Romanickmesa: Allow overriding the version of ES2+ contexts
2015-05-28 Ian Romanickdri_util: Use _mesa_override_gl_version_contextless
2015-05-28 Jason Ekstrandi965/fs: Properly handle explicit depth in SIMD16 with...
2015-05-28 Matt Turneri965: Silence warning in 3-src type-setting.
2015-05-28 Matt Turneri965/fs: Fix lowering of integer multiplication with...
2015-05-28 Ben Widawskyi965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
2015-05-27 Kenneth Graunkei965: Remove _NEW_MULTISAMPLE dirty bit from 3DSTATE_PS...
2015-05-27 Kenneth Graunkei965: Delete GS scratch space workaround warning.
2015-05-26 Neil Robertsi965/skl: Add a message header for the TXF_MCS instruct...
2015-05-25 Jason Ekstrandvk/compiler: Fix up the binding hack and make it work...
2015-05-23 Jason Ekstrandi965/fs: Fix implied_mrf_writes for scratch writes
2015-05-23 Jason Ekstrandprog_to_nir: Use a variable for uniform data
2015-05-22 Matt Turneri965/disasm: Skip swizzle disassembly when using 3...
2015-05-20 Jeremy Huddleston... darwin: Fix install name of libOSMesa
2015-05-20 Alan Coopersmithswrast: Build fix for Solaris
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-19 Emil Velikovi965: add brw_cs.h to the sources list
2015-05-19 Alexander von Gluck IVmesa/driver/haiku: Drop Mesa swrast renderer
2015-05-18 Jason Ekstrandi965: Use NIR by default for vertex shaders on GEN8+
2015-05-18 Ben Widawskyi965: Add gen8 blend state
2015-05-18 Ben Widawskyi965: Add renderbuffer surface indexes to debug
2015-05-18 Ben Widawskyi965: Add Gen9 surface state decoding
2015-05-18 Ben Widawskyi965: Add gen8 surface state debug info
2015-05-18 Ben Widawskyi965: Add gen7+ sampler state to batch debug
2015-05-18 Ben Widawskyi965: Add viewport extents (gen8) to batch decode
2015-05-18 Ben Widawskyi965: Add all surface types to the batch decode
2015-05-18 Ben Widawskyi965: Add string for surface format to table
2015-05-18 Matt Turneri965/fs: Implement integer multiply without mul/mach.
2015-05-18 Matt Turneri965/fs: Rework compression control selection.
2015-05-18 Matt Turneri965/fs: Support integer multiplication in SIMD16 on...
2015-05-18 Matt Turneri965/fs: Add set_sechalf() method.
2015-05-18 Matt Turneri965/fs: Unrestrict constant propagation into integer...
2015-05-18 Matt Turneri965/fs: Lower integer multiplication after optimizations.
2015-05-18 Iago Toral Quirogai965: Fix textureSize for Lod > 0 with non-mipmap filters
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-05-15 Kristian Høgsbergvk: Update the bind map length to reflect MAX_SETS
next