radeonsi: Use util_memcpy_cpu_to_le32()
[mesa.git] / src / glsl /
2014-07-28 Jordan Justenglsl/cs: Add several GLSL compute shader variables
2014-07-26 Chris Forbesglsl: No longer require ubo block index to be constant...
2014-07-26 Chris Forbesglsl: Accept nonconstant array references in lower_ubo_...
2014-07-26 Chris Forbesglsl: Convert uniform_block in lower_ubo_reference...
2014-07-26 Chris Forbesglsl: Mark entire UBO array active if indexed with...
2014-07-26 Chris Forbesglsl: Allow non-constant UBO array indexing with GLSL4...
2014-07-23 Ian Romanickglsl: Fix some bad indentation
2014-07-19 Ian Romanickglsl: Fix bad indentation
2014-07-17 Marek Olšákglsl: add a mechanism to allow #extension directives...
2014-07-17 Tapani Pälliglsl: handle a switch where default is in the middle...
2014-07-16 Kenneth Graunkeglsl: Make the tree rebalancer use vector_elements...
2014-07-16 Kenneth Graunkeglsl: Guard against error_type in the tree rebalancer.
2014-07-16 Kenneth Graunkeglsl: Make the tree rebalancer bail on matrix operands.
2014-07-15 Matt Turnerglsl: Don't declare variables in for-loop declaration.
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-15 Connor Abbottexec_list: Add a function to give the length of a list.
2014-07-15 Connor Abbottexec_list: Add a prepend function.
2014-07-15 Matt Turnerglsl: Update expression types after rebalancing the...
2014-07-15 Matt Turnerglsl: Add callback_leave to ir_hierarchical_visitor.
2014-07-14 Cody Northropglsl: Fix aggregates with dynamic initializers.
2014-07-11 Chris Forbesglsl: add new interpolateAt* builtin functions
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-11 Chris Forbesallow builtin functions to require parameters to be...
2014-07-10 Brian Paulglsl/glcpp: move macro declaration before code to fix...
2014-07-09 Carl Worthglsl/glcpp: Don't choke on an empty pragma
2014-07-09 Carl Worthglsl/glcpp: Promote "extra token at end of directive...
2014-07-09 Carl Worthglsl/glcpp: Once again report undefined macro name...
2014-07-09 Carl Worthglsl/glcpp: Add short-circuiting for || and && in ...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to properly lex entire "preproces...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to catch garbage after #if 1...
2014-07-09 Carl Worthglsl/glcpp: Fixup glcpp tests for redefining a macro...
2014-07-09 Anuj Phogatglsl/glcpp: Fix preprocessor error condition for macro...
2014-07-09 Carl Worthglsl/glcpp: Add test to ensure compiler won't allow...
2014-07-09 Anuj Phogatglsl/glcpp: Do not allow undefining the built-in macros
2014-07-08 Kenneth Graunkeglsl: Fix the foreach_in_list_reverse macro.
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.
next