wayland: Don't rely on static variable for identifying wl_drm buffers
[mesa.git] / src / glsl /
2013-10-11 Ian Romanickglsl: Remove extraneous .dir-locals.el
2013-10-10 Paul Berryglsl: Don't allow gl_PerVertex to be redeclared after...
2013-10-10 Paul Berryglsl: Support redeclaration of GS gl_PerVertex input.
2013-10-10 Paul Berryglsl: Catch redeclaration of interface block instance...
2013-10-10 Paul Berryglsl: Support redeclaration of VS and GS gl_PerVertex...
2013-10-10 Paul Berryglsl: Error check redeclarations of gl_PerVertex.
2013-10-10 Paul Berryglsl: Make it possible to disable a variable in the...
2013-10-10 Paul Berryglsl: Add an ir_variable::reinit_interface_type() function.
2013-10-10 Paul Berryglsl: Generalize processing of variable redeclarations.
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as struct names.
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as interface...
2013-10-10 Paul Berryglsl: Don't allow invalid identifier names in struct...
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as interface...
2013-10-10 Paul Berryglsl: Don't allow unnamed interface blocks to redeclare...
2013-10-10 Paul Berryglsl: Refactor code to check that identifier names...
2013-10-10 Paul Berryglsl: Account for location field when comparing interfa...
2013-10-10 Paul Berryglsl: Construct gl_PerVertex interfaces for GS and...
2013-10-10 Paul Berryglsl: Refactor code for creating gl_PerVertex interface...
2013-10-10 Paul Berryglsl: Fix block name of built-in gl_PerVertex interface...
2013-10-10 Paul Berryglsl: Construct gl_in with a location of -1.
2013-10-09 Paul Berryglsl: Modify array_sizing_visitor to handle unnamed...
2013-10-09 Paul Berryglsl: Update call_link_visitor to update max_ifc_array_...
2013-10-09 Paul Berryglsl/linker: Modify array_sizing_visitor to handle...
2013-10-09 Paul Berryglsl: Update ir_variable::max_ifc_array_access properly.
2013-10-09 Paul Berryglsl: Sanity check max_ifc_array_access in ir_validate...
2013-10-09 Paul Berryglsl: Add an ir_variable::max_ifc_array_access field.
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-09 Paul Berryglsl: Move update of max_array_access into a separate...
2013-10-09 Paul Berryglsl: Add parser support for unsized arrays in interfac...
2013-10-09 Paul Berryglsl: Rename the fourth argument to get_interface_instance.
2013-10-08 Bryan Cainglsl/gs: handle gl_ClipDistance geometry input in lower...
2013-10-08 Paul Berryglsl/gs: add gl_in support to builtin_variables.cpp.
2013-10-08 Paul Berryglsl: Keep track of location for interface block fields.
2013-10-07 Matt Turnerglsl: Implement [iu]mulExtended() built-ins for ARB_gpu...
2013-10-07 Matt Turnerglsl: Implement usubBorrow() built-in for ARB_gpu_shader5.
2013-10-07 Matt Turnerglsl: Implement uaddCarry() built-in for ARB_gpu_shader5.
2013-10-07 Matt Turnerglsl: Add ir_binop_carry and ir_binop_borrow.
2013-10-07 Ian Romanickglsl_compiler: Enable any extension that any Mesa drive...
2013-10-07 Ian Romanickglsl_compiler: Sort extensions by name
2013-10-07 Ian Romanickglsl_compiler: Always log the compiler diagnostics
2013-10-07 Ian Romanickglsl_compiler: Set max GLSL version on the command...
2013-10-07 Ian Romanickglsl_compiler: Use no_argument instead of 0 in getopt_l...
2013-10-07 Ian Romanickglsl_compiler: Re-enable building glsl_compiler
2013-10-07 Ian Romanickglsl: Remove glsl_parser_state MaxVaryingFloats field
2013-10-07 Ian Romanickglsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOut...
2013-10-07 Ian Romanickglsl: Count shader inputs and outputs separately
2013-10-06 Francisco Jerezglsl: Fix usage of the wrong union member in program_re...
2013-10-05 Chris Forbesglsl: add ARB_gpu_shader5's additional textureGather...
2013-10-05 Chris Forbesglsl: Add support for specifying the component in textu...
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-04 Vinson Leeglsl: Define isnormal for Oracle Solaris Studio.
2013-10-02 Chris Forbesglsl: flag shaders which use gather4 at all
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-10-02 Francisco Jerezralloc: Remove the rzalloc-based new/delete operator...
2013-10-02 Francisco Jerezglsl: Switch ast_type_qualifier to the non-zeroing...
2013-10-02 Francisco Jerezglsl: Switch ast_node to the non-zeroing allocator.
2013-10-02 Francisco Jerezglsl: Initialize all member variables of _mesa_glsl_par...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_uniform_buffer_objects(...
2013-09-26 Kenneth Graunkeglsl: Create and use a has_explicit_attrib_location...
2013-09-25 Vinson Leeglsl: Initialize ir_lower_jumps_visitor member variables.
2013-09-25 Vinson Leeglsl: Initialize lower_vector_visitor::dont_lower_swz.
2013-09-25 Vinson Leeglsl: Initialize assignment_generator member variables.
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-22 Vinson Leeglsl: Define isnormal and copysign for MSVC to fix...
2013-09-21 Kenneth Graunkeglsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in...
2013-09-21 Kenneth Graunkeralloc: Introduce new macros for defining C++ new/delet...
2013-09-19 Ian Romanickglsl: Set VertexProgram.MaxOutputComponents and Fragmen...
2013-09-19 Kenneth Graunkeglsl: Delete builtin_builder::shader when destroying...
2013-09-18 Adrian Negreanuandroid: Remove builtin_compiler
2013-09-18 Matt Turnerglsl: Correctly validate fma()'s types.
2013-09-18 Matt Turnerglsl: Add frexp signatures and implementation.
2013-09-17 Matt Turnerglsl: Add ldexp_to_arith lowering pass.
2013-09-17 Matt Turnerglsl: Allow vectors to be created from ir_constant().
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-16 Kenneth Graunkeglsl/tests: Update .gitignore for new unit test.
2013-09-16 Kenneth Graunkeglsl/tests: Add a test for properties of sampler types.
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.
next