mesa: include mtypes.h less
[mesa.git] / src / compiler / glsl / builtin_variables.cpp
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-02-24 Francisco Jerezglsl: Add support for the framebuffer fetch layout...
2018-02-23 Marek Olšákmesa: implement ARB_compatibility
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2017-12-04 Fabian Bielerglsl: Match order of gl_LightSourceParameters elements.
2017-10-23 Ilia Mirkinglsl: fix derived cs variables
2017-08-07 Samuel Pitoisetglsl: update the extensions/functions that are enabled...
2017-06-19 Iago Toral Quirogaglsl: gl_Max{Vertex,Fragment}UniformComponents exist...
2017-06-08 Rob Herringglsl: Fix gl_shader_stage enum unsigned comparison
2017-05-08 Samuel Pitoisetglsl: store the image format in glsl_struct_field
2017-05-04 Samuel Pitoisetglsl: rename image_* qualifiers to memory_*
2017-04-05 Nicolai Hähnleglsl: add gl_SubGroup*ARB builtins
2017-02-27 Samuel Pitoisetglsl: add has_shader_image_load_store()
2017-02-14 Anuj Phogatmesa: Add EXT_frag_depth bits and enable it on all...
2017-02-09 Matt Turnerglsl: Allow compatibility shaders with MESA_GL_VERSION_...
2017-01-20 Ian Romanickglsl: Move builtin_function related prototypes to a...
2017-01-06 Kenneth Graunkeglsl: Support gl_TessLevelInner/Outer[] as TES input...
2016-10-24 Iago Toral Quirogaglsl: add matrix layout information to interface block...
2016-10-06 Samuel Pitoisetglsl: add gl_LocalGroupSizeARB as a system value
2016-09-23 Ilia Mirkinglsl: add OES_viewport_array enables and use them to...
2016-09-20 Dylan Bakermesa: Implement ARB_shader_viewport_layer_array for...
2016-09-03 Ilia Mirkinglsl: expose max atomic counter/buffer consts for tess...
2016-08-31 Ilia Mirkinglsl: add gl_BoundingBox and associated varying slots
2016-08-30 Francisco Jerezglsl: Fix incorrect hard-coded location of the gl_Secon...
2016-08-26 Ian Romanickglsl: Allow gl_InvocationID and gl_Layer with GL_OES_ge...
2016-08-26 Ian Romanickmesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_...
2016-08-24 Francisco Jerezglsl: Define a gl_LastFragData built-in for older GLSL...
2016-08-08 Kenneth Graunkeglsl: Expose gl_PointSize if OES/EXT_tessellation_point...
2016-08-08 Kenneth Graunkeglsl: Add a has_tessellation_shader() helper.
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-06-30 Timothy Arceriglsl: pass symbols rather than shader to _mesa_get_main...
2016-06-15 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-14 Eduardo Lima Mitevglsl/builtin_variables: Populate MaxCombinedShaderStora...
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
2016-06-01 Dave Airlieglsl: define some GLES3 constants in GLSL 4.1
2016-05-25 Ilia Mirkinglsl: add GL_EXT_clip_cull_distance define, add helpers
2016-05-24 Ilia Mirkinglsl: add EXT_clip_cull_distance support based on ARB_c...
2016-05-13 Tobias Klausmannglsl: Add arb_cull_distance support (v3)
2016-05-11 Rob Clarkglsl: export accessor for builtin-uniform descriptors
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-03 Ilia Mirkinglsl: add ARB_ES3_1_compatibility support
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Ilia Mirkinglsl: add GL_OES_sample_variables support
2016-03-31 Ilia Mirkinglsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: add xfb_* qualifiers to glsl_struct_field
2016-03-31 Timothy Arceriglsl: add transform feedback built-in constants
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-05 Timothy Arceriglsl: add offset to glsl interface type
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-13 Ilia Mirkinmesa: make compute maximums reflect driver-provided...
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-30 Ilia Mirkinglsl: always initialize image_* fields, copy them on...
2016-01-26 Ilia Mirkinglsl: add GL_OES_geometry_point_size and conditionalize...
2016-01-26 Emil Velikovglsl: move to compiler/