summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into vulkanKenneth Graunke2016-03-0113-69/+128
|\
| * glsl: Initialize gl_shader_program::EmptyUniformLocations.Matt Turner2016-03-011-1/+0
| * Android: glsl: fix dependence on YACC_HEADER_SUFFIX from build systemRob Herring2016-02-291-0/+2
| * Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-293-3/+6
| * mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin2016-02-276-57/+90
| * glsl: Consider ubo_load to be a horizontal operation.Matt Turner2016-02-251-0/+1
| * glsl/ast: Implicit conversion from double to float is not allowedAndres Gomez2016-02-251-4/+3
| * glsl: Detect do-while-false loops and unroll themIan Romanick2016-02-241-4/+26
* | 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
|\|