summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl: consistently use ifndef guards over pragma onceEmil Velikov2017-03-2231-23/+48
* tests/cache_test: use the blob key's actual first byteGrazvydas Ignotas2017-03-211-6/+2
* util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas2017-03-213-17/+20
* glsl: use set for copy propagation killsTimothy Arceri2017-03-181-37/+28
* glsl: don't leak memory when trying to count loop iterationsTimothy Arceri2017-03-181-2/+3
* util/sha1: drop _mesa_sha1_{update, format} return typeEmil Velikov2017-03-152-9/+10
* util/disk_cache: actually enforce cache sizeAlan Swanson2017-03-151-3/+19
* util/disk_cache: use a thread queue to write to shader cacheTimothy Arceri2017-03-151-0/+47
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-2/+6
* glsl/nir: Use nir_type_conversion_opJason Ekstrand2017-03-141-37/+32
* nir: Make image_size a variable-width intrinsicJason Ekstrand2017-03-141-3/+4
* glsl: don't use ralloc for blob creationTimothy Arceri2017-03-134-20/+15
* glsl: don't recompile a shader on fallback unless neededTimothy Arceri2017-03-121-0/+7
* mesa/glsl: introduce new gl_compile_status enumTimothy Arceri2017-03-121-2/+2
* glsl/tests: remove any bashismsEmil Velikov2017-03-102-4/+4
* glsl: remove shebang from python scriptsEmil Velikov2017-03-102-2/+0
* glsl/tests: remove execute bit from compare_ir python scriptEmil Velikov2017-03-101-0/+0
* glsl/tests: suffix .sh/.py files as applicableEmil Velikov2017-03-105-5/+5
* exec_list: Add a foreach_list_typed_from macroRobert Bragg2017-03-091-0/+5
* glsl/blob: clear padding bytesGrazvydas Ignotas2017-03-091-3/+6
* glsl: builtin: always return clones of the builtinsLionel Landwerlin2017-03-093-8/+20
* util/disk_cache: fix make checkTimothy Arceri2017-03-061-7/+12
* Revert "glsl: Switch to disable-by-default for the GLSL shader cache"Timothy Arceri2017-03-061-5/+0
* glsl: fix subroutine mismatch between declarations/definitionsSamuel Pitoiset2017-03-035-8/+18
* glsl/nir: Use nir_builder's new control-flow helpersJason Ekstrand2017-03-011-27/+11
* glsl/int64: Fix a typo in imod64Jason Ekstrand2017-03-012-15/+9
* glsl: remove unecessary flags.q.subroutine_defSamuel Pitoiset2017-03-015-10/+7
* glsl: reject samplers not declared as uniform/function params earlierSamuel Pitoiset2017-02-271-0/+9
* glsl: use is_sampler() anywhere it's possibleSamuel Pitoiset2017-02-273-15/+14
* glsl: use is_image() anywhere it's possibleSamuel Pitoiset2017-02-271-1/+1
* glsl: add missing blend_support qualifier in validate_flags()Samuel Pitoiset2017-02-271-1/+2
* glsl: use an enum for AMD_conservative_depth layout qualifiersSamuel Pitoiset2017-02-274-35/+40
* glsl: add has_shader_image_load_store()Samuel Pitoiset2017-02-273-4/+7
* compiler: style clean-ups in blob.hTimothy Arceri2017-02-251-21/+21
* glsl: Fix missing-braces warning.Vinson Lee2017-02-241-1/+1
* glsl: Raise a link error for non-SSO ES programs with a TES but no TCS.Kenneth Graunke2017-02-231-0/+10
* glsl: enable early_fragment_tests implicitly with post_depth_coverageIago Toral Quiroga2017-02-231-1/+1
* glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...Samuel Iglesias Gonsálvez2017-02-231-27/+34
* glsl: fix heap-use-after-free in ast_declarator_list::hir()Samuel Iglesias Gonsálvez2017-02-231-2/+4
* util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...Timothy Arceri2017-02-221-0/+40
* glsl: resolve extern C workarounds/hacksEmil Velikov2017-02-213-8/+4
* glsl/tests: Add UINT64 and INT64 typesRhys Kidd2017-02-211-0/+18
* glsl: link error if unsized array not-last in ssboJose Maria Casanova Crespo2017-02-171-1/+7
* glsl: fix scons builds with shader cacheTimothy Arceri2017-02-171-0/+2
* nir: Combine the int and double [un]pack opcodesJason Ekstrand2017-02-161-7/+3
* util/disk_cache: allow drivers to pass a directory structureTimothy Arceri2017-02-171-10/+10
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-171-0/+6
* glsl: reserve parameter storage on cache restoreTimothy Arceri2017-02-171-0/+1
* glsl: don't try to load/store buffer object values in the cacheTimothy Arceri2017-02-171-2/+11
* glsl: don't reprocess or clear UBOs on cache fallbackTimothy Arceri2017-02-171-29/+33