mesa: clean up #includes in sampler.cpp
[mesa.git] / src / glsl /
2015-09-30 Samuel Iglesias... glsl: assert base_alignment > 0 for records
2015-09-30 Samuel Iglesias... glsl: apply shader storage block member rules when...
2015-09-30 Jordan Justennir: Don't set dest in SSBO store glsl_to_nir conversion
2015-09-29 Kenneth Graunkenir: Use a system value for gl_PrimitiveIDIn.
2015-09-29 Jordan Justennir: Convert SYSTEM_VALUE_NUM_WORK_GROUPS to a nir...
2015-09-29 Jordan Justenglsl/cs: Add gl_NumWorkGroups as a system value
2015-09-29 Iago Toral Quirogaglsl: Fix forward NULL dereference coverity warning
2015-09-29 Iago Toral Quirogaglsl: Fix null return coverity warning
2015-09-29 Iago Toral Quirogaglsl: Fix unused value warning reported by Coverity
2015-09-29 Samuel Iglesias... glsl: use correct number of uniform blocks in error...
2015-09-29 Samuel Iglesias... mesa: rename gl_shader_program's NumUniformBlocks to...
2015-09-28 Iago Toral Quirogaglsl: revert "glsl: atomic counters can be declared...
2015-09-28 Timothy Arceriglsl: fix component size calculation for tessellation...
2015-09-26 Kenneth Graunkenir: Add a function to count the number of vertices...
2015-09-26 Timothy Arceriglsl: calculate component size for arrays of arrays...
2015-09-26 Timothy Arceriglsl: validate binding qualifier for AoA
2015-09-26 Timothy Arceriglsl: add helper for calculating size of AoA
2015-09-26 Timothy Arceriglsl: clean-up link uniform code
2015-09-25 Tapani Pälliglsl: fix packed varyings interface type and add defaul...
2015-09-25 Antia Puentesglsl: Mark as active all elements of shared/std140...
2015-09-25 Samuel Iglesias... mesa: enable ARB_shader_storage_buffer_object extension...
2015-09-25 Samuel Iglesias... main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE...
2015-09-25 Iago Toral Quirogaglsl: Do not allow reads from write-only buffer variables
2015-09-25 Iago Toral Quirogaglsl: Do not allow assignments to read-only buffer...
2015-09-25 Samuel Iglesias... glsl: Allow memory qualifiers on shader storage buffer...
2015-09-25 Iago Toral Quirogaglsl: Apply memory qualifiers to buffer variables
2015-09-25 Iago Toral Quirogaglsl: Allow use of memory qualifiers with ARB_shader_st...
2015-09-25 Iago Toral Quirogaglsl: First argument to atomic functions must be a...
2015-09-25 Iago Toral Quiroganir: Implement lowered SSBO atomic intrinsics
2015-09-25 Iago Toral Quirogaglsl: lower SSBO atomic intrinsics
2015-09-25 Samuel Iglesias... glsl: use ir_rvalue instead of ir_dereference in auxili...
2015-09-25 Iago Toral Quirogaglsl: Add atomic functions from ARB_shader_storage_buff...
2015-09-25 Iago Toral Quirogaglsl: Rename atomic counter functions
2015-09-25 Samuel Iglesias... glsl: atomic counters can be declared as buffer-qualifi...
2015-09-25 Iago Toral Quiroganir/glsl_to_nir: ignore an instruction's dest if it...
2015-09-25 Iago Toral Quiroganir: Implement __intrinsic_load_ssbo
2015-09-25 Samuel Iglesias... nir: modify the instruction insertion in nir_visitor...
2015-09-25 Iago Toral Quiroganir: Implement __intrinsic_store_ssbo
2015-09-25 Samuel Iglesias... glsl: shader storage blocks use different max block...
2015-09-25 Samuel Iglesias... glsl: ignore buffer variables when counting uniform...
2015-09-25 Samuel Iglesias... glsl: number of active shader storage blocks must be...
2015-09-25 Samuel Iglesias... glsl: a shader storage buffer must be smaller than...
2015-09-25 Samuel Iglesias... glsl: add std430 interface packing support to ssbo...
2015-09-25 Samuel Iglesias... glsl: Add std430 support to program_resource_visitor...
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for std430 interface...
2015-09-25 Samuel Iglesias... glsl: Add std430 related member functions to glsl_type...
2015-09-25 Samuel Iglesias... glsl: allow default qualifiers for shader storage block...
2015-09-25 Samuel Iglesias... glsl: Move interface block processing to glsl_parser_ex...
2015-09-25 Samuel Iglesias... glsl: ignore default qualifier declarations when checki...
2015-09-25 Samuel Iglesias... glsl: layout qualifier can appear more than once since...
2015-09-25 Samuel Iglesias... nir: Implement ir_unop_get_buffer_size
2015-09-25 Samuel Iglesias... glsl: implement unsized array length
2015-09-25 Samuel Iglesias... glsl: Add parser/compiler support for unsized array...
2015-09-25 Samuel Iglesias... glsl: Add unsized array support to glsl_type::std140_size()
2015-09-25 Samuel Iglesias... glsl: fix indention in glsl_types.cpp
2015-09-25 Samuel Iglesias... glsl: add support for unsized arrays in shader storage...
2015-09-25 Samuel Iglesias... glsl: return error if unsized arrays are found in OpenGL ES
2015-09-25 Tapani Pälliglsl: add packed varyings to program resource list
2015-09-25 Tapani Pällimesa: add packed_varyings list to gl_shader
2015-09-24 Matt Turnerglsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.
2015-09-24 Timothy Arceriglsl: correctly detect inactive UBO arrays
2015-09-23 Kenneth Graunkenir: Add new GS intrinsics that maintain a count of...
2015-09-23 Kenneth Graunkenir: Add unit tests for control flow graphs.
2015-09-23 Kenneth Graunkenir/cf: Fix dominance metadata in the dead control...
2015-09-23 Kenneth Graunkenir/cf: Fix unlink_block_successors to actually unlink...
2015-09-23 Kenneth Graunkenir/cf: Alter block successors before adding a fake...
2015-09-23 Kenneth Graunkenir/cf: Conditionally do block_add_normal_succs() in...
2015-09-23 Kenneth Graunkenir/cf: Don't break outer-block successors in split_blo...
2015-09-23 Kenneth Graunkenir/cf: Make a helper function for removing a predecessor.
2015-09-23 Kenneth Graunkenir: Validate that a block doesn't have two identical...
2015-09-23 Jason Ekstrandnir/lower_vec_to_movs: Don't emit unneeded movs
2015-09-23 Jason Ekstrandnir/lower_vec_to_movs: Properly handle source modifiers...
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Add support for nir_op_fdph
2015-09-23 Jason Ekstrandnir: Add fdph and fdph_replicated opcodes
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Return after lower_reduction
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Use the builder
2015-09-21 Kenneth Graunkenir: Report progress from nir_normalize_cubemap_coords().
2015-09-21 Kenneth Graunkenir: Add braces around multi-line loop.
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_system_values().
2015-09-21 Kenneth Graunkenir: Report progress from nir_split_var_copies().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_locals_to_regs().
2015-09-21 Kenneth Graunkenir: Report progress from nir_remove_dead_variables().
2015-09-21 Jason Ekstrandnir: Report progress from lower_vec_to_movs().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_globals_vars_to_loc...
2015-09-21 Jason Ekstrandnir/builder: Don't use designated initializers
2015-09-21 Jason Ekstrandnir: Move system value -> intrinsic mapping into nir.c
2015-09-21 Emil Velikovnir: rename nir_lower_samplers.c{pp,}
2015-09-21 Emil Velikovnir: add C wrapper around glsl_type::record_location_offset
2015-09-21 Emil Velikovnir: move stdio.h inclusion before extern C
2015-09-20 Rob Clarknir/print: fix coverity error
2015-09-19 Rob Clarknir: add two-sided-color lowering pass
2015-09-19 Rob Clarknir/build: add nir_vec() helper
2015-09-19 Rob Clarknir/lower_tex: add support to clamp texture coords
2015-09-19 Rob Clarknir/lower_tex: support for lowering RECT textures
2015-09-19 Rob Clarknir/lower_tex: support projector lowering per sampler...
2015-09-19 Rob Clarknir/lower_tex: split out project_src() helper
2015-09-19 Rob Clarknir: rename nir_lower_tex_projector
2015-09-18 Rob Clarknir/builder: fix c++11 compiler warning
2015-09-18 Rob Clarknir: really actually fix comment this time
2015-09-18 Rob Clarknir/print: print variable names
next