vk: Add four unit tests for our lock-free data-structures
[mesa.git] / src / mesa / drivers / dri / i965 /
2015-07-16 Connor Abbottnir: move to two-level binding model for UBO's
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Jason EkstrandHACK: Get rid of sanity_param_count for FS
2015-06-26 Jason Ekstrandi965: Don't print the GLSL IR if it doesn't exist
2015-06-25 Jason Ekstrandi965/nir: Handle returns as long as they're at the...
2015-06-25 Jason Ekstrandi965/nir: Split NIR shader handling into two functions
2015-06-24 Jason Ekstrandvk: Build xmlconfig stuff into libi965_compiler
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-24 Jason Ekstrandi965/fs: Get rid of an unused variable in emit_barrier()
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965/vec4: Turn some _mesa_problem calls into asserts
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Plumb compiler debug logging through brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Do the no16 perf logging directly in fs_visito...
2015-06-23 Jason Ekstrandi965/fs: Make no16 non-variadic
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-23 Matt Turneri965: Assert that the GL primitive isn't out of range.
2015-06-23 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-06-23 Matt Turneri965/fs: Don't mess up stride for uniform integer multi...
2015-06-23 Ben Widawskyi965/gen9: Don't use encrypted MOCS
2015-06-22 Kenneth Graunkei965: Add and fix comments in brw_vue_map.c.
2015-06-22 Kenneth Graunkei965: Split VUE map handling out of brw_vs.c into brw_v...
2015-06-22 Ben Widawskyi965/gen9: Implement Push Constant Buffer workaround
2015-06-19 Ben Widawskyi965/gen8: Use HALIGN_16 for single sample mcs buffers
2015-06-18 Matt Turneri965: Add missing braces around if-statement.
2015-06-18 Jordan Justeni965/compute: Fix undefined code with right_mask for...
2015-06-18 Iago Toral Quirogai965: Fix textureGrad with cube samplers
2015-06-17 Kevin Rogovini965: enable ARB_framebuffer_no_attachments for Gen7+
2015-06-17 Kevin Rogovini965: execution of frag-shader when it has atomic buffer
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-06-16 Anuj Phogati965/gen9: Disable Mip Tail for YF/YS tiled surfaces
2015-06-16 Anuj Phogati965/gen9: Set vertical and horizontal surface alignments
2015-06-16 Anuj Phogati965: Use BRW_SURFACE_* in place of GL_TEXTURE_*
2015-06-16 Anuj Phogati965: Rename use_linear_1d_layout() and make it global
2015-06-16 Anuj Phogati965/gen9: Set tiled resource mode in surface state
2015-06-16 Neil Robertsi965/vec4: Fix the source register for indexed samplers
2015-06-16 Neil Robertsi965: Fix aligning to the block size in intel_miptree_c...
2015-06-15 Anuj Phogati965: Check for miptree pitch alignment before using...
2015-06-15 Anuj Phogati965: Remove break after return
2015-06-13 Ben Widawskyi965/gen8+: Add aux buffer alignment assertions
2015-06-13 Ben Widawskyi965/gen9: Set HALIGN_16 for all aux buffers
2015-06-13 Ben Widawskyi965/gen8: Correct HALIGN for AUX surfaces
2015-06-13 Ben Widawskyi965: Extract tiling from fast clear decision
2015-06-13 Ben Widawskyi965/gen9: Only allow Y-Tiled MCS buffers
2015-06-13 Ben Widawskyi965: Consolidate certain miptree params to flags
2015-06-12 Jordan Justeni965/nir: Support barrier intrinsic function
2015-06-12 Jordan Justeni965/fs: Implement support for ir_barrier
2015-06-12 Jordan Justeni965: Add brw_barrier to emit a Gateway Barrier SEND
2015-06-12 Jordan Justeni965: Add brw_WAIT to emit wait instruction
2015-06-12 Jordan Justeni965: Add notification register
2015-06-12 Jordan Justeni965: Disassemble Gateway SEND messages
2015-06-12 Jordan Justeni965/inst: Add gateway_notify and gateway_subfuncid...
2015-06-12 Jordan Justeni965: Add GATEWAY_SFID definitions
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-06-12 Jordan Justeni965/cs: Use exec all for CS terminate
2015-06-12 Chad Versacei965/fs: Fix unused variable warning
2015-06-12 Erik Faye-Lundmesa: build xmlconfig to a separate static library
2015-06-12 Francisco Jerezi965/fs: Remove one more fixed brw_null_reg() from...
2015-06-11 Kenneth GraunkeRevert "i965: Advertise a line width of 40.0 on Cherryv...
2015-06-11 Kristian Høgsberg... vk: Implement basic compute shader support
2015-06-11 Kenneth Graunkei965: Re-index SSA definitions before printing NIR...
2015-06-11 Iago Toral Quirogai965/gen8: Fix antialiased line rendering with width...
2015-06-11 Alexander Monakovi965: do_blit_drawpixels: decode array formats
2015-06-11 Iago Toral Quirogai965: do not round line width when multisampling or...
2015-06-10 Kenneth Graunkei965: Momentarily pretend to support ARB_texture_stenci...
2015-06-09 Ben Widawskyi965/gen9: Use raw PS invocation count for queries
2015-06-09 Jason Ekstrandfs/reg_allocate: Remove the MRF hack helpers from fs_vi...
2015-06-09 Jason Ekstrandi965/fs: Don't let the EOT send message interfere with...
2015-06-09 Francisco Jerezi965/fs: Drop fs_inst::force_uncompressed.
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_cmod_propagation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_saturate_propagation to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR texturing instructi...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR intrinsics to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR control flow to...
2015-06-09 Francisco Jerezi965/fs: Migrate NIR variable handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate NIR emit_percomp() to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate CS terminate message to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate VS output writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS alpha test to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS discard handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS gl_SamplePosition/ID computation...
2015-06-09 Francisco Jerezi965/fs: Migrate FS interpolation code to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate shader time to the IR builder.
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...
next