summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/builtin_variables.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: add gl_LocalGroupSizeARB as a system valueSamuel Pitoiset2016-10-071-0/+6
* glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndexIlia Mirkin2016-09-221-3/+6
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-201-2/+12
* glsl: expose max atomic counter/buffer consts for tess in ES 3.2Ilia Mirkin2016-09-031-2/+2
* glsl: add gl_BoundingBox and associated varying slotsIlia Mirkin2016-08-301-0/+12
* glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built...Francisco Jerez2016-08-301-7/+2
* glsl: Allow gl_InvocationID and gl_Layer with GL_OES_geometry_shaderIan Romanick2016-08-261-2/+11
* mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_sizeIan Romanick2016-08-261-1/+2
* glsl: Define a gl_LastFragData built-in for older GLSL versions.Francisco Jerez2016-08-241-0/+10
* glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled.Kenneth Graunke2016-08-081-1/+5
* glsl: Add a has_tessellation_shader() helper.Kenneth Graunke2016-08-071-4/+2
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-10/+10
* glsl: pass symbols rather than shader to _mesa_get_main_function_signature()Timothy Arceri2016-06-301-1/+1
* glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-151-1/+12
* glsl/builtin_variables: Populate MaxCombinedShaderStorageBlocks on GLSL 4.40Eduardo Lima Mitev2016-06-141-1/+1
* glsl: Add glsl LowerCsDerivedVariables optionJordan Justen2016-06-011-11/+18
* glsl: define some GLES3 constants in GLSL 4.1Dave Airlie2016-06-011-1/+1
* glsl: add GL_EXT_clip_cull_distance define, add helpersIlia Mirkin2016-05-251-6/+4
* glsl: add EXT_clip_cull_distance support based on ARB_cull_distanceIlia Mirkin2016-05-231-4/+8
* glsl: Add arb_cull_distance support (v3)Tobias Klausmann2016-05-141-1/+10
* glsl: export accessor for builtin-uniform descriptorsRob Clark2016-05-111-9/+12
* glsl: add ARB_ES3_1_compatibility supportIlia Mirkin2016-04-031-7/+9
* glsl: add GL_OES_sample_variables supportIlia Mirkin2016-03-301-4/+11
* glsl: add gl_MaxSamples, new in GL 4.5 / GL ES 3.2Ilia Mirkin2016-03-301-0/+3
* glsl: add field to track if xfb_buffer is an explicit or implicit valueTimothy Arceri2016-03-311-0/+1
* glsl: add xfb_* qualifiers to glsl_struct_fieldTimothy Arceri2016-03-311-0/+2
* glsl: add transform feedback built-in constantsTimothy Arceri2016-03-311-0/+7
* glsl: add offset to glsl interface typeTimothy Arceri2016-03-051-0/+1
* mesa: make compute maximums reflect driver-provided valuesIlia Mirkin2016-02-131-5/+10
* glsl: always initialize image_* fields, copy them on interface initIlia Mirkin2016-01-291-0/+5
* glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSizeIlia Mirkin2016-01-261-1/+6
* glsl: move to compiler/Emil Velikov2016-01-261-0/+1394