summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* nir: Add an IO scalarizing pass using the intrinsic's first_component.Eric Anholt2016-08-193-0/+131
* nir: Add nir_builder support for individual system value loads.Eric Anholt2016-08-194-15/+31
* nir: Move the undef of nir_intrinsics.h macros to the .h.Eric Anholt2016-08-192-3/+3
* nir: Use the system-value front face for twoside lowering.Eric Anholt2016-08-191-16/+7
* nir: Rely on the fact that bcsel takes a well formed boolean.Kenneth Graunke2016-08-191-3/+3
* nir/search: Extend 'a@bool' to handle a couple of system values.Kenneth Graunke2016-08-181-0/+7
* nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().Kenneth Graunke2016-08-181-31/+19
* nir/search: Introduce a src_is_type() helper for 'a@type' handling.Kenneth Graunke2016-08-181-13/+29
* nir/builder: Add bany_inequal and bany helpers.Kenneth Graunke2016-08-181-0/+19
* glsl: Pull enum ir_expression_operation out to its own fileIan Romanick2016-08-173-317/+342
* glsl: Make the generated sources build rules more like NIRIan Romanick2016-08-173-6/+5
* glsl: Add missing ir_quadop_vector constant evaluation for Boolean typesIan Romanick2016-08-171-0/+3
* glsl: Fix typo in ir_unop_f2u implementationIan Romanick2016-08-171-1/+1
* glsl: Fix typo in ir_unop_b2i implementationIan Romanick2016-08-171-1/+1
* glsl: Don't support integer types for operations that can't handle themIan Romanick2016-08-172-14/+2
* glsl: Don't support ir_unop_abs or ir_unop_sign for unsigned integersIan Romanick2016-08-172-6/+9
* nir/algebraic: Optimize common array indexing sequenceIan Romanick2016-08-171-0/+11
* glcpp: Update tests for new #undef of built-in macro rules.Kenneth Graunke2016-08-154-1/+11
* glsl: emit a specific error when ast_*_assign changes typeIlia Mirkin2016-08-121-1/+27
* glsl: look for frag data bindings with [0] tacked onto the end for arraysIlia Mirkin2016-08-121-11/+28
* glsl: Fix invariant matching in GLSL 4.30 and GLSL ES 1.00.Kenneth Graunke2016-08-112-2/+22
* glsl: Tidy stream handling in merge_qualifier().Kenneth Graunke2016-08-111-3/+2
* glsl: Fix inout qualifier handling in GLSL 4.40.Kenneth Graunke2016-08-111-1/+2
* glsl/tests: fix segfault in uniform initializer testTimothy Arceri2016-08-111-0/+5
* glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shadersIan Romanick2016-08-101-4/+28
* glcpp: Track the actual version instead of just the version_resolved flagIan Romanick2016-08-102-6/+6
* glsl: remove remaining tabs in link_uniform_initializers.cppTimothy Arceri2016-08-111-39/+39
* glsl: use UniformHash to find storage locationTimothy Arceri2016-08-111-18/+11
* glsl: remove dead builtins before assigning varying locationsTimothy Arceri2016-08-111-9/+9
* glsl: split out varying and uniform linking codeTimothy Arceri2016-08-111-207/+222
* mesa: Use a temporary set to track whether we've added a resource yet.Eric Anholt2016-08-101-26/+50
* nir: Drop an unused program/hash_table.h include.Eric Anholt2016-08-101-1/+0
* Re-apply "glsl: don't try to lower non-gl builtins as if they were gl_FragData"Ilia Mirkin2016-08-101-1/+2
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-1/+1
* nir: make use of nir_cf_list_extract() helperTimothy Arceri2016-08-091-2/+1
* nir: Always print non-identity swizzles.Matt Turner2016-08-081-1/+9
* Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData"Marek Olšák2016-08-081-2/+1
* glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled.Kenneth Graunke2016-08-081-0/+11
* glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled.Kenneth Graunke2016-08-081-1/+5
* glsl: Add extension plumbing for OES/EXT_tessellation_shader.Kenneth Graunke2016-08-084-3/+19
* glsl: Combine GS and TES array resizing visitors.Kenneth Graunke2016-08-071-72/+35
* glsl: Fix location bias for patch variables.Kenneth Graunke2016-08-071-0/+3
* glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].Kenneth Graunke2016-08-071-0/+12
* glsl: Delete bogus ir_set_program_inouts assert.Kenneth Graunke2016-08-071-3/+7
* glsl: Simplify interface qualifier parsing.Kenneth Graunke2016-08-071-34/+7
* glsl: Add a has_tessellation_shader() helper.Kenneth Graunke2016-08-073-18/+12
* glsl: fix indentation, comments and line lengths in ast_function.cppAndres Gomez2016-08-051-406/+443
* glsl: apply_implicit_conversion is static againAndres Gomez2016-08-052-5/+1
* glsl: struct constructors/initializers only allow implicit conversionsAndres Gomez2016-08-051-49/+55
* glsl: Refactor implicit conversion into its own helperAndres Gomez2016-08-051-80/+86