freedreno: split out WFI helper
[mesa.git] / src / glsl /
2013-09-13 Paul Berryglsl/builtins: Fix {texture1D,texture2D,shadow1D}ArrayL...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-12 Kenneth Graunkeglsl: Use sampler_coordinate_components instead of...
2013-09-12 Kenneth Graunkeglsl: Add a new glsl_type::sampler_coordinate_component...
2013-09-11 Paul Berryglsl: During linking, record whether a GS uses EndPrimi...
2013-09-10 Vinson Leeglsl: Add missing va_end in builtin_builder::add_function.
2013-09-10 Vinson Leeglsl: Initialize builtin_builder member variables.
2013-09-09 Brian Paulglsl: fix variadic macro for MSVC
2013-09-09 Brian Paulglsl: remove struct keyword from ir_variable declarations
2013-09-09 Matt Turnerglsl: Implement MESA_shader_integer_mix extension.
2013-09-09 Matt Turnerglsl: Use conditional-select in mix().
2013-09-09 Matt Turnerglsl: Add conditional-select IR.
2013-09-09 Kenneth Graunkeglsl: Rename ir_function_signature::builtin_info to...
2013-09-09 Kenneth Graunkeglsl: Add missing type inference for ir_binop_bfm.
2013-09-09 Kenneth Graunkeglsl: Delete old built-in function generation code.
2013-09-09 Kenneth Graunkeglsl: Remove builtin_compiler from the build system.
2013-09-09 Kenneth Graunkeglsl: Switch to the new built-in function module.
2013-09-09 Kenneth Graunkeglsl: Write a new built-in function module.
2013-09-09 Kenneth Graunkeglsl: Add optional parameters to the ir_factory constru...
2013-09-09 Kenneth Graunkeglsl: Add IR builder shortcuts for a bunch of random...
2013-09-09 Kenneth Graunkeglsl: Expose IR builder support for arbitrary swizzling.
2013-09-09 Kenneth Graunkeglsl: Add a new ir_builder::dotlike() function.
2013-09-09 Kenneth Graunkeglsl: Add IR builder support for generating return...
2013-09-09 Kenneth Graunkeglsl: Add IR builder support for conditional assignments.
2013-09-09 Kenneth Graunkeglsl: Add IR builder support for triops.
2013-09-09 Kenneth Graunkeglsl: Add an ir_expression triop constructor with type...
2013-09-09 Kenneth Graunkeglsl: Add missing type inference support for ARB_gpu_sh...
2013-09-09 Kenneth Graunkeglsl: Initialize lod_info in the ir_texture constructor.
2013-09-09 Kenneth Graunkeglsl: Skip unavailable built-ins when printing out...
2013-09-09 Kenneth Graunkeglsl: Skip unavailable built-ins when matching signatures.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-09 Kenneth Graunkeglsl: Add a method to tell whether a built-in is available.
2013-09-09 Kenneth Graunkeglsl: Mark _mesa_glsl_parse_state::is_version() as...
2013-09-09 Kenneth Graunkeglsl: Convert ir_function_signature::is_builtin to...
2013-09-09 Kenneth Graunkeglsl: Store a predicate for whether a built-in signatur...
2013-09-05 Dominik Behrglsl: propagate max_array_access through function calls
2013-09-04 Ian Romanickglsl: Remove unused prog parameter from tfeedback_decl...
2013-09-04 Ian Romanickglsl: Validate qualifiers on VS color outputs with...
2013-09-04 Ian Romanickglsl: Copy ir_variable::assigned and ir_variable::used...
2013-09-04 Ian Romanickglsl: Refactor a bunch of the code out of cross_validat...
2013-09-04 Ian Romanickglsl: Reallow precision qualifiers on structure members
2013-08-29 Anuj Phogatglsl: Allow precision qualifiers for sampler types
2013-08-29 Matt Turnerglsl: Add heuristics to print floating-point numbers...
2013-08-27 Matt Turnerglsl: Add built-ins from ARB_shader_bit_encoding to...
2013-08-27 Matt Turnerglsl: Add support for new fma built-in in ARB_gpu_shader5.
2013-08-27 Matt Turnerglsl: Add new fma built-in IR and prototype from ARB_gp...
2013-08-27 Matt Turnerglsl: Disallow uniform block layout qualifiers on non...
2013-08-26 Brian Paulglsl: init limit=0 to silence uninitialized var warning
2013-08-26 Kenneth Graunkeglsl: Add built-in function prototypes for GLSL 3.30
2013-08-26 Kenneth Graunkeglsl: Bump standalone compiler versions to 3.30.
2013-08-23 Paul Berryglsl: Refactor handling of gl_ClipDistance/gl_ClipVerte...
2013-08-22 Ian Romanickglsl: Give a warning, not an error, for UBO qualifiers...
2013-08-22 Matt Turnerglsl: Remove ubo_qualifiers_allowed variable.
2013-08-22 Matt Turnerglsl: Drop duplicate error messages.
2013-08-22 Matt Turnerglsl: Rename ubo_qualifiers_valid to ubo_qualifiers_all...
2013-08-21 Ian Romanickglsl: Track existence of default float precision in...
2013-08-21 Ian Romanickglsl: Merge precision qualifiers too
2013-08-21 Ian Romanickglsl: Pass type to is_valid_default_precision_type...
2013-08-19 Ian Romanickglsl: Use alignment of container record for its first...
2013-08-19 Ian Romanickglsl: Add new overload of program_resource_visitor...
2013-08-19 Ian Romanickglsl: Disallow embedded structure definitions
2013-08-19 Ian Romanickglsl: Add default precision qualifiers for ES builtins
2013-08-19 Ian Romanickglsl: Remove extra "types" from error message
2013-08-18 Marek Olšákglsl: don't eliminate texcoords that can be set by...
2013-08-15 Matt Turnerglsl: Add i2b() and b2i() to ir_builder.
2013-08-15 Matt Turnerglsl: Add nequal() to ir_builder.
2013-08-15 Matt Turnerglsl: Add abs() to ir_builder.
2013-08-15 Matt Turnerglsl: Add bitcast_i2f() to ir_builder.
2013-08-14 Paul Berryglsl: Fix incorrect pattern matching in ir_set_program_...
2013-08-14 Ian Romanickglsl: Emit better warnings for things that look like...
2013-08-14 Paul Berryglsl/ast: Don't perform GS input array checks on non...
2013-08-14 Paul Berryglsl/ast: Fix assertion failure when GS input declared...
2013-08-14 Paul Berryglsl/ast: Check that geometry shader interface block...
2013-08-14 Ian Romanickglsl: Require function return type arrays be explicitly...
2013-08-14 Ian Romanickglsl: Move and refine test for unsized arrays in GLSL ES
2013-08-09 Ian Romanickglsl: Don't allow const on out or inout function parameters
2013-08-09 Paul Berryglsl: Enable ARB_fragment_coord_conventions functionali...
2013-08-02 Kenneth Graunkeglsl: Disallow interpolation qualifiers on non-input...
2013-08-02 Kenneth Graunkeglsl: Fix NULL pointer dereferences when linking fails.
2013-08-02 Paul Berryglsl: Implement rules for geometry shader input sizes.
2013-08-02 Paul Berryglsl: Allow geometry shader input instance arrays to...
2013-08-02 Paul Berryglsl: Permit non-ubo input interface arrays to use...
2013-08-02 Eric Anholtglsl: Cross-validate GS layout qualifiers while intrast...
2013-08-02 Eric Anholtglsl: Export the compiler's GS layout qualifiers to...
2013-08-02 Eric Anholtglsl: Parse the GLSL 1.50 GS layout qualifiers.
2013-08-02 Eric Anholtglsl: Make sure that we don't put too many bitfields...
2013-08-02 Fabian Bielerglsl/linker: Fail to link geometry shader without verte...
2013-08-02 Paul Berryglsl: Properly pack GS output varyings
2013-08-02 Paul Berryglsl: Modify varying packing to use a temporary exec_list.
2013-08-02 Paul Berryglsl/linker: Properly pack GS input varyings.
2013-08-02 Paul Berryglsl/linker: Properly error check VS-GS linkage.
2013-08-02 Paul Berryglsl: Require geometry shader inputs to be arrays.
2013-08-02 Bryan Cainglsl: support compilation of geometry shaders
2013-08-02 Paul Berryglsl/linker: Make separate allocations to track vertex...
2013-08-02 Bryan Cainglsl: add builtins for geometry shaders.
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-08-02 Paul Berryglsl: Add EXT_texture_array support for geometry shaders.
2013-08-02 Paul Berryglsl/linker: Make update_array_sizes apply to just...
2013-08-02 Paul Berryglsl: Modify ir_set_program_inouts to handle geometry...
2013-08-02 Paul Berryglsl: In ir_set_program_inouts, handle indexing outside...
next