summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Fix cut-and-paste bug in hierarchical visitor ir_expression::acceptIan Romanick2016-09-271-1/+1
* glsl: Add bit_xor builderIan Romanick2016-09-272-0/+7
* glsl/standalone: Enable GLSL 4.00 through 4.50Ian Romanick2016-09-271-0/+12
* glsl/standalone: Use API_OPENGL_CORE if the GLSL version is >= 1.40Ian Romanick2016-09-271-1/+5
* glsl: Update function parameter documentation for do_common_optimizationIan Romanick2016-09-271-3/+4
* glsl: remove remaining tabs in glsl_parser_extras.hTimothy Arceri2016-09-271-30/+30
* glsl: move some uniform linking code to new link_assign_uniform_storage()Timothy Arceri2016-09-271-63/+69
* glsl: move some uniform linking code to new link_setup_uniform_remap_tables()Timothy Arceri2016-09-273-162/+177
* glsl: use reproducible name for lowered const arraysTimothy Arceri2016-09-273-6/+19
* glsl: Prepare standalone compiler to be able to use parameter listsCarl Worth2016-09-272-0/+20
* Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"Timothy Arceri2016-09-242-6/+6
* glsl: Delete linker stuff relating to built-in functions.Kenneth Graunke2016-09-232-58/+16
* glsl: Delete ftransform support from builtin_functions.cpp.Kenneth Graunke2016-09-231-26/+4
* glsl: Immediately inline built-ins rather than generating calls.Kenneth Graunke2016-09-231-24/+22
* glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.Kenneth Graunke2016-09-232-99/+19
* glsl: move xfb BufferStride into gl_transform_feedback_infoTimothy Arceri2016-09-242-6/+6
* mesa: add GL_OES_viewport_array to the extension stringIlia Mirkin2016-09-221-0/+1
* glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndexIlia Mirkin2016-09-222-3/+8
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-203-2/+15
* glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.Kenneth Graunke2016-09-191-1/+27
* glsl: remove interpolateAt* instructions for demoted inputsMarek Olšák2016-09-162-0/+15
* glsl: grammar fixEero Tamminen2016-09-141-2/+2
* glsl: add core plumbing for GL_ANDROID_extension_pack_es31aIlia Mirkin2016-09-132-16/+44
* 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