i965: Make a brw_predicate enum.
[mesa.git] / src / glsl /
2014-07-04 Chris Forbesglsl: Fix merging of layout(invocations) with other...
2014-07-03 Samuel Iglesias... glsl: fix duplicated layout qualifier detection for GS
2014-07-03 Ilia Mirkinglsl: add support for AMD_vertex_shader_viewport_index
2014-07-01 Matt Turnermesa: Make unreachable macro take a string argument.
2014-07-01 Matt Turnerglsl: Remove now unused foreach_list* macros.
2014-07-01 Matt Turnermesa: Add and use foreach_list_typed_safe.
2014-07-01 Matt Turnermesa: Add and use foreach_in_list_use_after.
2014-07-01 Matt Turnerglsl: Replace uses of foreach_list_const.
2014-07-01 Matt Turnerglsl: Replace another couple uses of foreach_list.
2014-07-01 Matt Turnerglsl: Use foreach_list_typed when possible.
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turnerglsl: Add typed foreach_in_list_safe macro.
2014-07-01 Matt Turnerglsl: Add typed foreach_in_list/_reverse macros.
2014-06-30 Jason EkstrandRemove the ATI_envmap_bumpmap extension
2014-06-30 Samuel Iglesias... glsl: include streamId when reading/printing ir_variabl...
2014-06-30 Iago Toral Quirogaglsl: include streamId when reading/printing emit-verte...
2014-06-30 Iago Toral Quirogaglsl: Validate vertex emission in geometry shaders.
2014-06-30 Iago Toral Quirogaglsl: Add support for EmitStreamVertex() and EndStreamP...
2014-06-30 Iago Toral Quirogaglsl: Modify ir_end_primitive to have a stream.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_emit_vertex to have a stream.
2014-06-30 Iago Toral Quirogaglsl: Only geometry shader outputs can be associated...
2014-06-30 Iago Toral Quirogaglsl: Two varyings can't write to the same buffer from...
2014-06-30 Iago Toral Quirogaglsl: Add methods to retrive a varying's name and streamId.
2014-06-30 Iago Toral Quirogaglsl: Fail to link if inter-stage input/outputs are...
2014-06-30 Iago Toral Quirogaglsl: Assign GLSL StreamIds to transform feedback outputs.
2014-06-30 Iago Toral Quirogamesa: add StreamId information to transform feedback...
2014-06-30 Samuel Iglesias... glsl: Add parsing support for multi-stream output in...
2014-06-26 Juha-Pekka Heikkilaglsl: Add missing null check in push_back()
2014-06-26 Juha-Pekka Heikkilaglsl: check _mesa_hash_table_create return value in...
2014-06-25 Chris Forbesglsl: Treat an interface block specifier as a level...
2014-06-25 Chris Forbesglsl: Disallow primitive type layout qualifier on varia...
2014-06-25 Chris Forbesglsl: Relax combinations of layout qualifiers with...
2014-06-25 Ian Romanickglsl: Don't convert reductions of ivec to a dot-product
2014-06-23 Ian Romanickglsl: Silence many unused parameter warnings
2014-06-22 Chris ForbesPartially revert "glsl: Add builtin define for ARB_frag...
2014-06-22 Chris Forbesglsl: Add gl_Layer and gl_ViewportIndex builtins to...
2014-06-22 Chris Forbesglsl: Add builtin define for ARB_fragment_layer_viewport
2014-06-22 Chris Forbesglsl: Add extension plumbing for ARB_fragment_layer_vie...
2014-06-19 Matt Turnerglsl: Optimize (v.x + v.y) + (v.z + v.w) into dot(v...
2014-06-19 Matt Turnerglsl: Pass in options to do_algebraic().
2014-06-19 Matt Turnerglsl: Rebalance expression trees that are reduction...
2014-06-17 Matt Turnerglsl: Remove 'struct' from ir_variable declaration.
2014-06-17 Tapani Pälliglsl: type check between switch init-expression and...
2014-06-16 Jordan Justenglsl/cs: Fix local_size_y and local_size_z
2014-06-16 Tapani Pälliglsl: parser changes for GL_ARB_explicit_uniform_location
2014-06-16 Tapani Pälliglsl: add enable bit for ARB_explicit_uniform_location
2014-06-16 Tapani Pälliglsl/linker: assign explicit uniform locations
2014-06-16 Tapani Pälliglsl/linker: initialize explicit uniform locations
2014-06-16 Tapani Pälliglsl: add glsl_type::uniform_locations() helper function
2014-06-15 Vinson Leeglsl: Fix clang mismatched-tags warnings with glsl_type.
2014-06-15 Chris Forbesglsl: Correct more typos
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...
next