summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* glsl: replace remaining tabs in link_varyings.cppTimothy Arceri2016-03-051-9/+9
* glsl: replace remaining tabs in link_uniforms.cppTimothy Arceri2016-03-051-69/+69
* glsl: apply align layout qualifier rules to block offsetsTimothy Arceri2016-03-051-3/+48
* glsl: parse align layout qualifierTimothy Arceri2016-03-053-0/+26
* glsl: use explicit offset when lowering buffer accessTimothy Arceri2016-03-051-0/+4
* glsl: copy explicit offset to uniform storageTimothy Arceri2016-03-053-0/+20
* glsl: update comment on offset fieldTimothy Arceri2016-03-051-1/+1
* glsl: add offset to glsl interface typeTimothy Arceri2016-03-054-0/+18
* glsl: apply compile-time rules for the offset layout qualifierTimothy Arceri2016-03-051-0/+49
* glsl: enable offset layout qualifier for ARB_enhanced_layoutsTimothy Arceri2016-03-051-1/+2
* glsl: reject invalid input layout qualifiersTimothy Arceri2016-03-051-0/+29
* glsl: only apply default stream to output blocksTimothy Arceri2016-03-051-1/+2
* glsl: rework parsing of blocksTimothy Arceri2016-03-052-32/+24
* glsl: don't apply uniform/buffer layouts to interface blocksTimothy Arceri2016-03-051-6/+7
* nir: Recognize open-coded extract_u16.Matt Turner2016-03-041-0/+5
* nir: Recognize open-coded extract_u8.Matt Turner2016-03-041-0/+7
* glsl: Improve the accuracy of the acos() approximation.Francisco Jerez2016-03-031-1/+1
* glsl: Parameterize asin_expr() on the fit coefficients.Kenneth Graunke2016-03-031-6/+6
* glsl/opt_array_splitting: Fix indentationIago Toral Quiroga2016-03-031-28/+26
* glsl/opt_array_splitting: Fix crash when doing array indexing into other arraysIago Toral Quiroga2016-03-031-2/+12
* glsl: replace remaining tabs in ir_builder.cppTimothy Arceri2016-03-031-6/+6
* 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
* 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