nir: rename nir_lower_tex_projector
[mesa.git] / src / mesa / drivers / dri /
2015-09-19 Rob Clarknir: rename nir_lower_tex_projector
2015-09-18 Alejandro Piñeiroi965/vec4: Change types as needed to propagate source...
2015-09-18 Iago Toral Quirogai965/fs: Fix comparison between signed and unsigned...
2015-09-17 Jason Ekstrandi965/vec4: Use nir_move_vec_src_uses_to_dest
2015-09-15 Jordan Justeni965/fs: The barrier send uses only 1 payload register
2015-09-15 Jason Ekstrandi965/vec4: Use the replicated fdot instruction in NIR
2015-09-15 Jason Ekstrandi965/vec4_nir: Use partial SSA form rather than full...
2015-09-15 Jason Ekstrandi965/fs: Add a very basic validation pass
2015-09-15 Jason Ekstrandi965/fs_surface_builder: Only apply predicate to compon...
2015-09-15 Jason Ekstrandi965/fs: Only read output_components many components...
2015-09-15 Jason Ekstrandi965/fs: Set output_components for lowered clip distanc...
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Kristian Høgsberg... i965: Move brw_fs_precompile() to brw_wm.c
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around
2015-09-14 Antia Puentesi965/vec4_nir: Load constants as integers
2015-09-14 Antia Puentesi965/vec4: Fix saturation errors when coalescing registers
2015-09-13 Jordan Justeni965/nir: Support gl_WorkGroupID variable
2015-09-13 Jordan Justeni965/cs: Initialize gl_WorkGroupID variable from payload
2015-09-13 Jordan Justeni965/nir: Support gl_LocalInvocationID variable
2015-09-13 Jordan Justeni965/cs: Initialize gl_LocalInvocationID from payload
2015-09-13 Jordan Justeni965/cs: Initialize gl_LocalInvocationID in push consta...
2015-09-13 Jordan Justeni965/cs: Reserve local invocation id in payload regs
2015-09-12 Jason Ekstrandi965/vec4: Don't reswizzle hardware registers
2015-09-12 Jason Ekstrandi965/emit: Add assertions for accumulator restrictions
2015-09-11 Alejandro Piñeiroi965/vec4: check writemask when bailing out at register...
2015-09-11 Kenneth Graunkei965: Use hash tables for brw_fs_vector_splitting().
2015-09-11 Ian Romanicki915, i965: Silence unused parameter warnings in intel_...
2015-09-11 Ian Romanicki915: Silence unused parameter warning in intel_miptree...
2015-09-11 Ian Romanicki915, i965: Silence unused parameter warnings in intel_...
2015-09-11 Ian Romanicki915: Silence unused parameter warnings
2015-09-11 Ian Romanicki915: Remove prototype for nonexistent brw_miptree_layout
2015-09-11 Ian Romanicki965: Make intel_miptree_map_raw static
2015-09-11 Ian Romanicki915, i965: Silence unused parameter warnings in intel_...
2015-09-11 Ian Romanicki965: Silence unused parameter warnings in intel_mipmap...
2015-09-11 Ian Romanicki965: Silence unused parameter warnings in intel_fbo.c
2015-09-10 Jordan Justeni965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTOR
2015-09-10 Jordan Justeni965/cs: Emit texture surfaces to enable CS sampling
2015-09-10 Jordan Justeni965: Set up sampler state for compute shaders
2015-09-10 Jordan Justeni965/fs: Set first_non_payload_grf in assign_curb_setup
2015-09-10 Jordan Justeni965: Support compute shaders in is_scalar_shader_stage()
2015-09-10 Jordan Justeni965: Support CS in update_stage_texture_surfaces
2015-09-10 Ilia Mirkini965: enable ARB_shader_texture_image_samples
2015-09-10 Ilia Mirkini965: add handling for imageSamples
2015-09-10 Ilia Mirkini965: add support for textureSamples function
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-09-10 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-09-10 Kenneth Graunkei965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.
2015-09-09 Jason Ekstrandnir/glsl: Use lower_outputs_to_temporaries instead...
2015-09-09 Emil Velikovxmlpool: 'promote' LOCALEDIR variable
2015-09-09 Kenneth Graunkei965/nir: Use nir_system_value_from_intrinsic to reduce...
2015-09-09 Kenneth Graunkei965: Mark topologies with adjacency information as...
2015-09-09 Kenneth Graunkei965: Fix value of _3DPRIM_TRIFAN_NOSTIPPLE.
2015-09-09 Chris Forbesi965: Add 64-bit dirty flag handling to brw_upload_pull...
2015-09-09 Chris Forbesi965: Add defines for all new Gen7/8 URB opcodes
2015-09-08 Ben Widawskyi965/gen8+: Skip depth stalls on state change
2015-09-08 Ben Widawskyi965/skl: Use more compact hiz dimensions
2015-09-07 Chris Wilsoni965: Disallow fast blit paths for CopyTexImage with...
2015-09-07 Alejandro Piñeiroi965/nir/vec4: removed unneeded tex src swizzle set
2015-09-04 Ben Widawskyi965: Remove base miplevel from sampler state.
2015-09-04 Chris Wilsoni965: Disallow PixelTransfer operations for tiled-memcp...
2015-09-04 Iago Toral Quirogai965/vec4: Don't unspill the same register in consecuti...
2015-09-04 Iago Toral Quirogai965: Add a debug option for spilling everything in...
2015-09-04 Francisco Jerezdri/common: Tokenize driParseDebugString() argument...
2015-09-04 Francisco Jerezdri/common: Fix codestyle of driParseDebugString().
2015-09-04 Kenneth Graunkei965: Improve disassembly of data port read messages.
2015-09-04 Kenneth Graunkei965: Optimize VUE map comparisons.
2015-09-04 Kenneth Graunkei965/gs: Don't reserve space for clip plane uniforms.
2015-09-04 Kenneth Graunkei965: Don't do legacy userclipping in non-compatibility...
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Virtualize vec4_visitor::emit_urb_slot().
2015-09-04 Kenneth Graunkei965: Store a key_tex pointer in vec4_visitor.
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-09-04 Kenneth Graunkei965: Remove legacy clip plane handling from geometry...
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2015-09-04 Kenneth Graunkei965: Fix copy propagation type changes.
2015-09-03 Ben Widawskyi965/gen9: Annotate input coverage mask change
2015-09-02 Ian Romanicki965/meta: Fix typo in comment
2015-09-02 Ian Romanicki965: Make gen7_enable_hw_binding_tables static
2015-09-02 Ian Romanicki965: Make gen8_upload_state_base_address static
2015-09-02 Ian Romanickmesa: Fix warning about static being in the wrong place
2015-09-02 Jordan Justeni965/cs: Setup push constant data for uniforms
2015-09-02 Matt Turneri965/fs: Handle MRF destinations in lower_integer_multi...
2015-09-02 Alejandro Piñeiroi965/vec4: fill src_reg type using the constructor...
2015-09-01 Chris Wilsoni965: Prevent coordinate overflow in intel_emit_linear_blit
2015-09-01 Connor Abbotti965/nir: enable the dead control flow optimization
2015-09-01 Nanley Cheryi965: advertise ASTC support for Skylake
2015-08-31 Matt Turneri965/fs: Use greater-equal cmod to implement maximum.
2015-08-31 Ben Widawskyi965/chv|skl: Apply sampler bypass w/a
2015-08-28 Matt Turneri965/fs: Remove fs_visitor::try_replace_with_sel().
2015-08-28 Matt Turneri965/fs: Replace awful variable names.
2015-08-28 Matt Turneri965/fs: Skip blocks in register coalescing interferenc...
2015-08-28 Matt Turneri965/fs: Improve register coalescing interference check.
2015-08-28 Matt Turneri965/fs: Use overwrites_reg() instead of dst.equals().
2015-08-28 Matt Turneri965: Only consider fixed_hw_reg in equals() if file...
2015-08-28 Marta Lofstedti965/fs: Do not set the size for zero-size uniforms
2015-08-28 Boyan Dingi965/nir: Make use of nir_opt_undef
2015-08-27 Jason Ekstrandi965/fs: Split VGRFs after lowering pull constants
2015-08-27 Jason Ekstrandi964/fs: Refactor assign_constant_locations
next