summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl: correctly detect inactive UBO arraysTimothy Arceri2015-09-242-9/+4
* nir: Add new GS intrinsics that maintain a count of emitted vertices.Kenneth Graunke2015-09-234-0/+242
* nir: Add unit tests for control flow graphs.Kenneth Graunke2015-09-232-0/+169
* nir/cf: Fix dominance metadata in the dead control flow pass.Kenneth Graunke2015-09-232-3/+7
* nir/cf: Fix unlink_block_successors to actually unlink the second one.Kenneth Graunke2015-09-231-2/+2
* nir/cf: Alter block successors before adding a fake link.Kenneth Graunke2015-09-231-16/+28
* nir/cf: Conditionally do block_add_normal_succs() in unlink_jump();Kenneth Graunke2015-09-231-6/+6
* nir/cf: Don't break outer-block successors in split_block_beginning().Kenneth Graunke2015-09-231-3/+18
* nir/cf: Make a helper function for removing a predecessor.Kenneth Graunke2015-09-231-5/+11
* nir: Validate that a block doesn't have two identical successors.Kenneth Graunke2015-09-231-0/+1
* nir/lower_vec_to_movs: Don't emit unneeded movsJason Ekstrand2015-09-231-1/+19
* nir/lower_vec_to_movs: Properly handle source modifiers on vecN opsJason Ekstrand2015-09-231-1/+5
* nir/lower_alu_to_scalar: Add support for nir_op_fdphJason Ekstrand2015-09-221-0/+18
* nir: Add fdph and fdph_replicated opcodesJason Ekstrand2015-09-223-1/+8
* nir/lower_alu_to_scalar: Return after lower_reductionJason Ekstrand2015-09-221-1/+1
* nir/lower_alu_to_scalar: Use the builderJason Ekstrand2015-09-221-25/+22
* nir: Report progress from nir_normalize_cubemap_coords().Kenneth Graunke2015-09-212-8/+23
* nir: Add braces around multi-line loop.Kenneth Graunke2015-09-211-1/+2
* nir: Report progress from nir_lower_system_values().Kenneth Graunke2015-09-212-10/+19
* nir: Report progress from nir_split_var_copies().Kenneth Graunke2015-09-212-4/+13
* nir: Report progress from nir_lower_locals_to_regs().Kenneth Graunke2015-09-212-4/+16
* nir: Report progress from nir_remove_dead_variables().Kenneth Graunke2015-09-212-5/+12
* nir: Report progress from lower_vec_to_movs().Jason Ekstrand2015-09-212-7/+22
* nir: Report progress from nir_lower_globals_vars_to_local().Kenneth Graunke2015-09-212-2/+6
* nir/builder: Don't use designated initializersJason Ekstrand2015-09-211-3/+18
* nir: Move system value -> intrinsic mapping into nir.cJason Ekstrand2015-09-213-40/+40
* nir: rename nir_lower_samplers.c{pp,}Emil Velikov2015-09-212-5/+3
* nir: add C wrapper around glsl_type::record_location_offsetEmil Velikov2015-09-212-0/+9
* nir: move stdio.h inclusion before extern CEmil Velikov2015-09-211-2/+2
* nir/print: fix coverity errorRob Clark2015-09-201-1/+1
* nir: add two-sided-color lowering passRob Clark2015-09-183-0/+211
* nir/build: add nir_vec() helperRob Clark2015-09-183-31/+20
* nir/lower_tex: add support to clamp texture coordsRob Clark2015-09-182-1/+103
* nir/lower_tex: support for lowering RECT texturesRob Clark2015-09-182-3/+63
* nir/lower_tex: support projector lowering per sampler typeRob Clark2015-09-182-9/+30
* nir/lower_tex: split out project_src() helperRob Clark2015-09-181-69/+77
* nir: rename nir_lower_tex_projectorRob Clark2015-09-183-7/+7
* nir/builder: fix c++11 compiler warningRob Clark2015-09-171-1/+1
* nir: really actually fix comment this timeRob Clark2015-09-171-1/+1
* nir/print: print variable namesRob Clark2015-09-171-0/+30
* nir: some comment fixupsRob Clark2015-09-171-5/+5
* nir: add lowering stage for user-clip-planes / clipdistRob Clark2015-09-173-0/+344
* nir: add sysval for user-clip-planesRob Clark2015-09-171-13/+14
* glsl: add SYSTEM_VALUE_VERTEX_CNTRob Clark2015-09-172-0/+7
* nir: Add a pass to rewrite uses of vecN sources to the vecN destinationJason Ekstrand2015-09-173-0/+199
* nir: Add comments to nir_index_instrs and nir_index_ssa_defsJason Ekstrand2015-09-171-0/+8
* nir: Add a generic instruction indexJason Ekstrand2015-09-172-0/+22
* nir: support indirect indexing samplers in struct arraysTimothy Arceri2015-09-171-76/+88
* glsl: add helper for calculating offsets for struct membersTimothy2015-09-172-0/+34
* glsl: make variables privateTimothy Arceri2015-09-171-11/+11