summaryrefslogtreecommitdiffstats
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* glsl/varyings: Add 64-bit integer support.Dave Airlie2017-01-201-0/+8
* glsl/ast/ir: Add 64-bit integer constant supportDave Airlie2017-01-208-8/+193
* glsl: Add basic ARB_gpu_shader_int64 typesDave Airlie2017-01-209-4/+111
* glsl: Add ARB_gpu_shader_int64 boilerplate.Dave Airlie2017-01-202-0/+8
* spirv: don't assert with location decorations on non i/o variablesLionel Landwerlin2017-01-201-1/+2
* spirv: fix warn string typoLionel Landwerlin2017-01-201-1/+1
* nir: add min/max optimisationElie TOURNIER2017-01-191-0/+12
* nir/algebraic: Only include nir_search_helpers onceJason Ekstrand2017-01-191-1/+1
* mesa/glsl: move TransformFeedbackBufferStride to gl_shaderTimothy Arceri2017-01-193-40/+38
* glsl: exit loop early if we find xfb layout qualifersTimothy Arceri2017-01-191-0/+1
* glsl: set InnerCoverage directly in gl_programTimothy Arceri2017-01-192-3/+2
* glsl: tidy up PostDepthCoverage shader fieldTimothy Arceri2017-01-192-2/+2
* mesa/glsl: move pixel_center_integer to gl_shaderTimothy Arceri2017-01-192-6/+4
* mesa/glsl: move origin_upper_left to gl_shaderTimothy Arceri2017-01-192-6/+4
* mesa/glsl: move uses_gl_fragcoord to gl_shaderTimothy Arceri2017-01-192-8/+6
* mesa/glsl: move redeclares_gl_fragcoord to gl_shaderTimothy Arceri2017-01-192-15/+9
* mesa/glsl: move ARB_fragment_coord_conventions_enable fieldTimothy Arceri2017-01-192-2/+2
* st/mesa/glsl: set early_fragment_tests directly in shader_infoTimothy Arceri2017-01-192-3/+3
* mesa/glsl/i965: set and use tcs vertices_out directlyTimothy Arceri2017-01-191-12/+12
* mesa/glsl: move ProgramResourceList to gl_shader_program_dataTimothy Arceri2017-01-191-10/+10
* glsl: store number of explicit uniform loactions in gl_shader_programTimothy Arceri2017-01-193-29/+20
* glsl: create a new link_and_validate_uniforms() helperTimothy Arceri2017-01-191-9/+17
* glsl: make a bunch of varying linking functions staticTimothy Arceri2017-01-192-53/+6
* glsl: move more varying linking code to link_varyings.cppTimothy Arceri2017-01-193-148/+161
* utils: build sha1/disk cache only with Android/AutoconfEmil Velikov2017-01-181-0/+5
* util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov2017-01-181-5/+0
* glsl: Make copy propagation not panic when it sees an intrinsic.Kenneth Graunke2017-01-171-4/+27
* glsl: avoid treating fb fetches as output reads to be loweredIlia Mirkin2017-01-161-1/+1
* nir/gcm: fix a bug with metadata handlingConnor Abbott2017-01-141-3/+3
* nir: optimise min/max fadd combosTimothy Arceri2017-01-142-0/+26
* nir/gcm: Fix a typo in a commentJason Ekstrand2017-01-121-1/+1
* nir/gcm: Rework the schedule late loopJason Ekstrand2017-01-121-5/+6
* spirv: Handle patch decorations up-frontJason Ekstrand2017-01-121-0/+23
* spirv: fix typo in warning messageIago Toral Quiroga2017-01-121-1/+1
* spirv: Shut up unhandled enumeration value warnings.Kenneth Graunke2017-01-111-0/+2
* nir: don't turn ieq/ine into inot if used by an ifTimothy Arceri2017-01-122-2/+8
* nir: add late opt to turn inot/b2f combos back to bcselTimothy Arceri2017-01-122-0/+19
* nir: add imprecise flrp optimisationTimothy Arceri2017-01-121-0/+1
* nir: Introduce a nir_opt_move_comparisons() pass.Kenneth Graunke2017-01-123-0/+188
* nir/algebraic: add support for conditional helper functions to expressionsTimothy Arceri2017-01-123-1/+15
* nir/search: Only allow matching SSA valuesJason Ekstrand2017-01-111-5/+11
* nir: change asserts to unreachable in nir_type_conversion_opTapani Pälli2017-01-111-3/+3
* spirv: gl_PrimitiveID in the fragment shader is handled as an inputIago Toral Quiroga2017-01-111-1/+4
* nir: Add a pass to lower TES patch_vertices intrinsics to a constant.Kenneth Graunke2017-01-103-0/+55
* spirv: Silence unsupported tessellation capability warnings.Kenneth Graunke2017-01-102-2/+6
* spirv: Tidy some repeated if checks by using a switch statement.Kenneth Graunke2017-01-101-8/+9
* spirv: Add tessellation varying and built-in support.Kenneth Graunke2017-01-103-6/+52
* spirv: Handle tessellation execution modes.Kenneth Graunke2017-01-101-6/+41
* compiler: Merge shader_info's tcs and tes structs.Kenneth Graunke2017-01-101-4/+3
* nir: Fix anonymous union initialization with older GCC.Vinson Lee2017-01-091-1/+1