summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* nir/spirv: Use the new bare sampler typeKristian Høgsberg Kristensen2016-02-281-5/+1
* Merge remote-tracking branch 'origin/master' into vulkanKristian Høgsberg Kristensen2016-02-2427-257/+369
|\
| * glsl: Implement the required built-in functions when OES_shader_image_atomic ...Francisco Jerez2016-02-221-18/+43
| * glsl: Add usual extension boilerplate for OES_shader_image_atomic.Francisco Jerez2016-02-223-0/+6
| * glsl: fix emit_inline_matrix_constructor for doublesIago Toral Quiroga2016-02-191-6/+13
| * glsl: Mark float constants as suchIago Toral Quiroga2016-02-191-5/+5
| * glsl: fix indentation in emit_inline_matrix_constructorIago Toral Quiroga2016-02-191-75/+75
| * glsl: fix standalone compilerRob Clark2016-02-191-0/+12
| * glsl: fix new gcc6 warningsRob Clark2016-02-181-2/+2
| * glsl: fix new gcc6 warningsRob Clark2016-02-181-1/+1
| * glcpp: Disallow "defined" as a macro name.Kenneth Graunke2016-02-181-0/+3
| * compiler/glsl: Fix uniform location counting.Plamena Manolova2016-02-183-35/+132
| * glsl: remove duplicate interpolation_string() functionTimothy Arceri2016-02-173-30/+2
| * glsl: remove unused helperTimothy Arceri2016-02-172-26/+0
| * glsl: set user defined varyings to smooth by default in ESTimothy Arceri2016-02-171-0/+11
| * glsl: warn in GL as well as ES when varying not writtenTimothy Arceri2016-02-161-16/+7
| * glsl: Fix overflow of ImageAccess[] array.Kenneth Graunke2016-02-131-3/+3
| * nir/types: Add more type constructor functionsJason Ekstrand2016-02-132-0/+58
| * nir/types: Add a few more glsl_type_is_ functionsJason Ekstrand2016-02-132-0/+21
| * nir/types: Add helpers for working with sampler and image typesJason Ekstrand2016-02-132-0/+75
| * nir/types: Add helpers for function typesJason Ekstrand2016-02-132-0/+28
| * glsl/types: Expose glsl_struct_field and glsl_function_param to CJason Ekstrand2016-02-131-4/+6
| * glsl/types: Add a helper for getting image typesJason Ekstrand2016-02-132-0/+89
| * glsl/types: Add support for function typesJason Ekstrand2016-02-136-1/+134
| * glsl/types: Add a bare "sampler" typeJason Ekstrand2016-02-131-0/+1
| * glsl/types: Rename sampler_type to sampled_typeJason Ekstrand2016-02-136-13/+13
| * mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZESamuel Pitoiset2016-02-131-0/+1
| * mesa: make compute maximums reflect driver-provided valuesIlia Mirkin2016-02-134-5/+26
| * glsl: replace _strtoui64() with strtoull() for MSVCTimothy Arceri2016-02-131-4/+0
| * glsl: Allow invariant qualifer in block members in desktop OpenGL.Samuel Iglesias Gonsálvez2016-02-121-20/+4
* | nir/spirv: Allow but warn for a few capabilitiesJason Ekstrand2016-02-231-1/+5
* | nir/spirv: Add more capabilitiesJason Ekstrand2016-02-231-0/+9
* | nir/spirv: Add support for multisampled texturesJason Ekstrand2016-02-211-12/+19
* | nir/gather_info: Count textures and imagesJason Ekstrand2016-02-181-0/+17
* | nir/spirv: Add some more capabilitiesJason Ekstrand2016-02-171-2/+9
* | nir: Add a helper for getting the one function from a shaderJason Ekstrand2016-02-171-0/+9
* | nir: Add a nir_foreach_variable_safe helperJason Ekstrand2016-02-171-0/+3
* | spirv: Fix SpvOpFwidth, SpvOpFwidthFine and SpvOpFwidthCoarseKristian Høgsberg Kristensen2016-02-171-3/+3
* | nir: Get rid of the C++ NIR_SRC/DEST_INIT macrosJason Ekstrand2016-02-121-10/+2
* | nir/spirv/glsl: Clean up the row-skipping swizzle logic a bitJason Ekstrand2016-02-121-10/+4
* | nir/spirv: Allow the clip distance capability.Jason Ekstrand2016-02-111-0/+1
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-114-75/+42
|\|
| * glsl: don't validate interface blocks twiceTimothy Arceri2016-02-121-23/+21
| * glsl: remove duplicate embedded struct validationTimothy Arceri2016-02-123-51/+17
| * mesa: call build_program_resource_list inside Driver.LinkShaderMarek Olšák2016-02-111-1/+4
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-107-46/+10
|\|
| * nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-105-32/+5
| * nir/lower_vec_to_movs: Better report channels handled by insert_movJason Ekstrand2016-02-101-1/+3
* | nir: Fix out-of-tree build for spirv2nirKristian Høgsberg Kristensen2016-02-101-0/+5
* | nir/spirv: Fix handling of OpGroupMemberDecorateJason Ekstrand2016-02-101-1/+1