summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl: No need to lock in _mesa_glsl_release_typesErik Faye-Lund2015-06-291-4/+4
* Revert "glsl: clone inputs and outputs during linking"Kenneth Graunke2015-06-281-3/+1
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-2/+0
* nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).Kenneth Graunke2015-06-251-0/+1
* glsl: clone inputs and outputs during linkingTapani Pälli2015-06-241-1/+3
* nir: Use a switch statement for detecting move-like operations.Kenneth Graunke2015-06-241-6/+14
* glsl: remove cross validation of interpolation qualifier with GLSL 4.40Tapani Pälli2015-06-241-1/+11
* glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin2015-06-231-1/+1
* glsl: Specify the shader stage in linker errors due to too many in/outputs.Jose Fonseca2015-06-231-4/+8
* nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.Kenneth Graunke2015-06-221-1/+3
* glsl: fix formatting glitch in _mesa_print_ir()Brian Paul2015-06-191-1/+1
* glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.Jose Fonseca2015-06-191-0/+7
* glsl: guard gl_NumSamples enablement on ARB_sample_shadingIlia Mirkin2015-06-181-1/+2
* glsl: add version checks to conditionals for builtin variable enablementIlia Mirkin2015-06-181-5/+5
* glsl: handle conversions to double when comparing param matchesIlia Mirkin2015-06-181-3/+5
* glsl: add ir reader support for ir_barrierChris Forbes2015-06-161-0/+15
* glsl: print locations of variablesMarek Olšák2015-06-161-2/+6
* Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10"Timothy Arceri2015-06-161-9/+1
* glsl: fix "tesselation" typoMarek Olšák2015-06-141-1/+1
* glsl: fix compile error messageTimothy Arceri2015-06-131-1/+1
* glsl: enforce restriction on AoA interface blocks in GLSL ES 3.10Timothy Arceri2015-06-131-0/+11
* glsl: enforce fragment shader input restrictions in GLSL ES 3.10Timothy Arceri2015-06-131-0/+45
* glsl: enforce output variable rules for GLSL ES 3.10Timothy Arceri2015-06-131-0/+49
* nir: Add barrier intrinsic functionJordan Justen2015-06-122-1/+4
* glsl: Add builtin barrier() functionChris Forbes2015-06-121-0/+18
* glsl: Add ir node for barrierChris Forbes2015-06-128-0/+55
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-124-46/+7
* glsl: fix constructing a vector from a matrixMartin Peres2015-06-111-5/+17
* glsl: remove restriction on unsized arrays in GLSL ES 3.10Timothy Arceri2015-06-101-1/+9
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-091-1/+0
* glsl: fix comment typo: s/accpet/accept/Brian Paul2015-06-091-1/+1
* glsl_compiler: Remove unused extra argument to printf in usage_failAlan Coopersmith2015-06-041-1/+1
* mesa: reference built-in uniforms into gl_uniform_storageMartin Peres2015-06-046-37/+39
* nir: use src for ssa helperTimothy Arceri2015-06-031-5/+1
* nir: remove extra semicolonTimothy Arceri2015-06-031-1/+1
* nir: prevent use-after-free condition in should_lower_phi()Eduardo Lima Mitev2015-06-021-0/+5
* nir: Fix output swizzle in get_mul_for_srcIago Toral Quiroga2015-05-281-10/+9
* glsl: avoid leaking linked gl_shader when there's a late linker errorIlia Mirkin2015-05-251-2/+8
* nir: Remove sRGB colorspace conversion round-trip.Matt Turner2015-05-221-0/+2
* glsl: remove element_type() helperTimothy Arceri2015-05-2211-36/+23
* glsl: Use AM_V_GEN/AM_V_at in NIR rules.Matt Turner2015-05-211-10/+10
* nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand2015-05-202-12/+9
* glsl: add stage references for UBO uniformsTapani Pälli2015-05-181-0/+10
* nir: Translate memory barrier intrinsics from GLSL IR.Francisco Jerez2015-05-121-0/+4
* nir: Translate image load, store and atomic intrinsics from GLSL IR.Francisco Jerez2015-05-121-11/+115
* nir: Fix indexing of atomic counter arrays with a constant value.Francisco Jerez2015-05-121-1/+2
* nir: Add memory barrier intrinsic.Francisco Jerez2015-05-121-0/+7
* nir: Define image load, store and atomic intrinsics.Francisco Jerez2015-05-121-0/+27
* nir: fix sampler lowering pass for arraysTapani Pälli2015-05-121-19/+12
* nir: Fix aggressive typos in nir_from_ssa.c.Kenneth Graunke2015-05-081-5/+5