mesa: include mtypes.h less
[mesa.git] / src / compiler / glsl / link_uniform_initializers.cpp
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-02-09 Alejandro Piñeiroglsl/linker: remove ubo explicit binding handling
2017-12-08 Jordan Justenmain, glsl: Add UniformDataDefaults which stores unifor...
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-22 Ian Romanickglsl/linker: Make several functions not static
2017-08-21 Matt Turnerglsl: Mark functions static
2017-06-14 Samuel Pitoisetglsl: set the explicit binding value for bindless sampl...
2017-06-14 Samuel Pitoisetglsl: pass the ir_variable object to set_opaque_binding()
2017-05-11 Samuel Pitoisetglsl: simplify set_opaque_binding()
2017-05-11 Samuel Pitoisetglsl: add missing check for samplers in set_opaque_bind...
2017-02-27 Samuel Pitoisetglsl: use is_sampler() anywhere it's possible
2017-02-27 Samuel Pitoisetglsl: use is_image() anywhere it's possible
2017-01-20 Dave Airlieglsl: Add 64-bit integer support to uniform initialiser...
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-06 Timothy Arcerimesa/glsl: set sampler units directly in gl_program
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-08-10 Timothy Arceriglsl: remove remaining tabs in link_uniform_initializer...
2016-08-10 Timothy Arceriglsl: use UniformHash to find storage location
2016-07-26 Matt Turnerglsl: Avoid aliasing violations.
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-08 Dave Airlieglsl: use new interfaces for 64-bit checks.
2016-05-31 Dave Airlieglsl/images: bounds check image unit assignment
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-05 Timothy Arceriglsl: fully split apart buffer block arrays
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-02 Timothy Arceriglsl: only set buffer block binding once during initial...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-28 Timothy Arcerimesa: remove initialized field from uniform storage
2016-03-25 Timothy Arceriglsl: reduce buffer block duplication
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/