freedreno: update generated headers
[mesa.git] / src / glsl /
2014-06-12 Chris Forbesglsl: Fix typo in comment.
2014-06-11 Ian Romanickglsl: Store gl_uniform_driver_storage::format as the...
2014-06-10 Thomas Hellandglsl: Remove unused include in expr.flatt.
2014-06-10 Thomas Hellandglsl: Remove unused include in ir.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from ir_constant_expression.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from ir_basic_block.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from hir_field_selection.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from glsl_symbol_table.h
2014-06-10 Thomas Hellandglsl: Remove unused include from glsl_types.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from builtin_variables.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include in ast_to_hir.cpp
2014-06-10 Thomas Hellandglsl: Remove unused includes in link_uniform_block_acti...
2014-06-10 Thomas Hellandglsl: Remove unused includes in link_uniform_init.
2014-06-10 Matt Turnerglsl: Add an exec_node_init() function, usable from C.
2014-06-10 Matt Turnerglsl: Make foreach macros usable from C by adding struc...
2014-06-10 Matt Turnerglsl: Make exec_list members just wrap the C API.
2014-06-10 Matt Turnerglsl: Make exec_node members just wrap the C API.
2014-06-10 Matt Turnerglsl: Add C API for exec_list.
2014-06-10 Matt Turnerglsl: Add C API for exec_node.
2014-06-10 Matt Turnerglsl: Move definition of exec_list member functions...
2014-06-10 Matt Turnerglsl: Move definition of exec_node member functions...
2014-06-09 Chris Forbesglsl: Validate aux storage qualifier combination with...
2014-06-04 Chris Forbesglsl: Implement overload resolution for ARB_gpu_shader5
2014-06-04 Chris Forbesglsl: Add support for comparing function parameter...
2014-06-04 Chris Forbesglsl: Build a list of inexact function matches
2014-06-04 Chris Forbesglsl: Allow int -> uint implicit conversions on functio...
2014-06-04 Chris Forbesglsl: Pass parse state to can_implicitly_convert_to()
2014-06-04 Chris Forbesglsl: Pass parse state to parameter_lists_match()
2014-06-04 Chris Forbesglsl: Add support for int -> uint implicit conversions
2014-06-04 Chris Forbesglsl: Clean up apply_implicit_conversion
2014-06-04 Chris Forbesglsl: Allow `precise` as a parameter qualifier
2014-06-04 Chris Forbesglsl: Disallow `precise` redeclarations of vars from...
2014-06-04 Chris Forbesglsl: Add support for `precise` redeclarations
2014-06-04 Chris Forbesglsl: add support for `precise` in type_qualifier
2014-06-04 Chris Forbesglsl: remove outdated comment, move sample to correct...
2014-06-04 Matt Turnerglsl: Make most ir_instruction::as_subclass() functions...
2014-06-04 Matt Turnerglsl: Move ir_type_unset to end of enumeration.
2014-06-04 Matt Turnerglsl: Reorder ir_type_* enum for easier comparisons.
2014-06-04 Matt Turnerglsl: Remove useless call to as_rvalue().
2014-06-04 Ian Romanickglsl: Set ir_instruction::ir_type in the base class...
2014-05-30 Tapani Pälliscons: add common.c as part of glcpp build
2014-05-30 Tapani Pälliglcpp: link with tests/common.c
2014-05-30 Juha-Pekka Heikkilaglsl: Add null check in loop_analysis.cpp
2014-05-28 Connor Abbottglsl/tests: remove generated tests from the repo
2014-05-28 Connor Abbottglsl/tests: call create_test_cases.py in optimization...
2014-05-28 Connor Abbottglsl/tests/lower_jumps: fix generated sexpr's for loops
2014-05-28 Connor Abbottglsl: be more consistent about printing constants
2014-05-28 Brian Paulglsl: replace strncmp("gl_") calls with new is_gl_ident...
2014-05-28 Brian Paulglsl: fix use-after free bug/crash in ast_declarator_li...
2014-05-15 Matt Turnerglsl: Add C-callable fprint_ir function.
2014-05-14 Jonathan Grayglsl: simplify the M_PI*f macros, fixes build on OpenBSD
2014-05-13 José Fonsecaralloc: Omit detailed license information about talloc.
2014-05-13 Iago Toral Quirogaglsl: Do not call lhs->variable_referenced() multiple...
2014-05-12 Timothy Arceriglsl: the number of samplers is already calculated...
2014-05-09 Chris Forbesglsl: Rename linker's is_varying_var
2014-05-07 Ian Romanicklinker: Fix consumer_inputs_with_locations indexing
2014-05-06 Tapani Pälliglsl: fix bogus layout qualifier warnings
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-05-02 Chia-I Wuglsl: make static constant variables "static const"
2014-05-02 Ilia Mirkinglsl: add lowering passes for carry/borrow
2014-05-02 Ian Romanickmesa: Eliminate gl_shader_program::InternalSeparateShader
2014-05-02 Ian Romanickmesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
2014-05-02 Ian Romanickglsl: Sort the list of extensions
2014-05-02 Ian Romanickmesa: Remove support for desktop OpenGL GL_EXT_separate...
2014-05-02 Ian Romanickmesa/sso: Enable GL_ARB_separate_shader_objects by...
2014-05-02 Ian Romanicklinker: Modify cross_validate_outputs_to_inputs to...
2014-05-02 Ian Romanicklinker: Sort shader I/O variables into a canonical...
2014-05-02 Ian Romanicklinker: Allow geometry shader without vertex shader...
2014-05-02 Ian Romanicklinker: Assign varying locations for separable programs
2014-05-02 Ian Romanicklinker: Allow consumer stage or producer stage to be...
2014-05-02 Ian Romanicklinker: Refactor code that gets an input matching an...
2014-05-02 Ian Romanickglsl: Exit when the shader IR contains an interface...
2014-05-02 Ian Romanickglsl/tests: Add first simple tests of populate_consumer...
2014-05-02 Ian Romanicklinker: Refactor code that builds hash tables of varyin...
2014-05-02 Ian Romanicklinker: Make lower_packed_varyings work with explicit...
2014-05-02 Ian Romanickglsl: Remove varying "base" parameters
2014-05-02 Ian Romanickglsl: Constify parameter to a couple varying_matches...
2014-05-01 Anuj Phogatglsl: Apply the link error conditions to GL_ARB_fragmen...
2014-05-01 Anuj Phogatglsl: Link error if fs defines conflicting qualifiers...
2014-05-01 Anuj Phogatglsl: Compile error if fs uses gl_FragCoord before...
2014-05-01 Anuj Phogatglsl: Compile error if fs defines conflicting qualifier...
2014-05-01 Anuj Phogatglsl: Allow overlapping locations for vertex input...
2014-04-27 Chris Forbesglsl: fix spelling of derived
2014-04-26 Matt Turnerglsl: Use properly typed arguments for bitfieldInsert.
2014-04-21 Chris Forbesglsl: Only allow `invariant` on shader in/out between...
2014-04-21 Chris Forbesglsl: Fix typo
2014-04-18 Chris Forbesglsl: Allow explicit binding on atomics again
2014-04-17 Iago Toral Quirogaglsl: Small optimization for constant conditionals
2014-04-17 Iago Toral Quirogaglsl: Fix incorrect indentation.
2014-04-17 Anuj Phogatglsl: Fix copy-paste error in linker_warning()
2014-04-16 Iago Toral Quirogaglsl: Properly handle blocks that define the same field...
2014-04-15 Matt Turnerglsl: Use M_PI_* macros.
2014-04-13 Chris Forbesglsl: Fix typo in interface block comment
2014-04-12 Kenneth Graunkeglsl: Ignore loop-too-large heuristic if there's bad...
2014-04-12 Kenneth Graunkeglsl: Rename loop_unroll_count::fail to "nested_loop."
2014-04-12 Kenneth Graunkeglsl: Pass gl_shader_compiler_optimizations to unroll_l...
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-11 Kenneth Graunkeglsl: Try vectorizing when seeing a repeated assignment...
2014-04-11 Ian Romanickglsl: Propagate explicit binding information from the...
2014-04-11 Ian Romanicklinker: Set binding for all elements of UBO array
next