aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* spirv: fix AtomicLoad/Store on imagesLionel Landwerlin2016-09-221-10/+3
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-222-29/+55
* nir/spirv/glsl450: Add support for the InterpolateAt opcodesJason Ekstrand2016-09-211-1/+53
* nir/spirv: Claim support for SampleRateShadingJason Ekstrand2016-09-211-1/+1
* nir/spirv: Bring back the spirv2nir helper binaryJason Ekstrand2016-09-212-0/+73
* 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
* spirv: use subpass image type (v1.1)Dave Airlie2016-09-161-1/+2
* glsl: add subpass image type (v2)Dave Airlie2016-09-164-2/+18
* nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand2016-09-152-7/+23
* glsl: grammar fixEero Tamminen2016-09-141-2/+2
* nir: Report progress from nir_lower_phis_to_scalar.Kenneth Graunke2016-09-142-6/+16
* nir: Report progress from nir_lower_alu_to_scalar.Kenneth Graunke2016-09-142-17/+27
* nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().Kenneth Graunke2016-09-141-0/+3
* nir/lower_tex: fix typo with sample_dimRob Clark2016-09-141-1/+1
* nir: move tex_instr_remove_srcRob Clark2016-09-143-18/+20
* nir/lower_tex: remove tex_instr_find_src()Rob Clark2016-09-141-14/+3
* 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 prog_hash_table.cThomas Helland2016-09-121-2/+0
* 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
* nir/gcm: Add global value numbering supportJason Ekstrand2016-09-082-6/+25
* nir/gcm: Call nir_metadata_preserveJason Ekstrand2016-09-081-0/+3
* nir/spirv: Refactor variable deocration handlingJason Ekstrand2016-09-081-15/+29
* nir/spirv: Break variable decoration handling into a helperJason Ekstrand2016-09-081-74/+81
* spirv/nir: Implement OpAtomicLoad/Store for shared variablesLionel Landwerlin2016-09-071-1/+34