summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2016-01-08glsl: Move glsl_to_nir files to LIBGLSL_FILESKristian Høgsberg Kristensen1-2/+2
2016-01-08mesa: Map program UBOs and SSBOs to Interface BlocksJordan Justen2-5/+30
2016-01-08glsl: Ensure 64bits shift is used.Jose Fonseca1-3/+3
2016-01-08glsl: optionally declare gl_FragCoord & gl_FrontFacing as system valuesMarek Olšák3-4/+13
2016-01-07nir/algebraic: Add more loweringJason Ekstrand2-0/+10
2016-01-07nir/opcodes: Fix up uadd_carry and usub_borrowJason Ekstrand1-2/+2
2016-01-08glsl: replace null check with assertTimothy Arceri1-3/+1
2016-01-06glsl: Disallow vectorization of vector_insert/extract.Kenneth Graunke1-0/+2
2016-01-07glsl: fix varying slot allocation for blocks and structs with explicit locationsTimothy Arceri1-4/+5
2016-01-07glsl: don't try adding built-ins to explicit locations bitmaskTimothy Arceri1-1/+3
2016-01-07glsl: fix overlapping of varying locations for arrays and structsTimothy Arceri1-12/+67
2016-01-07glsl: create helper to remove outer vertex index array used by some stagesTimothy Arceri1-10/+26
2016-01-07glsl: remove unused varyings before packing themTimothy Arceri3-48/+54
2016-01-05nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.Kenneth Graunke2-0/+2
2016-01-06glsl: don't change the varying type in validation codeTimothy Arceri1-5/+0
2016-01-06glsl: move lowering after matching validationTimothy Arceri1-11/+11
2016-01-06glsl: only add outward facing varyings to resourse list for SSOTimothy Arceri1-7/+10
2016-01-03nir: extract out helper macros for running passesRob Clark1-0/+34
2016-01-01nir/lower_clip: add missing writemask on storeRob Clark1-0/+1
2015-12-30glsl: Fix varying struct locations when varying packing is disabled.Kenneth Graunke1-13/+2
2015-12-30glsl: add GL_ARB_shader_draw_parameters defineIlia Mirkin1-0/+3
2015-12-30glsl: tidy up struct with a single memberTimothy Arceri8-19/+15
2015-12-30glsl/linker: annotate static functions as suchEmil Velikov2-3/+3
2015-12-30glsl: annotate ast_process_struct_or_iface_block_members() as staticEmil Velikov1-1/+1
2015-12-29nir/builder: Add an init function that creates a simple shader for youJason Ekstrand2-16/+21
2015-12-29nir: Teach nir_opt_algebraic about adding and subtracting the same thingKristian Høgsberg Kristensen1-0/+4
2015-12-29mesa: Add core mesa support for GL_ARB_shader_draw_parametersKristian Høgsberg Kristensen7-0/+39
2015-12-29nir: Remove function overload in control flow testAaron Watry1-2/+1
2015-12-28nir: Get rid of function overloadsJason Ekstrand46-311/+239
2015-12-23nir/print: print variable constant-initializersRob Clark1-0/+53
2015-12-22nir: Add a glsl_vec_type() helper.Kenneth Graunke2-0/+7
2015-12-22nir: Use writemasked store_vars in glsl_to_nir.Kenneth Graunke2-32/+10
2015-12-22nir: Add a writemask to store intrinsics.Kenneth Graunke9-19/+54
2015-12-22nir: remove field only used in GLSL IR when assigning varying locationsTimothy Arceri2-10/+0
2015-12-19glsl: count attributes for vertex inputs properly.Dave Airlie1-1/+1
2015-12-19glsl: fix transform feedback for 64-bit outupts.Dave Airlie2-3/+30
2015-12-19glsl: fix partial marking for fp64 types.Dave Airlie1-0/+7
2015-12-19glsl: only update doubles inputs for vertex inputs.Dave Airlie1-1/+4
2015-12-19glsl: fix count_attribute_slots to allow for different 64-bit handlingDave Airlie5-11/+30
2015-12-19glsl: use dual slot helper in the linker code.Dave Airlie1-10/+1
2015-12-19glsl/fp64: add helper for dual slot double detection.Dave Airlie2-9/+9
2015-12-19glsl: pass stage into mark functionDave Airlie1-4/+4
2015-12-18nir: Delete bany, ball, fany, fall.Matt Turner2-11/+0
2015-12-18glsl: Implement all(v) as all_equal(v, true).Matt Turner1-14/+2
2015-12-18glsl: Remove ir_unop_any.Matt Turner6-39/+5
2015-12-18glsl: Implement any(v) as any_nequal(v, false).Matt Turner1-1/+14
2015-12-16glsl: Remove inverse() from GLSL 1.20 and 1.30.Kenneth Graunke1-3/+9
2015-12-15nir/lower_system_values: Refactor and use the builder.Jason Ekstrand1-29/+31
2015-12-15nir/builder: Add a load_system_value helperJason Ekstrand2-10/+15
2015-12-15nir/lower_system_values: Stop supporting non-SSAJason Ekstrand1-8/+6