summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl
Commit message (Expand)AuthorAgeFilesLines
* mesa/glsl: Move string_to_uint_map into the util folderThomas Helland2016-09-125-5/+5
* glsl: Convert glcpp-parse to the util hash tableThomas Helland2016-09-122-21/+35
* glsl: Convert loop analysis to the util hash tableThomas Helland2016-09-122-15/+18
* glsl: Convert varying test to the util hash tableThomas Helland2016-09-121-57/+29
* glsl: Convert output read lowering to the util hash tableThomas Helland2016-09-121-8/+9
* glsl: Convert interface block lowering to the util hash tableThomas Helland2016-09-121-13/+14
* glsl: Convert if lowering to use a setThomas Helland2016-09-121-23/+26
* glsl: Convert linker to the util hash tableThomas Helland2016-09-121-12/+17
* glsl: Convert link_varyings to the util hash tableThomas Helland2016-09-121-25/+33
* glsl: Change link_functions to use a setThomas Helland2016-09-121-13/+15
* glsl: Convert recursion detection to the util hash tableThomas Helland2016-09-121-13/+17
* glsl: Convert constant_expression to the util hash tableThomas Helland2016-09-121-11/+14
* glsl: Convert ast_to_hir to the util hash tableThomas Helland2016-09-121-11/+13
* glsl: Convert ir_clone to the util hash tableThomas Helland2016-09-121-16/+18
* glsl: Convert function inlining to the util hash tableThomas Helland2016-09-121-3/+3
* mesa: Remove unused hash table includesThomas Helland2016-09-123-3/+0
* glsl: use hash instead of exec_list in copy propagationTapani Pälli2016-09-091-51/+41
* glsl: Add positional argument specifiers.Vinson Lee2016-09-061-5/+5
* glsl: Add .gitignore for make check warnings testJason Ekstrand2016-09-061-0/+1
* glsl: Fix locations of variables in patch qualified interface blocks.Kenneth Graunke2016-09-051-2/+4
* glsl: expose max atomic counter/buffer consts for tess in ES 3.2Ilia Mirkin2016-09-031-2/+2
* glsl: Only force varyings to be flat when varying packing.Kenneth Graunke2016-09-011-2/+3
* glsl: Reject TCS/TES input arrays not sized to gl_MaxPatchVertices.Kenneth Graunke2016-09-011-1/+14
* mesa: Add some more .gitignoreJason Ekstrand2016-08-311-0/+1
* glsl: Handle patch qualifier on interface blocks.Kenneth Graunke2016-08-303-0/+16
* glsl: add gl_BoundingBox and associated varying slotsIlia Mirkin2016-08-302-1/+15
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-302-0/+6
* glsl: Fix gl_program::OutputsWritten computation for dual-source blending.Francisco Jerez2016-08-301-1/+1
* glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built...Francisco Jerez2016-08-301-7/+2
* glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.Francisco Jerez2016-08-301-2/+7
* glsl: Fix typo in commentIan Romanick2016-08-301-1/+1
* glsl: Replace most assertions with unreachable()Ian Romanick2016-08-301-10/+9
* glsl: Refactor handling of horizontal operationsIan Romanick2016-08-301-8/+7
* glsl: Use constant_template_horizontal instead of constant_template_horizonta...Ian Romanick2016-08-301-1/+1
* glsl: Eliminate constant_template2Ian Romanick2016-08-301-11/+0
* glsl: Eliminate constant_template5Ian Romanick2016-08-301-22/+1
* glsl: Eliminate constant_template0Ian Romanick2016-08-301-34/+4
* glsl: Eliminate one of the templates for simpler operationsIan Romanick2016-08-301-21/+3
* glsl: Use the generated constant expression codeIan Romanick2016-08-301-1108/+1
* glsl: Generate code for constant ir_triop_csel expressionsIan Romanick2016-08-301-1/+23
* glsl: Generate code for constant ir_triop_lrp expressionsIan Romanick2016-08-301-1/+28
* glsl: Generate code for constant ir_quadop_vector expressionsIan Romanick2016-08-301-2/+20
* glsl: Generate code for constant ir_quadop_bitfield_insert expressionsIan Romanick2016-08-301-4/+21
* glsl: Generate code for constant ir_triop_vector_insert expressionsIan Romanick2016-08-301-2/+25
* glsl: Generate code for constant ir_binop_vector_extract expressionsIan Romanick2016-08-301-1/+21
* glsl: Generate code for constant ir_binop_mul expressionsIan Romanick2016-08-301-2/+54
* glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract e...Ian Romanick2016-08-301-5/+13
* glsl: Generate code for constant ir_binop_dot expressionsIan Romanick2016-08-301-1/+18
* glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressionsIan Romanick2016-08-301-2/+13
* glsl: Generate code for constant ir_binop_ldexp expressionsIan Romanick2016-08-301-4/+19